The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# [[[ HEADER ]]]
use strict;
use RPerl;
our $VERSION = 0.001_000;
# [[[ SUBROUTINES ]]]
our void $empty_sub = sub {
( my string $foo ) = @_;
return 1;
};
1; # end of package