projects
/
gitmo/Package-Stash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
65b8253
)
remove unused variable
Jesse Luehrs [Mon, 2 May 2011 20:38:49 +0000 (15:38 -0500)]
lib/Package/Stash/PP.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Package/Stash/PP.pm
b/lib/Package/Stash/PP.pm
index
4856d14
..
9004c5d
100644
(file)
--- a/
lib/Package/Stash/PP.pm
+++ b/
lib/Package/Stash/PP.pm
@@
-26,7
+26,6
@@
This is a backend for L<Package::Stash> implemented in pure perl, for those with
sub new {
my $class = shift;
my ($package) = @_;
- my $namespace;
return bless {
'package' => $package,
}, $class;