Android-Build
view release on metacpan or search on metacpan
lib/Android/Build.pm view on Meta::CPAN
under the same terms as Perl itself.
=cut
# Tests and documentation
sub test
{my $p = __PACKAGE__;
binmode($_, ":utf8") for *STDOUT, *STDERR;
return if eval "eof(${p}::DATA)";
my $s = eval "join('', <${p}::DATA>)";
$@ and die $@;
eval $s;
$@ and die $@;
1
}
test unless caller;
( run in 1.403 second using v1.01-cache-2.11-cpan-49f99fa48dc )