Rename CMOP::Module->create to _instantiate_module. The create method
authorDave Rolsky <autarch@houseabsolute.urth.org>
Tue, 17 Mar 2009 17:12:11 +0000 (12:12 -0500)
committerDave Rolsky <autarch@houseabsolute.urth.org>
Tue, 17 Mar 2009 17:12:11 +0000 (12:12 -0500)
commit89f660234af3ea76105ad29862b4092d54b06fcf
tree22e5c43c3b1fa06160ab52f9d7ba62f17ca706fd
parent929e9565b551d2f16c00b9c33a7d0549ccde5336
Rename CMOP::Module->create to _instantiate_module. The create method
was totally unrelated to the create method in CMOP::Class, as it
doesn't return anything.

AFAICT, the only thing that was calling create was CMOP::Class itself.
lib/Class/MOP/Class.pm
lib/Class/MOP/Module.pm
t/010_self_introspection.t