[libtest-sharedfork-perl] annotated tag debian/0.33-1 created (now dd22522)

gregor herrmann gregoa at debian.org
Sat Jun 27 19:33:06 UTC 2015


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

gregoa pushed a change to annotated tag debian/0.33-1
in repository libtest-sharedfork-perl.

        at  dd22522   (tag)
   tagging  fe7f9d1f3c5112a048547cbb130931416367e1f5 (commit)
  replaces  debian/0.31-1
 tagged by  gregor herrmann
        on  Sat Jun 27 21:32:45 2015 +0200

- Log -----------------------------------------------------------------
tagging package libtest-sharedfork-perl version debian/0.33-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJVjvpdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG8BYP/2XQuzSbzm4u4A/bYlXgiL7E
BPdm6r/s5PPMTEOlA696v3MRR0omlBSPfDWquVJg8YkMArLpiovEOQPhMOYKczG6
W4A6tqw9josmOBolINt76a5MlMUbpED69APZMeeC6+23FPVXbrSEEP997tFAR8WN
952RlciYLth5hhZuDzCLquUpg4JvFT1vnHn0ZmzPDEVZRN5Uf9ph19qzc0C7LRP+
gMglwUv1m4RjBi023DWezlfLqmduGOxiDZp8t0SWhqkYhrSjAelHpKsVTgpFRBgo
fj5vV0vYLUKV1BR3fcOYAp9lvgdTipjEedDud1XvorYUquZ5nhwQXmQ8cKk+N4jw
1TEhqqjdx6ScJG4QB5Hw00eiz81GZWvkg6ingCSIAQ0NSlRHwqRZQzrkYJx9Fx4N
aSN93sLTl3iNSY4TU3xgVN3TGwvAxeJJv/kw0lVa+iOOJ5Jtu7NYjRurxHD8PPQc
G0d+nMaUcLZW8r1jF8eN1twEkaMvzj44jeX8oowLREfEvbvThq6SBrcEXnoD9rJ2
SgM+feD3MXkFbaXrx8JKPGyQv7hNBrf235bygyHPr5jFQPAwKDFsgpmCxUV8mvH/
//eU2j1Ub3o+TvtSiopsM8HX/ypfi7AiobwDmnHGbipCI3Ma7E/s5V2Jrsj1FnnZ
nqpnTEh9pLQvi+dOnyYM
=cgr0
-----END PGP SIGNATURE-----

Chad Granum (7):
      Fix support for Result_Stream Test::Builder branch
      Fix another issue with Result_Stream branch of TB
      Fix for newer Test::More git-master
      Update for newer Test::Stream support
      Fix a broken test
      Update for new Test-Stream
      Tell Test::Stream to poll for events when it is used

Kenichi Ishigaki (1):
      not to fail because of a separator

Michael G. Schwern (1):
      Use the new coordinated_forks option coming in Test::Builder 1.5.0_7

Neil Bowers (2):
      Added missing dates
      Added github repo to metadata

Perlover (1):
      In the CPAN there is Test::MultiFork

Rob Hoelz (7):
      Add test for checking failure locations
      Implement STORESIZE for Test::SharedFork::Array
      Fix test failure locations
      Add test for invoking tests in functions
      Fix failure locations when calling a test function from another sub
      Make sure that is_passing conforms to Test::Builder's docs
      Have is_passing start truthy

