Revision history for MooseX-Getopt-Usage 0.12_01 22nd June 2013 (Development) * Re-working of test suite to call exe using the perl that ran the test to try and fix cpantesters failures. * Rename test exes to *.pl for windows compat. 0.12 21st June 2013 * BugFix: #6 - attr_sort wasn't working on the man page. * BugFix: #1 - Default not shown for Boolean types. 0.11 2nd May 2013 * Doesn't assume a terminal. Uses width 72 when no terminal. * Documentation updates. 0.10 16th Apr 2013 * Fix: handling of man when required options. Thanks to Wayne Marquette. * Bin test skips for missing ok files. 0.09 22nd Apr 2012 * Integrates POD::Usage * Select extra POD to go into usage. * --man page option. * Big re-factor of back end into separate classes. 0.08 25th March 2012 * Fix deps for test suite as well. 0.07 19th March 2012 * Add dep for MooseX::Getopt. Hopefully we want now get a complete fail across cpan testers. 0.06 17th March 2012 * Add VERSION section to POD. * Add META.yml and Makefile.PL (generated by Module::Build). 0.05 7th March 2012 * getopt_usage return the string with no exit arg, or outputs and exist with exit arg. * Better test, does method and command line call. 0.04 6th March 2012 * Fix bugs in option hi lighting. * Add example of compact layout. * Change silly no_headings options to headings. * Docs cleanup. * New synopsis. * Changed default sort order. * New config system, getopt_config method. * Fix error handling and change class usage. You now just say use Moose; with 'MooseX::Getopt::Usage'; * Traps missing and invalid option errors properly and displays the error along with usage text. * Fix the layout to not use tabs. * Add a basic test. 0.03 4th March 2012 * All methods start getopt_usage or _getopt_usage_ to keep the namespace cleaner. * Use the full label for all column calculations. * Use = instead of : in Default string. 0.02 4th March 2012 * First proper version. * Example. * Bug fixes, docs, dependancy cleanup. 0.01 4th March 2012 * First version, released on an unsuspecting world.