From 86bd7e9d641182fcf9df4433bc788d9e25ae8698 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 2 May 2011 15:38:49 -0500 Subject: remove unused variable --- lib/Package/Stash/PP.pm | 1 - 1 file changed, 1 deletion(-) 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 implemented in pure perl, for those with sub new { my $class = shift; my ($package) = @_; - my $namespace; return bless { 'package' => $package, }, $class; -- cgit v1.2.3-54-g00ecf