From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 #!perl -Tuse Test::More tests => 1;BEGIN { use_ok( 'WWW::Rediff::iShare' );}diag( "Testing WWW::Rediff::iShare $WWW::Rediff::iShare::VERSION, Perl $], $^X" );
#!perl -T
use
Test::More
tests
=> 1;
BEGIN {
use_ok(
'WWW::Rediff::iShare'
);
}
diag(
"Testing WWW::Rediff::iShare $WWW::Rediff::iShare::VERSION, Perl $], $^X"