diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-24 12:59:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-24 12:59:12 +0000 |
commit | c0c5a66b1f9057869560585670408a3b64523528 (patch) | |
tree | 18399ee24a144f84795843b75974219f5944a584 /lib | |
parent | 26f2972e6cc14b5198456611d023553a813ccb68 (diff) | |
download | perl-c0c5a66b1f9057869560585670408a3b64523528.tar.gz |
typo, doc tweak
p4raw-id: //depot/perl@4438
Diffstat (limited to 'lib')
-rw-r--r-- | lib/attributes.pm | 2 |
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); |