From: Dave Rolsky Date: Sat, 19 Mar 2011 16:44:03 +0000 (-0500) Subject: A little code tidying X-Git-Tag: 1.9905~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce5ccc1a691c80f510dc6ccd1e92c7727dd5cbd2;p=gitmo%2FMoose.git A little code tidying --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 32045d1..19fd187 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -196,7 +196,7 @@ sub _make_sub_exporter_params { my $class = shift; my $packages = shift; my $export_recorder = shift; - my $is_reexport = shift; + my $is_reexport = shift; my %exports; @@ -373,7 +373,7 @@ sub _make_import_sub { my $exporting_package = shift; my $exporter = shift; my $exports_from = shift; - my $is_reexport = shift; + my $is_reexport = shift; return sub { @@ -544,7 +544,7 @@ sub _make_unimport_sub { my $exporting_package = shift; my $exports = shift; my $export_recorder = shift; - my $is_reexport = shift; + my $is_reexport = shift; return sub { my $caller = scalar caller(); @@ -562,7 +562,7 @@ sub _remove_keywords { my $package = shift; my $keywords = shift; my $recorded_exports = shift; - my $is_reexport = shift; + my $is_reexport = shift; no strict 'refs';