[libmoosex-daemonize-perl] branch master updated (1e09303 -> 3dd4268)

gregor herrmann gregoa at debian.org
Sun Oct 25 16:34:15 UTC 2015


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

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

      from  1e09303   update changelog
       new  c950bcd   Add debian/upstream/metadata
       new  20270e1   Update debian/changelog
      adds  a495267   skipping tests if you don't have Test::* installed r16589 at alice-3:  perigrin | 2007-04-13 19:26:09 -0500 now with accurate error messages (d'oh!) r21430 at alice-3:  perigrin | 2007-05-16 22:02:59 -0500 Add a first draft of MooseX::Daemonize
      adds  7d7115e   add Test::MooseX::Daemonize
      adds  3c3db18   new Test::MX::D::Testable role for subclassing children with (see t/02)
      adds  a392fa5   Adding Cogwheel, a Moose wrapped Sprocket Update MooseX::Daemonize to better choose a default pidfile name (came out in Cogwheel testing)
      adds  3543c99   got 01.filecreate.t passing ... r23687 at alice-3:  perigrin | 2007-06-26 02:18:34 -0500 got 02 passing r23688 at alice-3:  perigrin | 2007-06-26 02:23:34 -0500 all tests pass again
      adds  2361a59   change the kill sleeps to sleep just a little bit longer cause sleep(1) wasn't catching things
      adds  ee08a7f   better reporting
      adds  0585edb   fix a critic test
      adds  24a6a66   add basedir attribute
      adds  cecbee2   fix a critic test r24925 at alice-3:  perigrin | 2007-07-08 18:36:52 -0500 add basedir attribute r24982 at alice-3:  perigrin | 2007-07-09 15:18:40 -0500 attempt to hastily patch what could be a security flaw r25011 at alice-3:  perigrin | 2007-07-10 00:06:38 -0500 Update before release - Add Example (moose_room IRC server) - add .cvsignore
      adds  fff1338   last cleanup before 0.01 release r25014 at alice-3:  perigrin | 2007-07-10 00:22:35 -0500 tag 0.01 release
      adds  7ada91b   Add future ideas file r25262 at alice-3:  perigrin | 2007-07-11 14:48:15 -0500 updates for 0.0.2 r25669 at alice-3:  perigrin | 2007-07-16 21:45:56 -0500 add delete method
      adds  fa2b72a   remove File::Flock and File::Slurp infavor of File::Pid
      adds  cbff8e5   add a lab directory r27545 at alice-3:  perigrin | 2007-08-02 17:43:53 -0500 different Daemonize support r27566 at alice-3:  perigrin | 2007-08-03 19:18:12 -0500 add trunk r27567 at alice-3:  perigrin | 2007-08-03 19:18:27 -0500 move everything into trunk r28827 at alice-3:  perigrin | 2007-09-11 03:33:57 -0500 add in the changes for dec and bump the version number ... it's RELEASE TIME BABY r28836 at alice-3:  perigrin | 2007-09-11 03:40:40 -0500 trying to merge in manually change [...]
      adds  e7a196e   document is_daemon r28840 at alice-3:  perigrin | 2007-09-11 04:45:00 -0500 more patches from dec
      adds  0270958   updated manifest
      adds  7a4ac6b   patch stuff up for releasing r29082 at alice-3:  perigrin | 2007-09-18 17:16:15 -0500 update to reflect moose's pending init_meta changes r29094 at alice-3:  perigrin | 2007-09-19 05:26:38 -0500 check in changes from 0.02 r29095 at alice-3:  perigrin | 2007-09-19 05:27:02 -0500 tag 0.02
      adds  b3cd9b5   remove File::Slurp as we don't need it fix minor testing interface changes r29121 at alice-3:  perigrin | 2007-09-19 15:59:12 -0500 fix a bug that Kake discovered inadvertantly r29122 at alice-3:  perigrin | 2007-09-19 16:00:50 -0500 update Changes and Version number r29342 at alice-3:  perigrin | 2007-09-26 06:45:10 -0500 add a first cut for a JobControl module that uses MooseX::Workers to run jobs asynchronously r29343 at alice-3:  perigrin | 2007-09-26 06:49:46 -0500 merging  [...]
      adds  887bd57   Fix perlcritic test so it doesn't bomb if Perl::Critic isn't installed
      adds  b916501   Fix logic in _kill
      adds  637573c   They be paying me
      adds  2eced27   Adding PidFile implementation and making Daemonize use that
      adds  18cc5c8   rollin, rollin, rollin on the river
      adds  ff5cee2   removing handles for pidfile, we need to make this into a role
      adds  ea9485d   no more Proc::Daemon
      adds  ba19d02   come basic changes;
      adds  d9e417f   moving the Pid file stuff out into a role, and make a types module
      adds  129f564   MooseX::Daemonize::Core i think is done
      adds  289fcbc   MooseX::Daemonize::Core i think is done
      adds  d8985b7   okay NOW I think Core is done
      adds  8ac4733   ok,.. more tests and stuff
      adds  d02fc70   removed signal handling, cause it was not very useful, and then made WithPidFile do Core, as it is more useful as an extension then a seperate role
      adds  8a4b7cf   fixing changes
      adds  1ddf8f0   withpidfile should write its pidfile :)
      adds  4327fe9   okay,.. I think this is ready for release
      adds  43d819a   okay,.. I think this is ready for release
      adds  fe0eeeb   some additional cleanup
      adds  3c0d959   tweaking for FCGI stuff
      adds  d652408   foo
      adds  eaf252a   adding some overloading
      adds  5b9ebe0   bunch of stuff
      adds  4a24225   fix up sigint / stop() stuff.  stop() stops a different process from the one that is executing stop(), and sigint calls the shutdown method, which clears the pidfile and exits
      adds  92cf56b   cleaning up stuff
      adds  892a51e   cleaning up stuff
      adds  b6b69ac   only remove pidfile in the stop() function on successful kill -9, let daemon do it otherwise, so we don't loose track of a daemon
      adds  2db85b1   minor nit: add newline to pidfile contents, so "cat /var/run/foo.pid" output is saner
      adds  2a0d991   got tall the stuff
      adds  24b6fd7   POE signal test
      adds  b38ab84   poe test pidfile fixups, and make default pidbase an absolute path
      adds  9c8a33b   convert the usage of OK and ERROR to method calls and document them as such both for more flexibility and to make the pod coverage test STFU
      adds  df3c463   0.07
      adds  074d7fd   0.07
      adds  23b6ee8   use tempdir, not cwd in tests
      adds  380acf6   more tempdir for robustness
      adds  f4896ee   changelog
      adds  343eb54   demand Module::Install 0.75
      adds  91e059f   0.08
      adds  9124766   0.08
      adds  10769ed   s/no_plan => 1/'no_plan'/g
      adds  69186a4   clean stuff up for a 0.09 release
      adds  1d85c76   0.10 release
      adds  2ecc2cc   0.11 release
      adds  8625135   whoops
      adds  3ca0fea   manifest skip fixed
      adds  05b96f4   adding docs, updating version, updating copyright, and release engineering
      adds  e803cff   create pidbase directory if it doesnt exist
      adds  92b4ca7   add Daemon::Control to SEE ALSO
      adds  1c60dcf   add a warning section to the pod that this isnt recommended anymore
      adds  5dc9ec6   Merge branch 'create-pidbase-dir'
      adds  2358b23   bump the version to 0.14
      adds  62b880d   changing all versions to 0.15
      adds  105dcff   fix version in pod
      adds  418f9e1   fix day
      adds  a7c1cd4   MI auto_repository plugin no longer exists; set repository manually
      adds  cc4826c   apply patch from RT#76523 - remove use of internal Test::Builder functions
      adds  e2d4cbe   empty commit to add contributor information for last patch (ether)
      adds  975de01   changelog for last patch
      adds  270491a   apply patch from RT#79169 - missing dependency on File::Path
      adds  ca6f9ae   empty commit to add contributor information for last patch (ether)
      adds  f6bb848   changelog for last patch
      adds  c3be593   add missing dependency on Test::Exception (RT#70382)
      adds  f453ca7   document the basedir attribute (defaults to /) - RT#83055
      adds  399854a   add documentation fields for public attrs (RT#54295)
      adds  e7d94e6   convert uses of Test::Exception to Test::Fatal
      adds  510724b   remove useless shebangs from tests
      adds  5fd0553   use strictures in all tests
      adds  45b2dba   you gotta have a plan
      adds  f4d6841   normalize dates in changelog
      adds  61d0473   prep for release
      adds  25a727c   fix version in pod
      adds  11a8837   ignore more files
      adds  e8b1dfe   convert to Dist::Zilla, with a minimal config
      adds  da03f0f   make this dist uninstallable on windows
      adds  1be13b6   add some metadata
      adds  a83c1ad   changelog
      adds  ee89e36   add missing prereq
      adds  b3e71e6   fix pod error
      adds  1474b8d   RT#85229 - wait longer for processes to die, when needed
      adds  f39d177   changelog for this fix
      adds  16bd43a   use data in git to automate more release-time tasks
      adds  8290606   MooseX-Daemonize-0.18
      adds  b37fcc5   spelling (RT#85351) (committed by ether)
      adds  f3372ec   whitespace fixes
      adds  dd9084f   more tests
      adds  8ec9052   CVS is dead.. or at least we can wish that it were
      adds  bf15ebc   canonicalize changelog entries
      adds  5231273   put strictures before package statement
      adds  fecf61e   convert to my plugin bundle
      adds  e446b46   remove extra $VERSION declaration that does not belong
      adds  2051889   tighter entries
      adds  42b4d52   add the starting copyright year
      adds  989c3af   bring back some minimum prereqs
      adds  67c029f   sqash bundle
      adds  568a7a7   fix bad bugtracker URL
      adds  de7ff63   fix test that is prone to failure on smokers
      adds  d5a304d   keep namespaces clean
      adds  f11ff7d   repository moved to https://github.com/moose/MooseX-Daemonize
      adds  3e8e0e5   come down to a single dot in filenames
      adds  ccb4b9d   fix unused var test
      adds  b3e5aed   Error retrieving 'http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012': 405 METHOD NOT ALLOWED
      adds  1125a07   Revert addition of clean namespace test
      adds  8f65ee3   MooseX-Daemonize-0.19
      adds  028e638   ignore build output from my plugin bundle
      adds  6e6d590   now using [Git::Contributors]
      adds  a9cfec2   hardcode the distribution name in Changes, to reduce churn on each release
      adds  b5d5fc4   add a test that runs `moose-outdated`
      adds  b4b61d1   constrain these imports, to be sure a new stringy type is not created
      adds  aebcb68   this is a distribution eligible for static install
      adds  6b21b2d   add a placeholder .mailmap
      adds  334fab6   ignore build outputs
      adds  eee1c3f   keep $VERSION right in the repo
      adds  efdbb71   fix incompatibility and bug sections in pod
      adds  57c2527   add Stevan back in to authors
      adds  557906d   start weaving pod
      adds  e952a25   use the proper spelling for this file, matching the embedded pod
      adds  774e694   make the clean namespace test pass for this module
      adds  fd7d87a   a bit more pod markup
      adds  eeccf77   spelling fix
      adds  f6822c0   Changes entry for this release
      adds  af5f792   MooseX-Daemonize-0.20
      adds  7eb7252   Imported Upstream version 0.20
       new  4e6bd83   Merge tag 'upstream/0.20'
       new  a76a4eb   Update debian/changelog
       new  44baa44   Update years of packaging copyright.
       new  abb8258   Update we-know-that-we-are-not-windows.patch.
       new  3c15452   Drop (build) dependency on libsub-exporter-formethods-perl.
       new  d6951e7   Mark package as autopkgtest-able.
       new  5adfd6d   Declare compliance with Debian Policy 3.9.6.
       new  35a5295   Add build dependency on libmodule-build-perl.
       new  3dd4268   releasing package libmoosex-daemonize-perl version 0.20-1

The 11 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                                           | 146 ++-
 CONTRIBUTING                                       |  36 +-
 Changes                                            |   3 +
 INSTALL                                            |   1 -
 LICENSE => LICENCE                                 |   2 +-
 MANIFEST                                           |  19 +-
 META.json                                          | 980 ++++++++++++++++-----
 META.yml                                           | 716 +++++++++++----
 Makefile.PL                                        |  53 +-
 README                                             |   4 +-
 README.md                                          | 281 ------
 debian/changelog                                   |  15 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 .../patches/we-know-that-we-are-not-windows.patch  |  12 +-
 debian/upstream/metadata                           |   8 +
 dist.ini                                           |  12 +-
 lib/MooseX/Daemonize.pm                            | 126 +--
 lib/MooseX/Daemonize/Core.pm                       |  73 +-
 lib/MooseX/Daemonize/Pid.pm                        |  64 +-
 lib/MooseX/Daemonize/Pid/File.pm                   |  61 +-
 lib/MooseX/Daemonize/WithPidFile.pm                |  59 +-
 lib/Test/MooseX/Daemonize.pm                       |  71 +-
 t/00-report-prereqs.dd                             | 141 +++
 t/00-report-prereqs.t                              | 289 +++---
 t/zzz-check-breaks.t                               |  18 +
 weaver.ini                                         |   9 +
 xt/author/00-compile.t                             |  21 +-
 xt/author/clean-namespaces.t                       |  11 +
 xt/author/eol.t                                    |  43 +
 xt/author/kwalitee.t                               |   9 +
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  43 +
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/distmeta.t                              |   4 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   4 -
 xt/release/mojibake.t                              |  12 -
 xt/release/no-tabs.t                               |  20 -
 xt/release/pod-coverage.t                          |  11 +-
 xt/release/pod-syntax.t                            |   4 +-
 xt/release/portability.t                           |   1 +
 xt/release/test-version.t                          |  22 -
 xt/release/unused-vars.t                           |   8 -
 44 files changed, 2205 insertions(+), 1234 deletions(-)
 rename LICENSE => LICENCE (99%)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/zzz-check-breaks.t
 create mode 100644 weaver.ini
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/mojibake.t
 delete mode 100644 xt/release/no-tabs.t
 delete mode 100644 xt/release/test-version.t
 delete mode 100644 xt/release/unused-vars.t

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



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