projects
/
gitmo/MooseX-Dependent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
00e2297
)
prep for cpan
0.05
John Napiorkowski [Fri, 29 Apr 2011 03:12:29 +0000 (23:12 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Types/Parameterizable.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
bc50241
..
d3da1c5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for MooseX-Types-Parameterized
+0.05 28 April 2011
+ - Changes for Moose to be
+
0.04 28 June 2010
- More documentation fixes, no code changes
diff --git
a/lib/MooseX/Types/Parameterizable.pm
b/lib/MooseX/Types/Parameterizable.pm
index
58bb350
..
1b50fff
100644
(file)
--- a/
lib/MooseX/Types/Parameterizable.pm
+++ b/
lib/MooseX/Types/Parameterizable.pm
@@
-2,7
+2,7
@@
package MooseX::Types::Parameterizable;
use 5.008;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
$VERSION = eval $VERSION;
use Moose::Util::TypeConstraints;