Acme-Acotie
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
package Acotie;
sub test1 {
print "test1\n";
}
sub test2 {
print "test2\n";
}
( run in 0.847 second using v1.01-cache-2.11-cpan-87723dcf8b7 )