summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-12 14:08:27 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-12 14:08:27 -0500
commit60146e1cd79f3ad717185dea3b1edb222618e6f0 (patch)
treed5503fac6af9e18c70353526d46eef2ce20a4a1d /lib
parentb746972e03adae326b05d48d28107e18b0567fe9 (diff)
downloadpackage-stash-xs-60146e1cd79f3ad717185dea3b1edb222618e6f0.tar.gz
package-stash-xs-60146e1cd79f3ad717185dea3b1edb222618e6f0.zip
work around a ppi bug that dzil triggers
Diffstat (limited to 'lib')
-rw-r--r--lib/Stash/Manip.pm2
1 files changed, 1 insertions, 1 deletions
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