add reference to MooseX::Getopt::Usage
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt /
2013-02-09 Karen Etheridge use OO syntax for handling subref
2013-02-09 Karen Etheridge include configfile=>$value to new()
2013-02-09 Karen Etheridge support the configfile sub being totally overridden
2013-02-09 Karen Etheridge allow for has configfile => ( init_arg => 0 )
2013-02-05 Karen Etheridge spelling
2013-02-05 Karen Etheridge use Try::Tiny instead of eval
2012-12-27 Karen Etheridge chain _getopt_full_usage in the other direction, to...
2012-12-25 Karen Etheridge fix typo in pod
2012-12-24 Karen Etheridge expose print_usage_text() as public method
2012-12-22 Karen Etheridge prefer trait over metaclass as much as possible
2012-12-22 Karen Etheridge mention the aliasing feature of NoGetopt as well
2012-11-29 Karen Etheridge fix some broken pod links
2012-08-30 Karen Etheridge also treat "-h" as a request for help
2012-08-30 Karen Etheridge -? is also accepted as a help option
2012-05-11 Karen Etheridge respect new_with_options(configfile => "foo")
2012-04-14 Karen Etheridge print --usage, --help to stdout not stderr topic/usage_exit_not_die
2012-02-03 Tomas Doran Fix pointed out by Gaal Yahas in irc
2011-03-29 Damien Krotkine Added getopt_conf documentation
2011-03-29 Damien Krotkine transform MooseX::Getopt::GLD into a MooseX::Parameteri...
2011-02-08 Tomas Doran Fix abstract for docs
2011-02-08 Tomas Doran Whitespace pickyness topic/jswartz-process-args
2011-02-08 Tomas Doran Clean up namespace
2011-02-08 Tomas Doran Chop up docs - dzil processes the Pod
2011-02-08 Jonathan Swartz move most of new_with_options logic into separate publi...
2010-08-26 Tomas Doran Fix handling of union types (RT#58417)
2010-07-06 Karen Etheridge use insertion order to sort attributes when formulating...
2010-07-01 Karen Etheridge Implements feature suggestion RT#58715 by storing the...
2010-06-27 Karen Etheridge oops forgot to add this file to the commit!
2010-06-05 Florian Ragwitz Remove some more trailing whitespace
2010-06-05 Florian Ragwitz Convert to Dist::Zilla
2010-06-04 Jesse Luehrs make ::Strict work with the trait stuff
2010-03-01 Florian Ragwitz Version 0.27. 0.27
2010-02-12 Ævar Arnfjörð Bjar... MooseX::Getopt::Dashes: Document how ::Dashes interacts...
2009-12-10 Tomas Doran Bump version 0.26
2009-12-10 Tomas Doran (t0m) And fix
2009-11-30 Tomas Doran Revert "Fix this not having a $VERSION"
2009-11-26 Tomas Doran Fix this not having a $VERSION
2009-11-26 Tomas Doran Bump versions
2009-11-26 Tomas Doran Properly pull apart into roles
2009-11-19 Tomas Doran Pull exiting with useage out into a method
2009-08-30 Tomas Doran Merge master into branch topic/split_gld_from_basic
2009-08-23 Shlomi Fish Docs of MooseX::Getopt::Basic now refer elsewhere.
2009-08-23 Shlomi Fish Move _gld_spec to ::GLD - it's only used there.
2009-08-23 Shlomi Fish Remove POD of a removed option.
2009-08-13 Shlomi Fish Implement functionality of MooseX::Getopt::Basic .
2009-08-13 Shlomi Fish Splitted into Getopt::Basic and Getopt::GLD.
2009-07-10 Ricardo SIGNES prep new release with fixed MANIFEST.SKIP 0_20
2009-07-08 Ricardo SIGNES bump version, prepare next release
2009-04-09 Hans Dieter Pearcey add a synopsis
2009-04-09 Hans Dieter Pearcey fiddle with ilmari's changelog entry and bump version
2009-04-09 Dagfinn Ilmari Man... add MooseX::Getopt::Dashes
2009-04-08 Hans Dieter Pearcey unify version numbers 0_17
2008-07-26 Yuval Kogman version bumps
2008-07-26 Yuval Kogman also accept type constraint objects in option type...
2008-06-04 Chris Prather fix Float which doesn't exist with Num which does
2008-03-14 Stevan Little 0.12
2007-12-03 Stevan Little some doc fixes
2007-11-23 Stevan Little 0.06
2007-11-23 Stevan Little no-getopt stuff
2007-10-12 Stevan Little misc crap 0_06
2007-08-01 Yuval Kogman foo
2007-07-31 Chris Prather add a NoGetopt metaclass
2007-07-03 Stevan Little some helpful errors added
2007-06-26 Stevan Little 0.04 0_05
2007-05-22 Brandon L Black Throw exceptions from new_with_options if @ARGV parsing...
2007-05-03 Stevan Little 0.03 0_03
2007-05-03 Stevan Little 0.03
2007-05-03 Stevan Little 0.03
2007-04-05 Stevan Little adding metaclass laliasing 0_02
2007-04-02 Brandon L Black support scalar cmd_aliases, so that singular aliases...
2007-04-02 Brandon L Black added cmd_alias to accomplish "verbose|debug|v|d" sort...
2007-03-09 Stevan Little prettty much done I think
2007-03-07 Stevan Little Adding MooseX::Getopt first draft 0_01