1
0
Fork 0
Data-AnyBoolean/Data-AnyBoolean/t/00-load.t

10 linhas
158 B
Perl
Original Visão normal Histórico

#!perl -T
use Test::More tests => 1;
BEGIN {
use_ok( 'Data::AnyBoolean' );
}
diag( "Testing Data::AnyBoolean $Data::AnyBoolean::VERSION, Perl $], $^X" );