projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
542c601
)
make bump
Karen Etheridge [Tue, 23 Dec 2014 00:11:29 +0000 (16:11 -0800)]
lib/Eval/WithLexicals.pm
patch
|
blob
|
blame
|
history
lib/Eval/WithLexicals/WithHintPersistence.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/WithLexicals.pm
b/lib/Eval/WithLexicals.pm
index
32b84e8
..
79fba31
100644
(file)
--- a/
lib/Eval/WithLexicals.pm
+++ b/
lib/Eval/WithLexicals.pm
@@
-4,7
+4,7
@@
use Moo;
use Moo::Role ();
use Sub::Quote;
-our $VERSION = '1.003001'; # 1.3.1
+our $VERSION = '1.003002'; # 1.3.2
$VERSION = eval $VERSION;
has lexicals => (is => 'rw', default => quote_sub q{ {} });
diff --git
a/lib/Eval/WithLexicals/WithHintPersistence.pm
b/lib/Eval/WithLexicals/WithHintPersistence.pm
index
bbe3a8a
..
81958c8
100644
(file)
--- a/
lib/Eval/WithLexicals/WithHintPersistence.pm
+++ b/
lib/Eval/WithLexicals/WithHintPersistence.pm
@@
-2,7
+2,7
@@
package Eval::WithLexicals::WithHintPersistence;
use Moo::Role;
use Sub::Quote;
-our $VERSION = '1.003001'; # 1.3.1
+our $VERSION = '1.003002'; # 1.3.2
$VERSION = eval $VERSION;
has hints => (