Added the "also" param to Moose::Exporter, which allows you to say you
authorDave Rolsky <autarch@urth.org>
Thu, 7 Aug 2008 15:50:55 +0000 (15:50 +0000)
committerDave Rolsky <autarch@urth.org>
Thu, 7 Aug 2008 15:50:55 +0000 (15:50 +0000)
commit4403da902109164d2674c1169055c369500080ec
tree3d5bf2077c2be8fde929a2fa0cb7479bb0d4fc2f
parent7c4676ef552c564e0e05233b7354e6c3e4794684
Added the "also" param to Moose::Exporter, which allows you to say you
want to export what some other package(s) are exporting.

Wrote a bunch of tests for this.

Renamed the old extending & embedding test to indicate that it's just
for back compat now.
lib/Moose/Exporter.pm
t/050_metaclasses/010_extending_and_embedding_back_compat.t [moved from t/050_metaclasses/010_extending_and_embedding.t with 100% similarity]
t/050_metaclasses/012_moose_exporter.t [new file with mode: 0644]