Acme-DotDotGone
view release on metacpan or search on metacpan
t/01-basics.t view on Meta::CPAN
use Test::More;
use lib 'lib';
my $package = q|
use Acme::DotDotGone dot;
my $end = 'the world is ending';
print $end;
1;
|;
my $var = 'testing.pl';
open(FH, '>', $var)
( run in 0.288 second using v1.01-cache-2.11-cpan-87723dcf8b7 )