avoid needing . in @INC in dev mode
[p5sagit/Sub-Exporter-Progressive.git] / t /
2013-03-26 Peter Rabbitson Work around Exporter.pm not installable on perl < 5.8.0
2013-03-12 Peter Rabbitson 5.6 compat
2013-03-12 Peter Rabbitson Drop Test::Builder dep - subtests are overkill here
2013-03-12 Peter Rabbitson Switch tabs to 3-space (from bad to worse)
2013-03-09 Toby Inkster Disallow numbers in imports for consistency with Sub...
2013-01-21 Leon Timmermans Rewrite -tag to :tag for Exporter.pm
2012-08-27 Leon Timmermans Handle ':all' correctly
2012-08-25 Leon Timmermans Add explicit dependency on Test::More 0.89
2012-08-25 Leon Timmermans Add support for tags
2012-08-25 Leon Timmermans Warn if defaults are not in exports
2012-08-09 Dagfinn Ilmari Man... fix skipping when Sub::Exporter isn't installed
2012-07-31 Arthur Axel 'fREW... Make Sub::Exporter an optional dep (which is kinda...
2012-07-30 Arthur Axel 'fREW... Fix '-all' option for the default group
2012-07-29 Arthur Axel 'fREW... initial commit