summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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