From: Jesse Luehrs Date: Wed, 12 May 2010 19:08:27 +0000 (-0500) Subject: work around a ppi bug that dzil triggers X-Git-Tag: 0.01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60146e1cd79f3ad717185dea3b1edb222618e6f0;p=gitmo%2FPackage-Stash-XS.git work around a ppi bug that dzil triggers --- 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