Acme-Acotie

 view release on metacpan or  search on metacpan

acotie  view on Meta::CPAN

#!/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.351 second using v1.01-cache-2.11-cpan-0a6323c29d9 )