[libmoosex-getopt-perl] branch master updated (cb4e70e -> 91d0df1)

gregor herrmann gregoa at debian.org
Mon May 11 21:06:18 UTC 2015


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

gregoa pushed a change to branch master
in repository libmoosex-getopt-perl.

      from  cb4e70e   update changelog
       new  f9c3b8a   Add debian/upstream/metadata
       new  c3d0059   Update debian/changelog
      adds  5dac17c   Adding MooseX::Getopt first draft
      adds  8034a23   prettty much done I think
      adds  4e640bf   foo
      adds  d8a5835   foo
      adds  de75868   added cmd_alias to accomplish "verbose|debug|v|d" sort of stuff
      adds  61c9baa   support scalar cmd_aliases, so that singular aliases are not so clunky to type
      adds  3899e5d   added ARGV accessor which holds a copy of the original @ARGV added skipping _attributes, unless they have the MooseX::Getopt::Meta::Attribute meta
      adds  bae0043   small fixups (didnt make test before the last commit)
      adds  b1b9da6   add a new test
      adds  a4fb037   another test
      adds  1a8b4ed   adding metaclass laliasing
      adds  1c3e614   foo
      adds  e2911e3   start of 0.03
      adds  3d9a716   0.03
      adds  a0b1a20   0.03
      adds  23575d4   0.03
      adds  f63e631   Throw exceptions from new_with_options if @ARGV parsing fails Restore the mangled @ARGV to its original state after Getopt is done Added ->extra_argv accessor for the Getopt leftovers Added subtype constraint inference Added docs/tests/ChangeLog for all of the above
      adds  f7695a8   fix typo in ChangeLog
      adds  1566a17   0.04
      adds  2482085   some helpful errors added
      adds  db536e2   0.05
      adds  ee21184   Refactor MooseX::Getopt into smaller methods
      adds  26be7f7   bumping version and adding Changelog
      adds  a01f08f   add a NoGetopt metaclass
      adds  bff3807   foo
      adds  edfb736   misc crap
      adds  f969917   no-getopt stuff
      adds  0f8232b   0.06
      adds  a4b6dc0   foo
      adds  6ac028c   some doc fixes
      adds  29e4cc3   0.07
      adds  ee69c4b   add MX::ConfigFromFile support
      adds  384fb15   0.08 version/changes
      adds  6bb4cb6   Getopt::Long::Descriptive
      adds  dcc96c0   dep
      adds  0e71533   further refactorings to benefit MooseX::App::Cmd
      adds  913e702   hide ARGV and extra_argv from usage
      adds  9287e91   _usage_format method
      adds  e82133e   revert dep
      adds  75a6449   use Getopt::Long::Descriptive only if it's available
      adds  fad5da0   Doc note about Getopt::Long::Descriptive
      adds  3cc6072   remove the FakeUsage thing, not needed after all
      adds  95e88cf   Merge 'gld' into 'trunk'
      adds  08ff0d6   changelog and version bump
      adds  8f95e21   ARGV and extra_argv should be nogetopt
      adds  b4a7905   0.10 - support default configfile w/ MX::ConfigFromFile
      adds  6c329ad   0.11, required not necessarily required
      adds  4ad81ca   refactor cmd alias extraction to a separate method
      adds  41d0ab0   Getopt::Long processes all option names, do the same in the name_to_init_arg index
      adds  adbe3e5   0.12
      adds  62c4891   TODO tests for loading required attributes from config
      adds  4e08663   When required attributes are loaded from config, they are no longer required on cmdline
      adds  78a71ae   Update versions, changelog, fix test when ConfigFromFile isn't available
      adds  9f1ec7c   Getopt shouldn't require ConfigFromFile role applied at same level
      adds  e1bab57   Woops - convert some tabs to spaces in the ChangeLog
      adds  fb24d65   typo fix
      adds  2814de2   added links to the traits
      adds  521a8c3   replacing Build.PL with Makefile.PL
      adds  cd9a4a4   0.13
      adds  d64aceb   fix Float which doesn't exist with Num which does
      adds  0df9248   failing tests
      adds  b56c812   Params passed to new_with_options are no longer required
      adds  84f85ea   demand Module::Install 0.75
      adds  630657d   0.14
      adds  365e578   also accept type constraint objects in option type map (fixes autovivified type constraints
      adds  a1171b4   changelog
      adds  e4ab19b   version bumps
      adds  98efc89   skip pod tests, do not block install
      adds  e2dcd71   update for latest moose
      adds  091954e   unify version numbers
      adds  5f78e88   add MooseX::Getopt::Dashes
      adds  105e05a   fiddle with ilmari's changelog entry and bump version
      adds  5ffe207   add a synopsis
      adds  af0030c   update MANIFEST
      adds  20e8e3c   update MANIFEST (again)
      adds  6634c7e   Fix warnings
      adds  2305f00   Add .gitignore
      adds  d1e5e42   Fix tests from RT#44909
      adds  f430803   Fix Getopt config spec
      adds  69061f7   Applied patch to fix RT46200
      adds  47a89a8   Applied patch in RT43255
      adds  b9cb205   Changelogging
      adds  0e3f178   Doc patch for argv parameter from rindolf++
      adds  7ff9f8b   bump version, prepare next release
      adds  cd3a7ff   auto_manifest
      adds  a266436   prep new release with fixed MANIFEST.SKIP
      adds  590c258   Merge branch 'master' of gitmo at git.moose.perl.org:MooseX-Getopt
      adds  f7655c4   Enable the argv argument to the constructor.
      adds  5bc5175   Cleanup test, removing unneeded code serving no purpose or tested elsewhere
      adds  6140ec5   Reverted the latest commit.
      adds  ef47fe4   Splitted into Getopt::Basic and Getopt::GLD.
      adds  30ed85f   Implement functionality of MooseX::Getopt::Basic .
      adds  9f7acb1   Added $VERSION and $AUTHORITY to MX/Getopt.pm again.
      adds  ed3bf9a   Remove POD of a removed option.
      adds  a209966   Move _gld_spec to ::GLD - it's only used there.
      adds  ff71d31   Docs of MooseX::Getopt::Basic now refer elsewhere.
      adds  7f5f3d9   fixed minor spelling nit
      adds  b766829   fixed another minor spelling nit
      adds  7b87d29   Merge
      adds  aae544a   Merge branch 'master' of git at github.com:bobtfish/moosex-getopt
      adds  44b487b   Applied patch to fix RT46200
      adds  93374bb   Applied patch in RT43255
      adds  c2f6e86   Updated ChangeLog
      adds  9f3324e   Merge
      adds  801feb9   Add Test::Moose, as requested by RT#48843
      adds  2c379a5   Fix RT#47766
      adds  a0697e3   Bump versions
      adds  2df3276   New M::I doesn't want to play
      adds  95b733a   Add repos info
      adds  9abbebc   Fix README version
      adds  5ab6d55   Merge master into branch
      adds  b38b654   Force author tests to be run when in author mode
      adds  da8e2a6   Update .gitignore to skip built dists
      adds  38b9325   Bump GLD required version
      adds  ec78e90   Bump version for release
      adds  aa03fda   if configfile is a coderef call it and write some tests for it
      adds  f2dfa11   Merge commit 'upstream/topic/configfile_default_codref_call'
      adds  5581bb1   Changelog, bump version
      adds  18fa5e7   Slight rewording
      adds  7b56639   Fix bug when handling upper/mixedcase accessors
      adds  035b166   Trim trailing whitespace
      adds  6ac7429   Changelog
      adds  8df55e6   Pull exiting with useage out into a method
      adds  2860aca   Make option warning eacy to override for Catalyst. Needs tests
      adds  89543df   Bump version
      adds  07d7ec0   And more overrideable
      adds  33edcaa   Properly pull apart into roles
      adds  175b83f   Basic test for hooking the usage method
      adds  07dbe5a   Ignore editor files
      adds  9b7f80a   Update changes, tests for new hooks
      adds  5f90501   Bump versions
      adds  1546035   Date
      adds  60321fa   Fix this not having a $VERSION
      adds  3421d9c   Revert "Fix this not having a $VERSION"
      adds  d28e428   Add some tests showing that upper case options don't work in MooseX::Getopt::Basic
      adds  4f214b8   And fix
      adds  a3e1acc   Convert HAVE_GLD to _HAVE_GLD .
      adds  5c6054f   Add t/106_no_ignore_case.t .
      adds  8b9e50c   Bump version
      adds  66c33c2   Convert HAVE_GLD to _HAVE_GLD .
      adds  50b3ccf   Merge branch 'master' of github.com:bobtfish/moosex-getopt
      adds  a7474a4   Add test for strange --version handling
      adds  6555948   Skip relevants tests when appropriate
      adds  153352c   Just skip the test if we don't have Capture::Tiny
      adds  88b4984   Revert "Just skip the test if we don't have Capture::Tiny"
      adds  646e95a   Revert "Skip relevants tests when appropriate"
      adds  c56feb6   Revert "Add test for strange --version handling"
      adds  ceeaabe   MooseX::Getopt::Dashes: Document how ::Dashes interacts with the cmd_flag argument
      adds  fe193b8   Convert tabs to spaces
      adds  dfad990   Partially revert fe193b814520900810bc4c0e6d9819d444b26930
      adds  2a7ee26   Bum the Getopt::Long::Descriptive dependency to 0.081 in an attempt to avoid test failures.
      adds  04dc085   Version 0.27.
      adds  eb40449   make ::Strict work with the trait stuff
      adds  fb87342   Add release date for 0.27
      adds  fff9a1f   Changelog doy's work
      adds  669588e   Convert to Dist::Zilla
      adds  24e655d   Specify prereqs manually
      adds  75434e7   GLD is a hard dep since 2008 anyway
      adds  d03999d   Proper author names
      adds  2557b52   Remove some more trailing whitespace
      adds  bc7dfe4   Ignore dotfiles
      adds  9acde84   Remove some more trailing whitespace
      adds  72a07e9   Version 0.28
      adds  4a49892   Fix repository url
      adds  2b4fef5   Version 0.29
      adds  8e026f5   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)
      adds  9eab5ff   add number to filename of new testcase
      adds  94c4db8   oops forgot to add this file to the commit!
      adds  4a0ab66   ChangeLog update
      adds  13f7137   clarify comments/changelog -- MooseX::ConfigFromFile is a prerequisite for this bug/fix
      adds  ea8725f   Remove date from changelog as not shipped
      adds  84a5831   removed timestamp from Changelog; added additional test to swallow stderr output (and updated dependency list)
      adds  739ba28   removed timestamp from Changelog; added additional test to swallow stderr output (and updated dependency list)
      adds  23dacba   Merge branch 'topic/no_auto_help' of git.moose.perl.org:MooseX-Getopt into topic/no_auto_help
      adds  81b19ed   Implements feature suggestion RT#58715 by storing the Usage object, fixes RT#47865, RT#56783, RT#52474 by properly capturing --help, --usage, --?. Details in the test cases.
      adds  b94db42   Fix eol test
      adds  a2dee8c   Add a skip if we don't have mx::simpleconfig, or not new enough version
      adds  7303848   use insertion order to sort attributes when formulating arguments for Getopt::Long
      adds  2a27f1a   Swap options round
      adds  eab3d04   Version 0.30
      adds  418e361   make sure no tests are run if MX::SC 0.07 is not found
      adds  ff05e3f   Version 0.31
      adds  416dcb2   Fix handling of union types (RT#58417)
      adds  86fa042   Whitespace
      adds  8ab8681   Version 0.32
      adds  2398d62   adding ether to author list ;)
      adds  6a378fb   convert to using Test::Requires
      adds  218ebb5   Merge remote branch 'origin/master'
      adds  8fb3af5   Remove Test::Most dep, doh
      adds  e00e1cd   Version 0.33
      adds  ce93a16   Fix author test fail
      adds  d08ef82   Re-enable AutoPrereq
      adds  aabf417   convert all uses of Test::Exception to Test::Fatal.
      adds  f361569   move most of new_with_options logic into separate publically accessible process_argv method, so that arg processing can be done without actually creating object
      adds  e8e1e4b   Chop up docs - dzil processes the Pod
      adds  db2a647   Clean up namespace
      adds  f9b21bb   Whitespace pickyness
      adds  7d63444   revert d08ef824 - test_requires wrong
      adds  c4ffa93   Fix abstract for docs
      adds  97efeda   Add jswartz to authors
      adds  37743e1   Version 0.34
      adds  55c0aed   Fix to all use Test::Fatal
      adds  76b1378   Fix changelog
      adds  159b216   Version 0.35
      adds  6caf9a1   fix dist.ini
      adds  0611312   transform MooseX::Getopt::GLD into a MooseX::Parameterized Role
      adds  69fbe1a   Merge 0611312e
      adds  9d0505a   Version 0.36
      adds  a4db695   Added getopt_conf documentation
      adds  192ae1a   Fix missing dependency RT#67077
      adds  d91beb8   Version 0.37
      adds  449f008   doc patches, re Getopt::Long config and extra_argv.
      adds  faf7d95   clarify doc patch - the "pass_through" option enables no strict *options*. Extra arguments that do not look like options are already passed along.
      adds  01fde86   Version 0.38
      adds  7a8392d   Fix pointed out by Gaal Yahas in irc
      adds  09bb253   Version 0.39
      adds  e4886ef   fix typo in Changes :)
      adds  fe01c3e   Spelling fix from debian. Jonathan Yu <jawnsy at cpan.org> RT#74681
      adds  cdb3fe1   Pod fix from debian. Salvatore Bonaccorso <carnil at debian.org> RT#74681
      adds  99d37f1   Fix tests for new GLD. RT#76287
      adds  c8c9ad3   Version 0.40
      adds  3aaa34a   Stay out of the guts of Getopt::Long::Descriptive::Usage when testing its text
      adds  c885aca   print --usage, --help to stdout not stderr
      adds  b906290   version bump
      adds  506bb16   fix timestamp from 0.41 release
      adds  6381756   rename ChangeLog->Changes
      adds  44c7383   reformat the Changes file
      adds  ab59e69   test the Changes file; standardize the dates
      adds  ea0fc82   test manifest
      adds  bdafc2d   add a few more tests
      adds  f6e9269   automatically add the version to the Changes file, to prevent more releases with ugly {{$NEXT}}
      adds  8582c92   changelog for next release
      adds  b29aeb8   be more specific about the 0.41 change
      adds  0ec8772   some release-time git plugins that should meet rafl's requirements
      adds  1ebd198   MooseX-Getopt-v0.42-TRIAL
      adds  309e2fb   these were actually trial releases
      adds  46f97db   fix version string in commit message
      adds  abb6efc   changelog
      adds  3c2e131   MooseX-Getopt-0.43
      adds  894a791   whitespace fix
      adds  362385c   push release back to origin
      adds  8056b8d   release test for Changes content; pre-release checks in git
      adds  1c9973b   TODO tests for configfile in constructor failure
      adds  9d31e3f   author note
      adds  0a38689   respect new_with_options(configfile => "foo")
      adds  02f7240   comment out plugin that aborts the release process
      adds  278175f   MooseX-Getopt-0.44
      adds  395546a   avoid MSWin32 test failures
      adds  1737660   MooseX-Getopt-0.45
      adds  fa8dcd6   -? is also accepted as a help option
      adds  8d396d8   also treat "-h" as a request for help
      adds  52050e2   add some more metadata to the dist
      adds  c587fbc   include -TRIAL in the Changes file
      adds  fe7d1df   some more release-phase things
      adds  ebfe319   work around [@Git] bug in allow_dirty
      adds  42fc8ff   MooseX-Getopt-0.46
      adds  0aef971   oops, PkgVersion was being applied twice
      adds  09d1dce   MooseX-Getopt-0.47
      adds  638b291   some more release tests
      adds  bf834c1   no need to fuss about versions installed
      adds  b8b4610   make sure the author has prereqs installed
      adds  772e216   fix some broken pod links
      adds  da7b988   remove useless shebangs in tests
      adds  1f314cd   add test counts, obviating done_testing
      adds  9fbb5be   test for warnings everywhere
      adds  cfb042b   done_testing is gone; no need for 0.88
      adds  edd79c6   As of v0.36, there is a hook to change this
      adds  1e592be   mention the aliasing feature of NoGetopt as well
      adds  195fb40   prefer trait over metaclass as much as possible
      adds  ea0883a   I'm always forgetting where the repo data is...
      adds  c0237b0   spurious whitespace
      adds  66ee5b1   package name not needed here
      adds  38a138f   use Test::Fatal to test this exception
      adds  f62b374   changelog re metaclass->trait
      adds  8aa3461   don't test private methods, but just what happens in each case
      adds  83446b7   expose print_usage_text() as public method
      adds  5b6ab0d   MooseX-Getopt-0.48
      adds  75c37b0   fix typo in pod
      adds  498f0ff   remove spurious version requirements
      adds  b3bb80f   collapse these tests together
      adds  f2fa8db   test for warnings here too
      adds  12f4bf7   MooseX::Getopt now pulls in ::GLD and Getopt::Long::Descriptive mandatorily
      adds  2a28966   list the optional prereqs as recommendations
      adds  ba2137c   allow tests to run without warnings even if YAML::XS is not installed
      adds  3915c9f   remove Test::Deep usage that is not that necessary
      adds  44f514c   Test::Requires must come before Test::NoWarnings
      adds  6615f76   MooseX-Getopt-0.49
      adds  b150707   chain _getopt_full_usage in the other direction, to unbreak modules that override this
      adds  b271348   MooseX-Getopt-0.50
      adds  b54d5bf   add missing prereqs
      adds  6522bce   MooseX-Getopt-0.51
      adds  e202fd4   Path::Class -> Path::Tiny
      adds  11417a0   MooseX-Getopt-0.52
      adds  14cb82c   fix incorrect prereq declaration
      adds  61f5803   can use the same enclosing block for all these tests
      adds  5c03810   use Try::Tiny instead of eval
      adds  17cdcd8   spelling
      adds  51c2f42   MooseX-Getopt-0.53
      adds  c4b5ae7   add missing prereq
      adds  5316a91   force path to Path::Tiny so comparisons on win32 still work
      adds  40a0a20   unroll [@FLORA]
      adds  c685891   change these paths to be more clear
      adds  01788da   remove useless temp variable
      adds  fec039b   allow for has configfile => ( init_arg => 0 )
      adds  cd4283e   support the configfile sub being totally overridden
      adds  bde911d   include configfile=>$value to new()
      adds  afa8f0e   use OO syntax for handling subref
      adds  f085ee4   fix tests for MooseX::ConfigFromFile 0.08
      adds  e672789   remove specific version requirement for MooseX::ConfigFromFile
      adds  d2243a7   ignore todo files
      adds  0cdc038   MooseX-Getopt-0.54
      adds  aec0924   make all warnings fatal in tests
      adds  69eeaa9   use new bail_out_on_fail feature (no-op if plugin version is too old)
      adds  e39374b   perform all path comparisons unix-style, to avoid win32 issues
      adds  9bcb580   MooseX-Getopt-0.55
      adds  a457632   bring back 5.8 compatibility
      adds  28f9543   MooseX-Getopt-0.56
      adds  cdd3958   bail out on failed prereqs
      adds  25eb430   use warnings tester with fewer dependencies, issues
      adds  986fb46   add reference to MooseX::Getopt::Usage
      adds  c393480   [Test::Pod::LinkCheck] is still broken
      adds  7477170   spelling (RT#87780)
      adds  3737d49   keep tests in xt
      adds  85cd03a   use my pluginbundle
      adds  6ad6afb   Class::MOP::load_class is deprecated in Moose 2.1100
      adds  ede2de1   migrated repository to github moose organization
      adds  e48c112   add missing authordep
      adds  8aaebd1   update list of files in git, for pluginbundle migration
      adds  74e5262   tighten up .gitignore entries
      adds  f817d4b   bump req on fixed bundle
      adds  743e5b8   remove Test::UnusedVars - we like $class
      adds  f6f3dc9   make Test::Kwalitee happy - MXRP not yet recognized as providing strict
      adds  444a059   remove spelling tests - ilmari is not parsed out properly
      adds  8fc1efe   use Moose::Util::find_meta
      adds  847e9e7   MooseX-Getopt-0.57
      adds  be3e950   Config::Any 0.24 removed $NO::YAML::XS::Warning
      adds  ed74d49   do not let warnings kill an install
      adds  8ed440e   this is a redundant test with generated t/00-compile.t
      adds  f0a2586   empty commit for Contributors metadata
      adds  10d6ded   move authors metadata to contributors (some encoding issues might still be outstanding)
      adds  9c45914   fix this broken test - $usage->die has not been called since before 0.41
      adds  4d36947   remove mojibake tests for now - choking on stopwords that look like utf-8 to me
      adds  be614ba   MooseX-Getopt-0.58
      adds  40a3cf4   add another missing mapping for t0m
      adds  f512ead   add missing authordep
      adds  f452560   Dist::Zilla 5.000 fixes our encoding issues
      adds  88a7d91   new CONTRIBUTING file
      adds  7637bba   [-Encoding] is redundant with Pod::Weaver 4.000
      adds  8d7da29   add irc and mailinglist addresses to metadata
      adds  9d2e56f   set starting year for copyright
      adds  f6272ce   clean up formatting of Changes file
      adds  db276d2   changelog for this release
      adds  8ae1f12   spelling fixes
      adds  f050eb9   MooseX-Getopt-0.59
      adds  0657def   test that namespaces are clean
      adds  4edfb33   take these subs from the proper place
      adds  ec5e9e2   new t/zzz-moose-outdated.t test
      adds  69dea4b   autogenerate this test with my new plugin
      adds  5679633   Sometimes MooseX::SimpleConfig is installed but YAML::* is not
      adds  bf9493e   MooseX-Getopt-0.60
      adds  879c3de   [Test::CheckBreaks] 0.004 will keep the ->check_conflicts call in an eval
      adds  55cc3a7   MooseX-Getopt-0.61
      adds  93b2f6b   better diagnostics on failure
      adds  35a9da6   remove use of Test::CleanNamespaces, until it can properly test parameterized roles
      adds  c1ff21b   more succinct way to keep these deps optional, while not transcribing specific version numbers
      adds  c8459ee   GLD 0.097 no longer defaults to no_ignore_case (RT#93592)
      adds  596d5e0   MooseX-Getopt-0.62
      adds  2f57f21   use my new [Test::CleanNamespaces] plugin!
      adds  67fadd8   :no_end_test requires Test::Warnings 0.009
      adds  ab83b52   MooseX-Getopt-0.63
      adds  5f337bc   Link to MooseX::Getopt from ::Dashes Pod
      adds  35d2bf3   Merge pull request #1 from oalders/master
      adds  4cac3e4   whitespace
      adds  d9b9be0   tighten up entries
      adds  edb6d02   monitor the installed version of this - it may be buggy?
      adds  3acb136   remove unneeded plugin
      adds  ee5ad0e   add some keywords to metadata
      adds  1e63eb5   GLD 0.088 contains an infinite loop fix; sounds scary
      adds  8211f16   MooseX-Getopt-0.64
      adds  69d311b   now using [Git::Contributors]
      adds  c7ba3f9   time to blow away README.pod
      adds  75bc322   MooseX-Getopt-0.65
      adds  4973fbb   Getopt::Long::Descriptive 0.099 changed whitespace and added a type (RT#101724)
      adds  38868b6   MooseX-Getopt-0.66
      adds  ef04e3b   new_with_options will only pass argv if the class has an argv attribute
      adds  94c496d   use Test::Fatal
      adds  ebf4aa2   Merge pull request #2 from pplu/master
      adds  a611d3f   fix use of package BLOCK syntax that does not work on older perls
      adds  e6e4c8f   fix eol tests
      adds  261c57b   remove unneeded shebang
      adds  6a39558   whitespace; remove use of discouraged lives_ok()
      adds  bc30ac6   fix comment
      adds  0aeb5f5   ensure that a new requires prereq is not added for the optional test module
      adds  8b5121d   proper contributors attribution to jmartinez
      adds  e0274be   changelog for RT#101938 (github PR#2)
      adds  cbf6a4d   do not attempt to apply moose meta logic to the main package
      adds  7710072   add warning test
      adds  157612e   at long last, drop the use of fatal warnings in tests
      adds  bdf72c2   MooseX-Getopt-0.67
      adds  1db279c   increment $VERSION after release
      adds  476eae3   add extra whitespace around $VERSION
      adds  7bd48fd   avoid older bundle that uses [PkgVersion]
      adds  4ae22b6   fix incorrect alteration of Test::Requires lines (cbf6a4d1cc)
      adds  825db32   it is time to start committing a TODO file
      adds  4c3525b   fix the email used for dhoss
      adds  7122518   these recommendations are used by Test::Requires, so they are required for author testing
      adds  8ed3962   MooseX-Getopt-0.68
      adds  b3aa40b   Imported Upstream version 0.68
       new  3d04db6   Merge tag 'upstream/0.68'
       new  c0cba60   Update debian/changelog
       new  c429a03   add bug closer
       new  c7af0cd   Update years of packaging copyright and Upstream-Contact.
       new  0fa9d70   Declare compliance with Debian Policy 3.9.6.
       new  2c3ab19   Drop version from libmodule-build-tiny-perl build dependency.
       new  5ccc4fa   Mark package as autopkgtest-able.
       new  91d0df1   releasing package libmoosex-getopt-perl version 0.68-1

The 10 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.


Summary of changes:
 Build.PL                                           |  42 +-
 CONTRIBUTING                                       |  22 +-
 Changes                                            |  11 +
 INSTALL                                            |   1 -
 MANIFEST                                           |   9 +-
 META.json                                          | 631 ++++++++++++++-------
 META.yml                                           | 481 ++++++++++------
 Makefile.PL                                        |  24 +-
 README                                             |   4 +-
 debian/changelog                                   |  19 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   4 +-
 debian/upstream/metadata                           |   8 +
 dist.ini                                           |   9 +-
 lib/MooseX/Getopt.pm                               |  63 +-
 lib/MooseX/Getopt/Basic.pm                         |  16 +-
 lib/MooseX/Getopt/Dashes.pm                        |   9 +-
 lib/MooseX/Getopt/GLD.pm                           |   9 +-
 lib/MooseX/Getopt/Meta/Attribute.pm                |   9 +-
 lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm       |  10 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait.pm          |   9 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm |   9 +-
 lib/MooseX/Getopt/OptionTypeMap.pm                 |   9 +-
 lib/MooseX/Getopt/ProcessedArgv.pm                 |   9 +-
 lib/MooseX/Getopt/Strict.pm                        |   9 +-
 t/00-report-prereqs.dd                             |  85 ++-
 t/00-report-prereqs.t                              |  28 +-
 t/001_basic.t                                      |   2 +-
 t/002_custom_option_type.t                         |   2 +-
 t/003_inferred_option_type.t                       |   2 +-
 t/004_nogetop.t                                    |   2 +-
 t/005_strict.t                                     |   2 +-
 t/006_metaclass_traits.t                           |   2 +-
 t/007_nogetopt_trait.t                             |   2 +-
 t/008_configfromfile.t                             |   5 +-
 t/009_gld_and_explicit_options.t                   |   2 +-
 t/010_dashes.t                                     |   2 +-
 t/011_process_argv.t                               |   2 +-
 t/100_gld_default_bug.t                            |   2 +-
 t/101_argv_bug.t                                   |   2 +-
 t/102_basic_basic.t                                |   2 +-
 t/103_uc_bug.t                                     |   2 +-
 t/104_override_usage.t                             |  23 +-
 t/105_uc_bug_more.t                                |   2 +-
 t/106_no_ignore_case.t                             |   2 +-
 t/107_no_auto_help.t                               |   9 +-
 t/107_union_bug.t                                  |   2 +-
 t/108_usage_attr.t                                 |   4 +-
 t/109_help_flag.t                                  |   4 +-
 t/110_sort_usage_by_attr_order.t                   |  22 +-
 t/111_gld_pass_through.t                           |   2 +-
 t/112_configfile_constructor_arg.t                 |   7 +-
 t/113_moosex_strictconstructor.t                   |  51 ++
 t/zzz-check-breaks.t                               |   4 +-
 xt/author/00-compile.t                             |   9 +-
 xt/{release => author}/clean-namespaces.t          |   4 +-
 xt/{release/no-tabs.t => author/eol.t}             |  24 +-
 xt/{release => author}/no-tabs.t                   |   9 +-
 xt/author/pod-spell.t                              | 131 ++---
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   9 +-
 xt/release/minimum-version.t                       |   2 +-
 xt/release/portability.t                           |   1 +
 64 files changed, 1211 insertions(+), 698 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/113_moosex_strictconstructor.t
 rename xt/{release => author}/clean-namespaces.t (80%)
 copy xt/{release/no-tabs.t => author/eol.t} (68%)
 rename xt/{release => author}/no-tabs.t (93%)
 delete mode 100644 xt/release/eol.t

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



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