The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 # [[[ HEADER ]]]use RPerl;package RPerl::Test::Include::Package_00_Good;use strict;use warnings;our $VERSION = 0.001_000;# [[[ INCLUDES ]]]use RPerl::Test::Foo;use RPerl::Test::Bar;# [[[ SUBROUTINES ]]]sub empty_sub { { my integer $RETURN_TYPE }; return 2; }1; # end of package
# [[[ HEADER ]]]
use
RPerl;
package
RPerl::Test::Include::Package_00_Good;
strict;
warnings;
our
$VERSION
= 0.001_000;
# [[[ INCLUDES ]]]
RPerl::Test::Foo;
RPerl::Test::Bar;
# [[[ SUBROUTINES ]]]
sub
empty_sub { {
my
integer
$RETURN_TYPE
};
return
2; }
1;
# end of package