1.9 2012-07-17 15:02:42 Europe/Paris
Remove bugs section (duplicate)
1.8 2012-07-16 16:51:44 Europe/Paris
use Dist::Zilla::PluginBundle::Author::Celogeek v0.7
1.7 2012-07-16 14:55:02 Europe/Paris
use Dist::Zilla::PluginBundle::Author::Celogeek
1.6 - 2012-06-08 11:20
===
* Change author name
1.5 - 2012-06-01 01:10
===
* fix mouse test
* add doc, markdown, cleanup
1.4 - 2012-05-16 23:30
===
* remove goto method, compat with older perl
1.3 - 2012-05-12 00:30
===
* fix minimum version to 5.8.9
* fix test unit
1.2 - 2012-05-02 02:20
===
* add advice on repeatable option (Alex Howarth)
* full test and 100% coverage
* fix import_options and add protection.
1.1 - 2012-03-13 23:20
===
* remove min version for testing Moo
* remove deps on Mo/Moo/Mouse/Moose from test (if present do the test, else skip)
1.0 - 2012-03-10 16:00
===
* use perl 5.006 syntax compatible, allow use MooX::Options with older version
0.9 - 2012-02-14 21:40
===
* Add flavour to pass options to GetOpt::Long (zengargoyle)
0.8 - 2011-12-25 14:30
===
* use Moo 0.009013 to pass cpantester tests
0.7 - 2011-12-09 00:10
===
* change name to MooX::Options
* fix Global name (UPPERCASE)
* fix Global name (Camel_Case)
* fix private name (no more "_")
0.6 - 2011-12-04 13:00
===
* add option_usage
add test for it
0.5 - 2011-12-04 12:20
===
* fix doc
0.4 - 2011-12-04 12:00
===
* fix call chain method (don't call properly because new method was not already generated at the call)
add test for chain_method (should_die_ok)
0.3 - 2011-12-03 13:00
===
* fix test unit
0.2 - 2011-12-02 01:30
===
* improve help test
* fix possible miss reading
* Factorize test import_options rename options for import_options (better reading) remove synopsis filter is on by default, can be cancel with \"nofilter\" import doc at the end
* add TODO
* fix tests for autosplit, add complex autosplit for str with quote
* add some better handle of repeatable and negativable, use Data::Record to resplit the args
0.1 - 2011-11-30 18:30
===
* First release of MooX::Getopt
Fully compatible with Mo/Moo/Mouse/Moose and more