- or download this
package Foo;
use strict;
...
}
1;
- or download this
use Exporter::Easy (
OK => [ keys %subs ],
TAGS => [
all => [ keys %subs ],
],
);
- or download this
use strict;
use warnings;
use Test::More;
...
is Bbus('i like stuff'), 'q lqse stuff';
done_testing;