projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d03295d
)
Remove an unused method
gfx [Wed, 30 Sep 2009 12:51:25 +0000 (21:51 +0900)]
lib/Mouse/Meta/Module.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Module.pm
b/lib/Mouse/Meta/Module.pm
index
79998a3
..
c1364bc
100755
(executable)
--- a/
lib/Mouse/Meta/Module.pm
+++ b/
lib/Mouse/Meta/Module.pm
@@
-46,8
+46,6
@@
use Mouse::Util qw/:meta get_code_package not_supported load_class/;
}
-sub _new{ Carp::croak("Mouse::Meta::Module is an abstract class") }
-
sub name { $_[0]->{package} }
sub version { no strict 'refs'; ${shift->name.'::VERSION'} }