X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FStash%2FManip.pm;h=cad37420a44a64ff0c9c7a1e2aca4a690163bee2;hb=60146e1cd79f3ad717185dea3b1edb222618e6f0;hp=a9f4bfaba0e49782b7f1cec5bbb31970cef24ca3;hpb=b746972e03adae326b05d48d28107e18b0567fe9;p=gitmo%2FPackage-Stash-PP.git diff --git a/lib/Stash/Manip.pm b/lib/Stash/Manip.pm index a9f4bfa..cad3742 100644 --- a/lib/Stash/Manip.pm +++ b/lib/Stash/Manip.pm @@ -41,7 +41,7 @@ argument. sub new { my $class = shift; my ($namespace) = @_; - return bless { package => $namespace }, $class; + return bless { 'package' => $namespace }, $class; } =head2 name