[libmousex-getopt-perl] annotated tag debian/0.36-1 created (now 5f09af1)

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 debian/0.36-1
in repository libmousex-getopt-perl.

        at  5f09af1   (tag)
   tagging  2123adba2c34666a0fb65acfead09d1abd5199ce (commit)
  replaces  debian/0.34-2
 tagged by  gregor herrmann
        on  Sat May 9 16:52:03 2015 +0200

- Log -----------------------------------------------------------------
tagging package libmousex-getopt-perl version debian/0.36-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJVTh8TXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGW0QP/jOaFiglcBri3iajGZmG0j0y
C/AwfpjltXt8WnJZa3cc0PkULZshIcAn3M61qQbOrdSO7Nzyi3IMveUqDPyAlYuQ
W55dqCGUtxvIxMHPt6RECz50AJcXq0EBdqY+YVtQimcYNybVMnoVvaibqBmtn2Xm
6IG3DNK5/Zic7KShMg+1pFhLCH2qfawxElJ7KtaUpkWXmcZGJQZdYrfNlVQR+pBx
2TO7d/Orgjl9tp9KapmS80nfqtZlv2EQn5v8UrL6LX3+cPXQW+tbT9vPeGKzH2fF
kYj1qIjs9jcYRoHJ3TL/BUE8Nmih5beliqmR2QxvMNjiZAWtwKeLYS3/XBNMFzmB
oHBpQjiJHtyCbKsWLssaUyFPmUGGxiP6feLfUb4HJJlcsXzK0atTvxPz2NQ0K5UE
5vNSJLgWTuUoEDU5XLGPJUS02O9V0NAB8fNp02SsvdB5Ypo3VKrR5g54dNadYDRI
6+rPoqTFnNp2jsXUmtbkfmLePtYz+0ka2WxLJAzTk+0EmyDVvC5hg7zdwFEBJYEY
oHEblGce7CqLKbV0JIH/DwT0mqiRhmJuxVdgzF+3yvdPN/X9gwUEoYdzcJweHGsN
1HLDYscuxQgqdLHzjr/jnLQBFiaYtoIZT84aLchHl2floAZ7/gpbTcRCPktvixck
CxBK4faoUsGmBTJaw+/K
=rlTe
-----END PGP SIGNATURE-----

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

Salvatore Bonaccorso (2):
      Update Vcs-Browser URL to cgit web frontend
      update 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 (15):
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.36
      Merge tag 'upstream/0.36'
      Update debian/changelog
      update changelog
      Drop override_dh_clean from debian/rules.
      Drop GLD-0.097.patch which was backported from upstream git.
      Drop spelling.patch, merged upstream.
      Update years of packaging copyright.
      Declare compliance with Debian Policy 3.9.6.
      Mark package as autopkgtest-able.
      Explicitly build depend on libmodule-build-perl.
      Add add-name-to-pod.patch to fix incomplete POD.
      releasing package libmousex-getopt-perl version 0.36-1

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

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

This annotated tag includes the following new commits:

       new  3a7f2ec   Add debian/upstream/metadata
       new  693dbf1   Update debian/changelog
       new  d7de2f1   Merge tag 'upstream/0.36'
       new  c41806f   Update debian/changelog
       new  9f5afc1   update changelog
       new  628186f   Drop override_dh_clean from debian/rules.
       new  72ad0ac   Drop GLD-0.097.patch which was backported from upstream git.
       new  5e39250   Drop spelling.patch, merged upstream.
       new  adbdef4   Update years of packaging copyright.
       new  74ffd6e   Declare compliance with Debian Policy 3.9.6.
       new  7d3f8af   Mark package as autopkgtest-able.
       new  1aa9057   Explicitly build depend on libmodule-build-perl.
       new  4411e72   Add add-name-to-pod.patch to fix incomplete POD.
       new  2123adb   releasing package libmousex-getopt-perl version 0.36-1

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
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