[libmousex-getopt-perl] annotated tag upstream/0.36 created (now 3909eb8)

gregor herrmann gregoa at debian.org
Sat May 9 14:52:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.36
in repository libmousex-getopt-perl.

        at  3909eb8   (tag)
   tagging  817ed360200b745882608e2b8f0c0747b57c67a3 (commit)
  replaces  upstream/0.34
 tagged by  gregor herrmann
        on  Sat May 9 16:21:29 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 0.36

Brandon L Black (12):
      added cmd_alias to accomplish "verbose|debug|v|d" sort of stuff
      support scalar cmd_aliases, so that singular aliases are not so clunky to type
      added ARGV accessor which holds a copy of the original @ARGV
      small fixups (didnt make test before the last commit)
      add a new test
      another test
      Throw exceptions from new_with_options if @ARGV parsing fails
      fix typo in ChangeLog
      add MX::ConfigFromFile support
      0.08 version/changes
      0.10 - support default configfile w/ MX::ConfigFromFile
      0.11, required not necessarily required

Chris Prather (2):
      add a NoGetopt metaclass
      fix Float which doesn't exist with Num which does

Dagfinn Ilmari Mannsåker (1):
      add MooseX::Getopt::Dashes

Devin Austin (2):
      fixed minor spelling nit
      fixed another minor spelling nit

FUJI Goro (gfx) (3):
      Merge pull request #6 from pghmcfc/copied
      fix project settings
      Checking in changes prior to tagging of version 0.36.

Florian Ragwitz (14):
      Bum the Getopt::Long::Descriptive dependency to 0.081 in an attempt to avoid test failures.
      Version 0.27.
      Add release date for 0.27
      Changelog doy's work
      Convert to Dist::Zilla
      Specify prereqs manually
      GLD is a hard dep since 2008 anyway
      Proper author names
      Remove some more trailing whitespace
      Ignore dotfiles
      Remove some more trailing whitespace
      Version 0.28
      Fix repository url
      Version 0.29

Fuji, Goro (1):
      Merge pull request #1 from mjgardner/copied

Gordon Irving (1):
      if configfile is a coderef call it and write some tests for it

Hans Dieter Pearcey (6):
      update for latest moose
      unify version numbers
      fiddle with ilmari's changelog entry and bump version
      add a synopsis
      update MANIFEST
      update MANIFEST (again)

Hinrik Örn Sigurðsson (3):
      Add test for strange --version handling
      Skip relevants tests when appropriate
      Just skip the test if we don't have Capture::Tiny

Jesse Luehrs (1):
      make ::Strict work with the trait stuff

John Goulah (1):
      replacing Build.PL with Makefile.PL

Justin Hunter (1):
      make sure no tests are run if MX::SC 0.07 is not found

