ARSObject

 view release on metacpan or  search on metacpan

test.pl  view on Meta::CPAN

#!perl -w
use strict;
use Test;


BEGIN { plan tests => 2 + 5 + 1}

if (1) {
   print "\nRequired modules:\n";
   foreach my $m ('ARS', 'POSIX') {
     print "use $m\t";
     ok(eval("use $m; 'ok'"), 'ok');
   }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.587 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )