projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bb8afe3
)
Add coerce without coercion to list of deprecated features
Dave Rolsky [Mon, 19 Jul 2010 17:05:57 +0000 (12:05 -0500)]
lib/Moose/Deprecated.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Deprecated.pm
b/lib/Moose/Deprecated.pm
index
760cada
..
c79751c
100644
(file)
--- a/
lib/Moose/Deprecated.pm
+++ b/
lib/Moose/Deprecated.pm
@@
-8,6
+8,7
@@
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
use Package::DeprecationManager -deprecations => {
+ 'coerce without coercion' => '1.08',
'pre-0.94 MetaRole API' => '0.93',
'Role type' => '0.84',
'subtype without sugar' => '0.72',