summaryrefslogtreecommitdiffstats
path: root/lib/Package
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-05-02 15:38:49 -0500
committerJesse Luehrs <doy@tozt.net>2011-05-02 15:38:49 -0500
commit86bd7e9d641182fcf9df4433bc788d9e25ae8698 (patch)
tree3079f9ef66f57fc5389f4424164f1641242a8e2a /lib/Package
parent65b8253b508cd3eb54e4d50dbd8bf3ae9a4b062a (diff)
downloadpackage-stash-86bd7e9d641182fcf9df4433bc788d9e25ae8698.tar.gz
package-stash-86bd7e9d641182fcf9df4433bc788d9e25ae8698.zip
remove unused variable
Diffstat (limited to 'lib/Package')
-rw-r--r--lib/Package/Stash/PP.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Package/Stash/PP.pm b/lib/Package/Stash/PP.pm
index 4856d14..9004c5d 100644
--- 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;