add reference to MooseX::Getopt::Usage
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt.pm
2013-09-07 Karen Etheridge add reference to MooseX::Getopt::Usage
2012-12-24 Karen Etheridge expose print_usage_text() as public method
2012-12-22 Karen Etheridge As of v0.36, there is a hook to change this
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-02-05 Tomas Doran Pod fix from debian. Salvatore Bonaccorso <carnil@debia...
2012-02-05 Tomas Doran Spelling fix from debian. Jonathan Yu <jawnsy@cpan...
2011-12-22 Karen Etheridge clarify doc patch - the "pass_through" option enables...
2011-12-22 Karen Etheridge doc patches, re Getopt::Long config and extra_argv.
2011-02-08 Jonathan Swartz move most of new_with_options logic into separate publi...
2010-07-01 Karen Etheridge Implements feature suggestion RT#58715 by storing the...
2010-06-05 Florian Ragwitz Remove some more trailing whitespace
2010-06-05 Florian Ragwitz GLD is a hard dep since 2008 anyway
2010-06-05 Florian Ragwitz Convert to Dist::Zilla
2010-03-01 Florian Ragwitz Version 0.27. 0.27
2009-12-10 Tomas Doran Bump version 0.26
2009-12-10 Shlomi Fish Convert HAVE_GLD to _HAVE_GLD .
2009-12-10 Shlomi Fish Convert HAVE_GLD to _HAVE_GLD .
2009-11-26 Tomas Doran Properly pull apart into roles
2009-11-26 Tomas Doran And more overrideable
2009-11-26 Tomas Doran Bump version
2009-11-26 Tomas Doran Make option warning eacy to override for Catalyst....
2009-10-23 Tomas Doran (t0m) Changelog 0.24
2009-10-23 Tomas Doran (t0m) Trim trailing whitespace
2009-10-23 Tomas Doran (t0m) Fix bug when handling upper/mixedcase accessors
2009-10-02 Tomas Doran Changelog, bump version 0.23
2009-10-02 Tomas Doran Merge commit 'upstream/topic/configfile_default_codref_...
2009-09-05 Tomas Doran Bump version for release 0.22
2009-08-27 Gordon Irving if configfile is a coderef call it and write some tests... topic/configfile_default_codref_call
2009-08-27 Tomas Doran Bump versions
2009-08-27 Tomas Doran Fix RT#47766
2009-08-27 Tomas Doran Merge branch 'master' of git@github.com:bobtfish/moosex...
2009-08-27 Tomas Doran Merge
2009-08-23 Shlomi Fish Remove POD of a removed option.
2009-08-23 Shlomi Fish Added $VERSION and $AUTHORITY to MX/Getopt.pm again.
2009-08-13 Shlomi Fish Implement functionality of MooseX::Getopt::Basic .
2009-08-13 Shlomi Fish Splitted into Getopt::Basic and Getopt::GLD.
2009-08-13 Shlomi Fish Reverted the latest commit.
2009-08-12 Shlomi Fish Enable the argv argument to the constructor.
2009-08-12 Tomas Doran Merge branch 'master' of gitmo@git.moose.perl.org:Moose...
2009-08-12 Tomas Doran Doc patch for argv parameter from rindolf++
2009-07-11 Devin Austin fixed another minor spelling nit
2009-07-11 Devin Austin fixed minor spelling nit
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-07-06 Nelo Onyiah Applied patch in RT43255
2009-07-06 Nelo Onyiah Applied patch to fix RT46200
2009-07-06 Tomas Doran (t0m Fix Getopt config spec
2009-06-26 Nelo Onyiah Applied patch in RT43255
2009-06-25 Nelo Onyiah Applied patch to fix RT46200
2009-04-09 Hans Dieter Pearcey fiddle with ilmari's changelog entry and bump version
2009-04-08 Hans Dieter Pearcey unify version numbers 0_17
2009-04-08 Hans Dieter Pearcey update for latest moose
2009-02-17 Ricardo SIGNES skip pod tests, do not block install 0_16
2008-07-26 Yuval Kogman version bumps
2008-07-26 Yuval Kogman also accept type constraint objects in option type...
2008-07-10 Stevan Little 0.14
2008-06-05 Yuval Kogman Params passed to new_with_options are no longer required
2008-05-25 Stevan Little 0.13
2008-05-01 Todd Hepler added links to the traits
2008-05-01 Todd Hepler typo fix
2008-04-23 Ryan D Johnson Getopt shouldn't require ConfigFromFile role applied...
2008-04-23 Ryan D Johnson Update versions, changelog, fix test when ConfigFromFil...
2008-04-23 Ryan D Johnson When required attributes are loaded from config, they...
2008-03-14 Stevan Little 0.12
2008-02-02 Yuval Kogman Getopt::Long processes all option names, do the same...
2008-02-02 Yuval Kogman refactor cmd alias extraction to a separate method
2008-01-28 Brandon L Black 0.11, required not necessarily required
2008-01-23 Brandon L Black 0.10 - support default configfile w/ MX::ConfigFromFile 0_11
2008-01-22 Yuval Kogman ARGV and extra_argv should be nogetopt 0_10
2008-01-22 Yuval Kogman changelog and version bump 0_09
2008-01-22 Yuval Kogman remove the FakeUsage thing, not needed after all
2008-01-22 Yuval Kogman Doc note about Getopt::Long::Descriptive
2008-01-22 Yuval Kogman use Getopt::Long::Descriptive only if it's available
2008-01-21 Yuval Kogman _usage_format method
2008-01-21 Yuval Kogman hide ARGV and extra_argv from usage
2008-01-21 Yuval Kogman further refactorings to benefit MooseX::App::Cmd
2008-01-21 Yuval Kogman Getopt::Long::Descriptive
2007-12-21 Brandon L Black 0.08 version/changes 0_08
2007-12-18 Brandon L Black add MX::ConfigFromFile support
2007-12-03 Stevan Little some doc fixes
2007-11-23 Stevan Little 0.06
2007-08-01 Yuval Kogman foo
2007-07-31 Chris Prather add a NoGetopt metaclass
2007-07-09 Stevan Little bumping version and adding Changelog
2007-07-04 Yuval Kogman Refactor MooseX::Getopt into smaller methods
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
2007-04-30 Stevan Little start of 0.03
2007-04-05 Stevan Little adding metaclass laliasing 0_02
2007-04-02 Brandon L Black small fixups (didnt make test before the last commit)
2007-04-02 Brandon L Black added ARGV accessor which holds a copy of the original...
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