X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=15ac20604b03cd5bcc70af3613a747d6e8e37325;hb=topic%2Fno_auto_help;hp=371df91b6e3f26dca6793afc7c3d264ce502e3ea;hpb=9acde8411d7cb3b96e707f897126ef712cdac39a;p=gitmo%2FMooseX-Getopt.git diff --git a/ChangeLog b/ChangeLog index 371df91..15ac206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,21 @@ Revision history for Perl extension MooseX-Getopt + * MooseX::Getopt::Basic + - Disable auto_help config in Getopt::Long, to avoid calling into + pod2usage when the --help option is used while MooseX::ConfigFromFile + is in use (the intent is just to fetch the value of the configfile + option). (RT#57683) (Karen Etheridge) + +0.29 Tue. Jun 15 2010 + * Fix repository metadata. Thanks Robert Bohne for noticing! + +0.28 Sat. Jun 05 2010 * MooseX::Getopt::Strict - Make it work with Getopt attribute traits in addition to attribute metaclasses. + * Switch from Module::Install to Dist::Zilla. + 0.27 Sun. Feb 10 2010 * Makefile.PL: - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to