summaryrefslogtreecommitdiff
path: root/lib/Importer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Importer.pm')
-rw-r--r--lib/Importer.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Importer.pm b/lib/Importer.pm
index 2d4026d..c0695b8 100644
--- a/lib/Importer.pm
+++ b/lib/Importer.pm
@@ -2,7 +2,7 @@ package Importer;
use strict qw/vars subs/; # Not refs!
use warnings; no warnings 'once';
-our $VERSION = '0.010';
+our $VERSION = '0.011';
my %SIG_TO_SLOT = (
'&' => 'CODE',
@@ -969,6 +969,7 @@ not include sigil for subs).
our %EXPORT_GEN = (
'&foo' => sub {
+ my $from_package = shift;
my ($into_package, $symbol_name) = @_;
...
return sub { ... };