The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011121314 # [[[ PREPROCESSOR ]]]# <<< COMPILE_ERROR: 'ERROR ECVPARP00' >>># [[[ HEADER ]]]package RPerl::Test::VersionNumber::Package_00_Bad_01;use strict;use warnings;use RPerl;our $VERSION = 0.01_000;# [[[ SUBROUTINES ]]]our void $empty_sub = sub { return 2; };1; # end of package
# [[[ PREPROCESSOR ]]]
# <<< COMPILE_ERROR: 'ERROR ECVPARP00' >>>
# [[[ HEADER ]]]
package
RPerl::Test::VersionNumber::Package_00_Bad_01;
use
strict;
warnings;
RPerl;
our
$VERSION
= 0.01_000;
# [[[ SUBROUTINES ]]]
void
$empty_sub
=
sub
{
return
2; };
1;
# end of package