projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4dace1c
)
Bumping version to 1.003005
Graham Knop [Wed, 1 Jul 2015 21:02:09 +0000 (17:02 -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
e33667a
..
b3a15e9
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.003004'; # 1.3.4
+our $VERSION = '1.003005'; # 1.3.5
$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
73f3fb9
..
cf03878
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.003004'; # 1.3.4
+our $VERSION = '1.003005'; # 1.3.5
$VERSION = eval $VERSION;
has hints => (