Tokuhiro Matsuno (85):
      initial commit
      implemented
      better tests, added docs, etc.
      Checking in changes prior to tagging of version 0.01.  Changelog diff is:
      arggghhhhhhh  Test::Fork is schwern's namespace! renamed to Test::SharedFork
      Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      more portable implementation with flock
      added ->fork method
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      use BEGIN block instead of import(). because, this routine should not call by each 'use' statement.
      [BUG] 0.03 does not works with too many forking. orz
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      added failing test
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      added git.push_to
      remove unused method
      detect parent process, automatically
      cleanup
      @CLEANUPME is not needed.
      added more test case
      hack no_ending!
      oops
      Test::SharedFork need Test::More >= 0.62
      Test::Builder 0.32 or lator is required
      oops. wait children!
      oops
      refactoring
      simplified
      cleanup code and docs!
      added stopword
      cleanup code
      generate README.mkdn
      Test::SharedFork doesn't use Test::Base
      Checking in changes prior to tagging of version 0.07.  Changelog diff is:
      run tests in deep dir
      added primitive test case for ::Store
      cb is optional parameter
      lock files only once
      use seek
      better error detection
      fucking win32 perl returns minus value for pid.
      Checking in changes prior to tagging of version 0.07_01.  Changelog diff is:
      added stub for co-authors
      added FAQ as stopword
      detect error on nstore_fd
      Checking in changes prior to tagging of version 0.08.  Changelog diff is:
      do not use done_testing.
      0.08
      Merge branch 'master' of github.com:tokuhirom/test-sharedfork
      Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      added failing test case, reported by xaicron++
      Merge pull request #1 from hoelzro/master
      subtest is not supported on this version.. sorry
      Checking in changes prior to tagging of version 0.17.
      Merge pull request #2 from hoelzro/master
      Checking in changes prior to tagging of version 0.18.
      - modernize package
      This module shouldn't require latest Test::More
      fixed TB2 support.
      Checking in changes prior to tagging of version 0.19.
      Merge pull request #3 from berekuk/patch-1
      comment
      Checking in changes prior to tagging of version 0.20.
      Merge pull request #5 from schwern/fix_TB1.5
      Merge pull request #6 from Perlover/patch-1
      Merge pull request #7 from neilbowers/master
      minil build
      Care the is_passing.
      Checking in changes prior to tagging of version 0.22.
      06_fail_lineno.t fails on Windows due to path separator #9
      Checking in changes prior to tagging of version 0.23.
      Merge pull request #10 from hoelzro/master
      Merge pull request #12 from rwhitworth/master
      Checking in changes prior to tagging of version 0.24.
      Switch to EUMM
      Checking in changes prior to tagging of version 0.25.
      Merge pull request #15 from exodist/master
      Checking in changes prior to tagging of version 0.26.
      Merge pull request #16 from exodist/master
      Checking in changes prior to tagging of version 0.27.
      Merge pull request #17 from charsbar/lax_separator
      Checking in changes prior to tagging of version 0.28.

Vyacheslav Matyukhin (1):
      t/01_simple.t uses Time::HiRes, so it should required for tests.

gregor herrmann (4):
      Imported Upstream version 0.33
      Merge tag 'upstream/0.33'
      Update debian/changelog
      releasing package libtest-sharedfork-perl version 0.33-1

lestrrat (1):
      add a failing test case for use threads + Test::More + Test::SharedFork

rwhitworth (2):
      Update 01_simple.t
      Update 02_fork_method.t

tokuhirom (30):
      this module requires perl 5.8 or later
      Checking in changes prior to tagging of version 0.11.  Changelog diff is:
      updated README.mkdn
      added stopword
      bug fixed on lazy loading RT#60426
      Revert "bug fixed on lazy loading RT#60426"
      fixed bug around lazy loading
      Test::SharedFork::Scalar's second argument is no longer needed.
      Checking in changes prior to tagging of version 0.12.
      make lock as RAII object instead of callback.
      added comment
      refactor the internals.
      added Test::Builder2 support!
      oops
      changed 'hacked' tag. suggested by gfx++
      refactored
      Checking in changes prior to tagging of version 0.13_01.
      Checking in changes prior to tagging of version 0.14.
      Merge branch 'master' of git://github.com/lestrrat/test-sharedfork
      I gave up to support ithreads.
      Checking in changes prior to tagging of version 0.15.
      doc fix
      Checking in changes prior to tagging of version 0.16.
      t/10_subtest.t: added --norc option for more portable testing.
      regenerate README.mkdn
      Checking in changes prior to tagging of version 0.21.
      Ignore some critic rules. Closed #4
      minil migrate
      Merge branch 'master' of github.com:tokuhirom/test-sharedfork
      minil build.

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

This annotated tag includes the following new commits:

       new  1304769   Merge tag 'upstream/0.33'
       new  b9961f0   Update debian/changelog
       new  fe7f9d1   releasing package libtest-sharedfork-perl version 0.33-1

The 3 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/libtest-sharedfork-perl.git



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