Acme-Teddy
view release on metacpan or search on metacpan
lib/Acme/Teddy.pm view on Meta::CPAN
Although you may find it slightly more convenient, the main purpose of
Acme::Teddy is to give you the comfort of using a "real" module.
=head1 FUNCTIONS/METHODS
=head2 import()
This is a cut-down copy of L<Exporter::Heavy>::heavy_export()
(the same routine that B<Exporter> uses normally to export stuff on request).
There are two reasons we don't say C<@ISA = qw(Exporter);>. We don't want to
introduce any dependencies whatsoever; and we offer caller the freedom to
export anything at all. Almost no checking is done of arguments passed
to C<import()> (normally, on the C<use()> line).
=head2 new()
my $bear = $class->new($ref, @args);
This is a flexible, robust, subclassable object constructor.
( run in 0.911 second using v1.01-cache-2.11-cpan-96521ef73a4 )