projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af7a750
)
bump version
Graham Knop [Sat, 16 Aug 2014 00:43:19 +0000 (20:43 -0400)]
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
1dd6edb
..
89c491c
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.003000'; # 1.3.0
+our $VERSION = '1.003001'; # 1.3.1
$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
f4e8ce0
..
bbe3a8a
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.003000'; # 1.3.0
+our $VERSION = '1.003001'; # 1.3.1
$VERSION = eval $VERSION;
has hints => (