projects
/
gitmo/MooseX-AlwaysCoerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
44b4409
)
release
Rafael Kitover [Tue, 16 Jun 2009 17:50:26 +0000 (10:50 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/AlwaysCoerce.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
976699f
..
1aaca31
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,8
@@
Revision history for MooseX-AlwaysCoerce
+0.03 2009-06-16 17:50:12
+ - make coerce => 0 work for class_has
+
0.02 2009-06-16 17:23:29
- rewritten using metaroles, the Moose way
diff --git
a/lib/MooseX/AlwaysCoerce.pm
b/lib/MooseX/AlwaysCoerce.pm
index
4247664
..
3155549
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.02
+Version 0.03
=cut
-our $VERSION = '0.02';
+our $VERSION = '0.03';
=head1 SYNOPSIS