Karen Etheridge (10):
      Disable auto_help config in Getopt::Long, to avoid calling into pod2usage when the --help option is used (the intent is just to fetch the value of the configfile option).  (RT#57683)
      add number to filename of new testcase
      oops forgot to add this file to the commit!
      ChangeLog update
      clarify comments/changelog -- MooseX::ConfigFromFile is a prerequisite for this bug/fix
      removed timestamp from Changelog; added additional test to swallow stderr output (and updated dependency list)
      removed timestamp from Changelog; added additional test to swallow stderr output (and updated dependency list)
      Merge branch 'topic/no_auto_help' of git.moose.perl.org:MooseX-Getopt into topic/no_auto_help
      Implements feature suggestion RT#58715 by storing the Usage object, fixes
      use insertion order to sort attributes when formulating arguments for Getopt::Long

Mark Gardner (1):
      fix configfromfile test to use new Getopt::Long::Descriptive text, require current version

Nelo Onyiah (5):
      Applied patch to fix RT46200
      Applied patch in RT43255
      Updated ChangeLog
      Applied patch to fix RT46200
      Applied patch in RT43255

Paul Howarth (1):
      Cope with GLD output changes in version 0.099

Ricardo SIGNES (4):
      skip pod tests, do not block install
      bump version, prepare next release
      auto_manifest
      prep new release with fixed MANIFEST.SKIP

Ryan D Johnson (5):
      TODO tests for loading required attributes from config
      When required attributes are loaded from config, they are no longer required on cmdline
      Update versions, changelog, fix test when ConfigFromFile isn't available
      Getopt shouldn't require ConfigFromFile role applied at same level
      Woops - convert some tabs to spaces in the ChangeLog

Shlomi Fish (11):
      Enable the argv argument to the constructor.
      Reverted the latest commit.
      Splitted into Getopt::Basic and Getopt::GLD.
      Implement functionality of MooseX::Getopt::Basic .
      Added $VERSION and $AUTHORITY to MX/Getopt.pm again.
      Remove POD of a removed option.
      Move _gld_spec to ::GLD - it's only used there.
      Docs of MooseX::Getopt::Basic now refer elsewhere.
      Convert HAVE_GLD to _HAVE_GLD .
      Convert HAVE_GLD to _HAVE_GLD .
      Add t/106_no_ignore_case.t .

Stevan Little (24):
      Adding MooseX::Getopt first draft
      prettty much done I think
      foo
      foo
      adding metaclass laliasing
      foo
      start of 0.03
      0.03
      0.03
      0.03
      0.04
      some helpful errors added
      0.05
      bumping version and adding Changelog
      misc crap
      no-getopt stuff
      0.06
      foo
      some doc fixes
      0.07
      0.12
      0.13
      failing tests
      0.14

Todd Hepler (2):
      typo fix
      added links to the traits

Tokuhiro Matsuno (6):
      GLD 0.097 no longer defaults to no_ignore_case
      dzil v5+ needs 's'
      Bump up 0.33
      migrate to minil
      Checking in changes prior to tagging of version 0.35.
      minil build

Tomas Doran (40):
      Doc patch for argv parameter from rindolf++
      Merge branch 'master' of gitmo at git.moose.perl.org:MooseX-Getopt
      Cleanup test, removing unneeded code serving no purpose or tested elsewhere
      Merge
      Merge branch 'master' of git at github.com:bobtfish/moosex-getopt
      Merge
      Add Test::Moose, as requested by RT#48843
      Fix RT#47766
      Bump versions
      New M::I doesn't want to play
      Add repos info
      Fix README version
      Merge master into branch
      Force author tests to be run when in author mode
      Update .gitignore to skip built dists
      Bump GLD required version
      Bump version for release
      Merge commit 'upstream/topic/configfile_default_codref_call'
      Changelog, bump version
      Slight rewording
      Pull exiting with useage out into a method
      Make option warning eacy to override for Catalyst. Needs tests
      Bump version
      And more overrideable
      Properly pull apart into roles
      Basic test for hooking the usage method
      Ignore editor files
      Update changes, tests for new hooks
      Bump versions
      Date
      Fix this not having a $VERSION
      Revert "Fix this not having a $VERSION"
      Bump version
      Merge branch 'master' of github.com:bobtfish/moosex-getopt
      Remove date from changelog as not shipped
      Fix eol test
      Add a skip if we don't have mx::simpleconfig, or not new enough version
      Swap options round
      Version 0.30
      Version 0.31

Tomas Doran (t0m (1):
      Fix Getopt config spec

Tomas Doran (t0m) (8):
      Fix bug when handling upper/mixedcase accessors
      Trim trailing whitespace
      Changelog
      Add some tests showing that upper case options don't work in MooseX::Getopt::Basic
      And fix
      Revert "Just skip the test if we don't have Capture::Tiny"
      Revert "Skip relevants tests when appropriate"
      Revert "Add test for strange --version handling"

Yuval Kogman (21):
      Refactor MooseX::Getopt into smaller methods
      foo
      Getopt::Long::Descriptive
      dep
      further refactorings to benefit MooseX::App::Cmd
      hide ARGV and extra_argv from usage
      _usage_format method
      revert dep
      use Getopt::Long::Descriptive only if it's available
      Doc note about Getopt::Long::Descriptive
      remove the FakeUsage thing, not needed after all
      Merge 'gld' into 'trunk'
      changelog and version bump
      ARGV and extra_argv should be nogetopt
      refactor cmd alias extraction to a separate method
      Getopt::Long processes all option names, do the same in the name_to_init_arg index
      Params passed to new_with_options are no longer required
      demand Module::Install 0.75
      also accept type constraint objects in option type map (fixes autovivified type constraints
      changelog
      version bumps

gfx (2):
      Import from MooseX::Getopt 0.31
      Changelogging

gregor herrmann (1):
      Imported Upstream version 0.36

t0m (4):
      Fix warnings
      Add .gitignore
      Fix tests from RT#44909
      Changelogging

tokuhirom (3):
      Save $@ to temporary variable.
      bump up to 0.32
      Pod spelling fix, RT#75972

Ævar Arnfjörð Bjarmason (3):
      MooseX::Getopt::Dashes: Document how ::Dashes interacts with the cmd_flag argument
      Convert tabs to spaces
      Partially revert fe193b814520900810bc4c0e6d9819d444b26930

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmousex-getopt-perl.git



More information about the Pkg-perl-cvs-commits mailing list