From 60146e1cd79f3ad717185dea3b1edb222618e6f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 May 2010 14:08:27 -0500 Subject: work around a ppi bug that dzil triggers --- lib/Stash/Manip.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3-54-g00ecf