From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213 # [[[ HEADER ]]]package RPerl::Test::LiteralString::Package_DoubleQuotes_12_Good;use strict;use warnings;use RPerl;our $VERSION = 0.001_000;# [[[ SUBROUTINES ]]]our string $empty_sub = sub { return "foo\t";};1; # end of package
# [[[ HEADER ]]]
package
RPerl::Test::LiteralString::Package_DoubleQuotes_12_Good;
use
strict;
warnings;
RPerl;
our
$VERSION
= 0.001_000;
# [[[ SUBROUTINES ]]]
string
$empty_sub
=
sub
{
return
"foo\t"
;
};
1;
# end of package