Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

# [[[ HEADER ]]]
use strict;
use RPerl;
our $VERSION = 0.001_000;
# [[[ SUBROUTINES ]]]
our string $empty_sub = sub {
return q{'foo'\ t"bar"\ n};
};
1; # end of package