projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1f3ae1a
)
remove unused variables
Graham Knop [Fri, 13 Jun 2014 12:38:50 +0000 (08:38 -0400)]
lib/Eval/WithLexicals/WithHintPersistence.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/WithLexicals/WithHintPersistence.pm
b/lib/Eval/WithLexicals/WithHintPersistence.pm
index
d6a4ac0
..
5624d6f
100644
(file)
--- a/
lib/Eval/WithLexicals/WithHintPersistence.pm
+++ b/
lib/Eval/WithLexicals/WithHintPersistence.pm
@@
-5,9
+5,6
@@
use Sub::Quote;
our $VERSION = '1.002000'; # 1.2.0
$VERSION = eval $VERSION;
-# Used localised
-our($hints, %hints);
-
has hints => (
is => 'rw',
default => quote_sub q{ {} },