projects
/
gitmo/MooseX-AlwaysCoerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b058bf6
)
release
0.05
Rafael Kitover [Tue, 13 Jul 2010 00:06:07 +0000 (20:06 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/AlwaysCoerce.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
acf00ec
..
1d2093c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for MooseX-AlwaysCoerce
+0.05 2010-07-13 00:05:10
+ - support types without coercion (Schwern)
+
0.04 2010-03-06 05:28:01
- remove t/00-load.t (was failing)
diff --git
a/lib/MooseX/AlwaysCoerce.pm
b/lib/MooseX/AlwaysCoerce.pm
index
b8ca807
..
3fbfd59
100644
(file)
--- a/
lib/MooseX/AlwaysCoerce.pm
+++ b/
lib/MooseX/AlwaysCoerce.pm
@@
-18,11
+18,11
@@
MooseX::AlwaysCoerce - Automatically enable coercions for Moose attributes
=head1 VERSION
-Version 0.04
+Version 0.05
=cut
-our $VERSION = '0.04';
+our $VERSION = '0.05';
=head1 SYNOPSIS