The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 #!/usr/bin/perluse 5.016;use strict;use Test::More tests => 1;use_ok('EBook::Ishmael');diag("Testing EBook::Ishmael $EBook::Ishmael::VERSION, Perl $], $^X");
#!/usr/bin/perl
use
5.016;
strict;
Test::More
tests
=> 1;
use_ok(
'EBook::Ishmael'
);
diag(
"Testing EBook::Ishmael $EBook::Ishmael::VERSION, Perl $], $^X"