projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c52e86
)
Remove some whitespace
Dave Rolsky [Mon, 18 Oct 2010 14:42:15 +0000 (09:42 -0500)]
lib/Moose/Meta/Role.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role.pm
b/lib/Moose/Meta/Role.pm
index
b711e4e
..
faad606
100644
(file)
--- a/
lib/Moose/Meta/Role.pm
+++ b/
lib/Moose/Meta/Role.pm
@@
-461,7
+461,6
@@
sub apply {
}
if ( $deprecation_check ) {
-
Moose::Deprecated::deprecated(
feature => 'alias or excludes',
message =>
@@
-473,7
+472,6
@@
sub apply {
}
if ( exists $args{'-excludes'} ) {
-
# I wish we had coercion here :)
$args{'-excludes'} = (
ref $args{'-excludes'} eq 'ARRAY'