summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/attributes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/attributes.pm b/lib/attributes.pm
index d26872f566..09f355139f 100644
--- a/lib/attributes.pm
+++ b/lib/attributes.pm
@@ -33,7 +33,7 @@ sub import {
@_ > 2 && ref $_[2] or do {
require Exporter;
goto &Exporter::import;
- }
+ };
my (undef,$home_stash,$svref,@attrs) = @_;
my $svtype = uc reftype($svref);