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

#!/usr/bin/perl
use 5.016;
use strict;
use Test::More tests => 1;
use_ok('EBook::Ishmael');
diag("Testing EBook::Ishmael $EBook::Ishmael::VERSION, Perl $], $^X");