Acme-Both-MakefilePL-And-BuildPL
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!perl
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Acme::Both::MakefilePL::And::BuildPL' ) || print "Bail out!\n";
}
diag( "Testing Acme::Both::MakefilePL::And::BuildPL $Acme::Both::MakefilePL::And::BuildPL::VERSION, Perl $], $^X" );
( run in 0.389 second using v1.01-cache-2.11-cpan-de7293f3b23 )