projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9cbe374
)
Moose::Meta::Role no longer uses subname
Shawn M Moore [Thu, 8 Oct 2009 01:21:05 +0000 (21:21 -0400)]
lib/Moose/Meta/Role.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role.pm
b/lib/Moose/Meta/Role.pm
index
d739132
..
6af9f21
100644
(file)
--- a/
lib/Moose/Meta/Role.pm
+++ b/
lib/Moose/Meta/Role.pm
@@
-7,7
+7,6
@@
use metaclass;
use Scalar::Util 'blessed';
use Carp 'confess';
-use Sub::Name 'subname';
use Devel::GlobalDestruction 'in_global_destruction';
our $VERSION = '0.92';