# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'Can't locate RPerl/Tst/Bar.pm' >>>
# [[[ HEADER ]]]
use
RPerl;
use
strict;
use
warnings;
our
$VERSION
= 0.001_000;
# [[[ INCLUDES ]]]
use
RPerl::Test::Foo;
use
RPerl::Tst::Bar;
# [[[ SUBROUTINES ]]]
sub
empty_sub { {
my
integer
$RETURN_TYPE
};
return
2; }
1;
# end of package