1234567891011 #!/usr/bin/perluse strict;BEGIN { $| = 1; $^W = 1;}use Test::More tests => 1;require_ok( 'ORLite::PDL' );
#!/usr/bin/perl
use
strict;
BEGIN {
$| = 1;
$^W = 1;
}
Test::More
tests
=> 1;
require_ok(
'ORLite::PDL'
);