The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Text::NSP::Measures::3D::test_1_sub_3_a;
use Text::NSP::Measures::3D;
use strict;
use Carp;
use warnings;
no warnings 'redefine';
require Exporter;

our ($VERSION, @EXPORT, @ISA);

@ISA  = qw(Exporter);

@EXPORT = qw(initializeStatistic calculateStatistic
             getErrorCode getErrorMessage getStatisticName);


1;
__END__