Acme-Teddy
view release on metacpan or search on metacpan
lib/Acme/Teddy.pm view on Meta::CPAN
# Throws : When passed something bizzare, maybe.
# See also : Exporter::Heavy::heavy_export()
#
# Exports almost *anything* passed in.
# Note that this module defines very little,
# so you need to define stuff to export it.
#
sub import {
my $pkg = shift;
my @imports = @_; # anything you like, baby
my $callpkg = caller(1);
my $type ;
my $sym ;
### $callpkg
### $pkg
### @imports
# Ripped from Exporter::Heavy::heavy_export()
foreach $sym (@imports) {
# shortcut for the common case of no type character
( run in 0.315 second using v1.01-cache-2.11-cpan-b61123c0432 )