Acme-Lingua-Strine-Perl

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

	my $self = shift; 
	
	$$self = join $, ,  @_;

}

1;



######################### We start with some black magic to print on failure.

# Change 1..1 below to 1..last_test_to_print .
# (It may become useful if the test is moved to ./t subdirectory.)

BEGIN { $| = 1; print "1..15\n"; }
END {print "not ok 1\n" unless $loaded;}
use English;
use Acme::Lingua::Strine::Perl;
$loaded = 1;
print "ok 1\n";



( run in 0.263 second using v1.01-cache-2.11-cpan-0d8aa00de5b )