[libmoosex-runnable-perl] annotated tag upstream/0.07 updated (0bd25d9 -> 3b90a4e)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 14:14:24 UTC 2014


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

js pushed a change to annotated tag upstream/0.07
in repository libmoosex-runnable-perl.

*** WARNING: tag upstream/0.07 was modified! ***

      from  0bd25d9   (tag)
        to  3b90a4e   (tag)
   tagging  1e237ec3a056f0c93eb14aeddb3b5fa07f957026 (commit)
  replaces  upstream/0.03
 tagged by  Jonas Smedegaard
        on  Wed Mar 12 15:28:20 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.07
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAABCgBmBQJTIG8EXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWdc4H+wSrHZvbAbZa8TDPqfbG5c+N
TDHOztqOJJBArdsUSbPPFhyWj7Qs/YonVz4RgbHBWXneuNr6ZSb5UESa7aIna69a
h8jA1Z2C5Nn32ZnAynjOSBZz+dYcNBh38b4piXdvm4WL1FdVEVeaWT6EE+uaAtUk
pwBJrFQpmphk6P/LnOP2zdrrlon6iLTYKWBV6TwrXr1h6PzUxBR2E3rEdoV2A60Z
AnJ0xnzNOBiNqTeBSqth3YqI2ebpDPkO/Q2KCcNVJzGXdAgFOD0NsDyFEFtLddyq
bxYvChzGuZrZb6McpnOusqSFy2xGvr327BCM0BshjTWLqXUQ3bOZiaBefGlF2gI=
=jm9V
-----END PGP SIGNATURE-----

Doug Bell (1):
      fix mx-run not installed after dzil conversion

Duke Leto (1):
      Make the POD example work correctly

Jonas Smedegaard (1):
      Imported Upstream version 0.07

Jonathan Rockway (52):
      move from Eventful repo to its own
      add non-hack MX::Runnable
      add MX::Getopt scheme
      add an example
      sugaryify mx-run
      fix usage line in MX::Getopt scripts
      don't die on unknown / unavailable schemes
      fix plugin namespace (we actually use the default)
      add +Debug plugin (as an example)
      add experimental PAR plugin!
      "defer" ARGV, of course
      add -M option
      makefile, doc cleanups
      parse the args to mx-run sanely
      be even nicer about the message; add a "perhaps you meant" message
      tyop
      use autoclean
      fix a bug found via $work_app
      actually print args in Debug plugin
      add comment about plugin-fucking
      at least pass plugin args to ::Invocation
      fix bug in boolean logic leading to misleading error message
      add another failing real-life example to test
      replace MX::Object::Pluggable with hand-rolled loader; ours supports args for each plugin, and coercion from cmdline to initargs
      make Debug plugin accept an argument (as an example)
      fix tests; make default value for plugins {}
      make PAR work with new plugin scheme
      create instance, what-the-hey
      add changelog, $VERSION
      oops, 0.10
      clarify mx-run syntax
      add a _debug_message method to +Debug plugin for use of other plugins
      add framework for implementing auto-restarters as plugins
      Add a +Restart plugin that restarts the class on SIGHUP (configurable)
      avoid unnecessary call to kill if kid already died
      setup signals from the command line
      exit parent if child dies unexpectedly (instead of fork-bombing)
      express my distaste for blocking here
      implement the auto-restarter
      edit .gitignore
      Tag plugins that can take cmdline args with Role::CmdlineArgs; add test
      add friendly error message when giving argless plugins args
      add ability to generate commandline from parsed arg object
      pass parsed arg object to Invocation when using mx-run
      add prototype Profile plugin
      add run_application_with_plugins to mx::run
      protect @INC when re-invoking
      add test to ensure that two roles with conflicting (sub)methods can be used
      doc fixes; 0.01 release
      bugfix; bump to 0.02
      0.03
      Merge pull request #1 from karenetheridge/topic/path_tiny

Karen Etheridge (28):
      Redefine RunnableClass in terms of Params::Util::_CLASS
      conversion to Path::Tiny
      record new repository in metadata
      depend on Path::Tiny version that has 5.8 support
      Class::MOP::load_class was deprecated in Moose-2.1100
      convert to Dist::Zilla
      make spelling tests pass
      skip pod coverage and unused var release tests
      remove unneeded shebangs
      convert all uses of Test::Exception to Test::Fatal
      fix timestamp formatting, for better parsability
      the repository now lives at https://github.com/moose/MooseX-Runnable
      MooseX-Runnable-0.04
      oops, metadata was wrong
      MooseX-Runnable-0.05
      suggest all additional prereqs needed for plugins
      oops, inlined packages do not work with use_module
      MooseX-Runnable-0.06
      map contributors to canonical addresses
      Pod::Weaver::PluginBundle::Default 4 now includes [-SingleEncoding]
      blank lines to make room for $VERSION
      preserve line numbers when munging pod
      keep namespaces clean
      run moose-outdated in tests
      Merge pull request #1 from preaction/master
      remove old and commented-out coercion that is already in MooseX::Types::Path::Tiny
      changelog for mx-run (oops) :/
      MooseX-Runnable-0.07

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

     omits  731dc03   Imported Upstream version 0.07
      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  1e237ec   Imported Upstream version 0.07

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0bd25d9)
            \
             N -- N -- N   refs/tags/upstream/0.07 (3b90a4e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:

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