[libmoosex-runnable-perl] branch master updated (931e4e0 -> eded4a0)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 12:31:13 UTC 2014


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

js pushed a change to branch master
in repository libmoosex-runnable-perl.

      from  931e4e0   update changelog
       new  b5a3e3d   Update watch file to use metacpan.org and www.cpan.org URLs (replacing search.cpan.org URL).
       new  c20bf61   Fix include perl-build.mk (not perl-module.mk), and let CDBS auto-resolve build-dependency on libmodule-build-tiny-perl.
       new  560fb6c   Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
       new  54bd000   Update copyright info: Add alternate git source.
       new  b996764   Update changelog and control file.
      adds  d42333d   move from Eventful repo to its own
      adds  c527660   add non-hack MX::Runnable
      adds  780724c   add MX::Getopt scheme
      adds  32ef7ec   add an example
      adds  441297a   sugaryify mx-run
      adds  c4e3f06   fix usage line in MX::Getopt scripts
      adds  26041d4   don't die on unknown / unavailable schemes
      adds  f1714fd   fix plugin namespace (we actually use the default)
      adds  098b6cb   add +Debug plugin (as an example)
      adds  b005539   add experimental PAR plugin!
      adds  7b33437   "defer" ARGV, of course
      adds  6a06028   add -M option
      adds  00d7989   makefile, doc cleanups
      adds  2503822   parse the args to mx-run sanely
      adds  3619e5d   be even nicer about the message; add a "perhaps you meant" message
      adds  5d5f8fa   tyop
      adds  d60733e   use autoclean
      adds  2123b3b   fix a bug found via $work_app
      adds  00fc26d   actually print args in Debug plugin
      adds  d35780c   add comment about plugin-fucking
      adds  a19e41e   at least pass plugin args to ::Invocation
      adds  0108a92   fix bug in boolean logic leading to misleading error message
      adds  636f1e0   add another failing real-life example to test
      adds  e8020e5   replace MX::Object::Pluggable with hand-rolled loader; ours supports args for each plugin, and coercion from cmdline to initargs
      adds  0c9cfd2   make Debug plugin accept an argument (as an example)
      adds  528dfa3   fix tests; make default value for plugins {}
      adds  dcfde64   make PAR work with new plugin scheme
      adds  d808038   create instance, what-the-hey
      adds  6a6431d   add changelog, $VERSION
      adds  cb1a0bc   oops, 0.10
      adds  6c3ff9c   clarify mx-run syntax
      adds  7ebff65   add a _debug_message method to +Debug plugin for use of other plugins
      adds  d69f95a   add framework for implementing auto-restarters as plugins
      adds  469bd41   Add a +Restart plugin that restarts the class on SIGHUP (configurable)
      adds  c15146c   avoid unnecessary call to kill if kid already died
      adds  a496e4e   setup signals from the command line
      adds  7bd2975   exit parent if child dies unexpectedly (instead of fork-bombing)
      adds  fdb51fc   express my distaste for blocking here
      adds  3fe7692   implement the auto-restarter
      adds  bea7195   edit .gitignore
      adds  05e7b5d   Make the POD example work correctly
      adds  2828ce0   Tag plugins that can take cmdline args with Role::CmdlineArgs; add test
      adds  86c248d   add friendly error message when giving argless plugins args
      adds  2f7a7ff   add ability to generate commandline from parsed arg object
      adds  040d22b   pass parsed arg object to Invocation when using mx-run
      adds  d068787   add prototype Profile plugin
      adds  406bfd3   add run_application_with_plugins to mx::run
      adds  69fbdb1   protect @INC when re-invoking
      adds  4fc441c   add test to ensure that two roles with conflicting (sub)methods can be used
      adds  fc5720d   doc fixes; 0.01 release
      adds  6568c67   bugfix; bump to 0.02
      adds  1924178   Redefine RunnableClass in terms of Params::Util::_CLASS
      adds  a56444e   0.03
      adds  29f9c8c   conversion to Path::Tiny
      adds  4389390   Merge pull request #1 from karenetheridge/topic/path_tiny
      adds  71606ea   record new repository in metadata
      adds  c1cc9df   depend on Path::Tiny version that has 5.8 support
      adds  7da369c   Class::MOP::load_class was deprecated in Moose-2.1100
      adds  d1de149   convert to Dist::Zilla
      adds  fdbedd6   make spelling tests pass
      adds  ef1c5cc   skip pod coverage and unused var release tests
      adds  9c750ab   remove unneeded shebangs
      adds  5b92087   convert all uses of Test::Exception to Test::Fatal
      adds  f91d9f4   fix timestamp formatting, for better parsability
      adds  7eaaa30   the repository now lives at https://github.com/moose/MooseX-Runnable
      adds  2505322   MooseX-Runnable-0.04
      adds  76678c3   oops, metadata was wrong
      adds  9e56e0f   MooseX-Runnable-0.05
      adds  23c02b7   suggest all additional prereqs needed for plugins
      adds  0dd0034   oops, inlined packages do not work with use_module
      adds  b984ddd   MooseX-Runnable-0.06
      adds  ec4b61a   map contributors to canonical addresses
      adds  ad9712e   Pod::Weaver::PluginBundle::Default 4 now includes [-SingleEncoding]
      adds  23f83c8   blank lines to make room for $VERSION
      adds  ce86eb6   preserve line numbers when munging pod
      adds  7e30ad8   keep namespaces clean
      adds  98b2bde   run moose-outdated in tests
      adds  f80e7b0   fix mx-run not installed after dzil conversion
      adds  9e40da7   Merge pull request #1 from preaction/master
      adds  87c2b1b   remove old and commented-out coercion that is already in MooseX::Types::Path::Tiny
      adds  16c7773   changelog for mx-run (oops) :/
      adds  1cec5c6   MooseX-Runnable-0.07
      adds  04ed893   Switch to the [Test::CleanNamespaces] plugin
      adds  a40a4b3   use the new surgical config option for more succinct configuration
      adds  4f7de87   tighten up entries
      adds  6212eab   Dist::Conflicts may be buggy? report its version
      adds  7b1521a   remove unnecessary plugin
      adds  1ab65a7   fix shebang (closes #2)
      adds  94c0f71   MooseX-Runnable-0.08
      adds  95399c8   add keywords to metadata
      adds  5dc8340   now using [Git::Contributors]
      adds  e30197d   time to blow away README.pod
      adds  ea6eacf   MooseX-Runnable-0.09
      adds  fc38436   Imported Upstream version 0.09
       new  6a80e82   Merge tag 'upstream/0.09'
       new  dc4c456   Declare compliance with Debian Policy 3.9.6.
       new  eded4a0   Prepare for release: Update changelog, control file and copyright hints.

The 8 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                                           | 128 +++-
 CONTRIBUTING                                       |  31 +-
 Changes                                            |   6 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |   5 +-
 META.json                                          | 681 +++++++++++++--------
 META.yml                                           | 529 +++++++++-------
 Makefile.PL                                        |  25 +-
 README                                             |   4 +-
 README.md                                          | 116 ----
 debian/changelog                                   |  27 +-
 debian/control                                     |  12 +-
 debian/control.in                                  |   4 +-
 debian/copyright                                   |   1 +
 debian/copyright_hints                             |   3 +-
 debian/rules                                       |   6 +-
 debian/watch                                       |   3 +-
 dist.ini                                           |  15 +-
 lib/MooseX/Runnable.pm                             |  11 +-
 lib/MooseX/Runnable/Invocation.pm                  |   2 +-
 lib/MooseX/Runnable/Invocation/MxRun.pm            |   2 +-
 lib/MooseX/Runnable/Invocation/Plugin/Debug.pm     |   6 +-
 lib/MooseX/Runnable/Invocation/Plugin/PAR.pm       |   2 +-
 lib/MooseX/Runnable/Invocation/Plugin/Profile.pm   |   2 +-
 lib/MooseX/Runnable/Invocation/Plugin/Restart.pm   |   2 +-
 .../Runnable/Invocation/Plugin/Restart/Auto.pm     |   2 +-
 .../Runnable/Invocation/Plugin/Restart/Base.pm     |   2 +-
 .../Runnable/Invocation/Plugin/Role/CmdlineArgs.pm |   2 +-
 .../Runnable/Invocation/Role/WithParsedArgs.pm     |   2 +-
 .../Runnable/Invocation/Scheme/MooseX/Getopt.pm    |   2 +-
 lib/MooseX/Runnable/Run.pm                         |   6 +-
 lib/MooseX/Runnable/Util/ArgParser.pm              |  10 +-
 script/mx-run                                      |   2 +-
 t/00-report-prereqs.dd                             | 102 +++
 t/00-report-prereqs.t                              | 298 ++++-----
 t/zzz-check-breaks.t                               |   2 +-
 weaver.ini                                         |   2 -
 xt/author/00-compile.t                             |   6 +-
 xt/author/pod-spell.t                              |  22 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/clean-namespaces.t                      |  10 +-
 xt/release/no-tabs.t                               |  27 +-
 xt/release/test-version.t                          |  22 -
 43 files changed, 1257 insertions(+), 889 deletions(-)
 delete mode 100644 README.md
 create mode 100644 t/00-report-prereqs.dd
 delete mode 100644 xt/release/test-version.t

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



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