Reverse the output from _follow_also
[gitmo/Moose.git] / t / 050_metaclasses / 012_moose_exporter.t
2011-02-15 Chris Prather Reverse the output from _follow_also
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-08-24 Karen Etheridge use Test::Requires in tests
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-09-12 Shawn M Moore Quote the "also" in the error message for clarity
2009-09-07 Dave Rolsky A little test cleanup post-merge
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Make sure with_caller handles prototypes correctly...
2009-09-07 Dave Rolsky Removed undocumented groups feature Moose::Exporter...
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-05-16 Shawn M Moore If we M'Ex/also a module that isn't loaded, hint that...
2009-04-29 Shawn M Moore Make Test::Output optional again
2009-04-21 Shawn M Moore Unconditionally depend on Test::Output; dropping Test...
2009-02-19 Jesse Luehrs add test and docs for with_caller/as_is overriding...
2009-02-13 Dave Rolsky Requires Test::Warn 0.11 to avoid some bugs it seems...
2008-09-29 Dave Rolsky when loading Test::Warn, require at least 0.10
2008-09-26 Dave Rolsky Oops, broke some tests when I fixed an error in M:...
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-07 Dave Rolsky More tests for unimport to make sure it _really_ acts...
2008-08-07 Dave Rolsky It turns out namespace::clean's different semantics...
2008-08-07 Dave Rolsky Add test count
2008-08-07 Dave Rolsky Moose::Exporter now ensures that _every_ init_meta...
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-07 Dave Rolsky Added the "also" param to Moose::Exporter, which allows...