projects
/
gitmo/Package-Stash-PP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b746972
)
work around a ppi bug that dzil triggers
Jesse Luehrs [Wed, 12 May 2010 19:08:27 +0000 (14:08 -0500)]
lib/Stash/Manip.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Stash/Manip.pm
b/lib/Stash/Manip.pm
index
a9f4bfa
..
cad3742
100644
(file)
--- 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