From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
BEGIN {plan tests => 5};
ok 1;
ok( $Pod::Perldoc::VERSION )
and print "# Pod::Perldoc version $Pod::Perldoc::VERSION\n" ;
ok 1;
ok( $Pod::Perldocs::VERSION )
and print "# Pod::Perldocs version $Pod::Perldocs::VERSION\n" ;
ok 1;
|