Removed undocumented groups feature Moose::Exporter and updated tests accordingly.
authorDave Rolsky <autarch@urth.org>
Mon, 7 Sep 2009 16:52:50 +0000 (11:52 -0500)
committerDave Rolsky <autarch@urth.org>
Mon, 7 Sep 2009 16:52:50 +0000 (11:52 -0500)
commit0661fc1a78d4ca877379f78de3761c1a53650dbd
tree7d55b926262dd1a11b7e81424c59811c50a8b1ba
parentd5447d26a00923150fe0645a05ab00c574de5395
Removed undocumented groups feature Moose::Exporter and updated tests accordingly.

The feature was good in spirit, but the implementation was very odd, and
basically undocumentable because of its complexity.

I moved some tests from the groups tests to
t/050_metaclasses/012_moose_exporter.t, since there were also useful tests for
prototype handling and with_meta mixed in with the groups tests.
lib/Moose/Exporter.pm
t/050_metaclasses/012_moose_exporter.t
t/050_metaclasses/024_moose_exporter_groups.t [deleted file]