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

kanashiro-guest pushed a change to annotated tag upstream/0.51
in repository libtest-spec-perl.

        at  0573fdf   (tag)
   tagging  91b8e381e7034e5aa7a8c672185b3d60431b725d (commit)
  replaces  upstream/0.47
 tagged by  Lucas Kanashiro
        on  Wed Jul 29 12:35:56 2015 -0300

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

iQIcBAABAgAGBQJVuPLcAAoJEPgjonKYg8l8lfcP/3wHDC1TV+hEZ/GsKwPDumIP
UexjXNw5im5EHBG0VDPQ5fR3JIZtei8iId8uxZfuqdpcA3nmGkIm6/lAzB1AeHVH
bXpSGfqGqbVA+jUKMhs0Qu6cygrFIgTzAzAVHHWTg9j7ag1PnBK+HXeDOsSVhM40
YOTaNz/b98E3FBhltISSwKPXRKNyyiq7N6YiGEfkdfn13LoAWEgTl2Ez7Hu0gVa1
8hOEz2BLy8o1mU5jFm8n/OpSOxL26eDu5Ci3XNhNGLUjfzyf72k1WTWRdBpULIfT
naAae2uvvcUao/C9NV7AQ77RNY4dvN79nW4yiQUNPrWcPfsyIt3IBqUuSsqCBOmH
2OG3wO4yVMm9ZLWJvzqH/qv8cIgxJVJhzezdJOhXqhWRdN2j2Vw2SBWmZLK7nuH7
BCOdCHIUbPObQwxILBeojXBK1TKBMQ7N9sw8TChR+WLh1u/TvX/3jm9fGtpTcPVJ
LLsX04H7+zeI5rkA8Erzwme+hq4KToyfFA6tt0pLvRQT9IZ4yLStdSQBs/P3Qu+K
JVrH2gCbpMyhRpI3VX5IhL9cv8jKm7AMzoq22pTSFqhYIfksZ848u5vLC179c1gP
Exn/+qwswh3Dz1QdM8CNQ/fgunEN+/Q6qiBGvCv3Z24vcKninKfyUSfI+sfivVFl
cbluGnO/7X7Brcq2dD+K
=K/PK
-----END PGP SIGNATURE-----

Andy Jones (13):
      fixes #15: fix mock() example in docs
      compare plain perl data structures with Test::Deep
      add travis-ci
      ignore autoenv file
      failing test case for issue #24: we don't want objects to get destroyed 
during global destruction
      extract test examples into separate objects to reduce the number of 
circular references
      Replace the recursive closure with a recursive method to avoid a circular 
reference
      Merge pull request #26 from kingpong/fix/predictable-destroy
      Merge pull request #25 from ptolemarch/develop
      docs: clarify any_number()
      Version bump to 0.50
      Merge pull request #28 from mla/develop
      Version bump to 0.51

Chad Granum (1):
      Fix failure when using Alpha branch of Test::More

David Hand (1):
      don't fail with argument expectation when method never called

David Steinbrunner (1):
      Added repository cpan metadata

Graham Knop (10):
      remove unneeded conditional on ancient perl
      remove unneeded extra require of TAP::Parser
      remove unused Test::Deep import in test
      add backcompat workarounds for TEST_REQUIRES/BUILD_REQUIRES
      TAP::Parser is only needed for testing
      list accurate prereqs for Test::More and Scalar::Util
      use meta v2 for resource data
      include bugtracker in metadata
      module works fine on perl 5.8.5
      ignore MYMETA files

Kjell-Magne Øierud (6):
      Implement simple argument matching
      Implement support for creating method mocks that raises an exception
      Improved argument matching
      Add test for raises()
      Add tests for argument matching
      Add pod for with() and raises()

Lucas Kanashiro (1):
      Imported Upstream version 0.51

Marian Schubert (3):
      Make Test::Spec import strict into test file
      Make Test::Spec import warnings into test file
      Make it possible to easily disable specs

Maurice Aubrey (2):
      maintain order of _Package_Contexts hash
      add tests to check execution order of contexts

Michael G. Schwern (1):
      Fix the tests for Test::Builder1.5 / TAP version 13

Philip Garrett (119):
      Added support for mocks/stubs
      added github info
      Merge branch 'master' of github.com:kingpong/perl-Test-Spec
      Quelled annoying Test::Deep isa() warnings by explicitly avoiding its 
isa() function
      Display die messages, even when used with prove(1).
      version bump and manifest update
      Merge branch 'release/v0.30'
      updated Changes
      Merge branch 'release/v0.30'
      Merge branch 'release/v0.30' into develop
      Merge branch 'develop' of github.com:kingpong/perl-Test-Spec into develop
      Merge branch 'import-strict' of https://github.com/maio/perl-Test-Spec 
into feature/import-strict
      abstracted TAP capture so those tests can be debugged with `make testdb`
      Merge branch 'feature/import-strict' into develop
      report empty tests from where runtests() is called, not within Test::Spec 
(issue #5)
      Replaced Moose with vanilla POOP in Test::Spec::Context
      Replaced Moose with vanilla POOP in Test::Spec::Mocks
      noted speedup in Changes
      Merge branch 'feature/speedup' into develop
      updated changelog
      Added support info and updated copyright.
      Merge branch 'feature/import-warnings' into develop
      version bump
      removed Moose requirement, added Scalar::Util for weaken()
      removed $^W fix, now apparently unnecessary
      Merge branch 'release/v0.31'
      Merge branch 'release/v0.31' into develop
      Merge branch 'develop'
      Replaced "defined(&foo)" with "defined(&{'foo'})" to guarantee very late 
binding, which is required to test this with the pure-perl version of 
Package::Stash. (issue #8)
      bumped version, updated changelog
      Merge branch 'release/v0.32'
      Merge branch 'release/v0.32' into develop
      added shared_examples_for and it_should_behave_like
      added TAP::Parser as a dependency for the parse_tap() helper
      version bump, changelog and manifest update
      Merge branch 'release/v0.33'
      Merge branch 'release/v0.33' into develop
      added spec_helper function to load helper files relative to the spec
      update manifest and bump version
      Merge branch 'release/v0.34'
      Merge branch 'release/v0.34' into develop
      switch from "safe pipe open" to tempfile for Windows support
      revisit exceptions specs to support Windows line feeds
      Merge branch 'feature/winpipe' into develop
      release v0.35
      Merge branch 'release/v0.35'
      Merge branch 'release/v0.35' into develop
      fixed spelling of "exceptions"
      applied patch from https://rt.cpan.org/Ticket/Display.html?id=69138 (via 
car...@debian.org)
      fixed POD errors
      updated changelog
      Merge branch 'master' of github.com:kingpong/perl-Test-Spec
      Fixed error reporting in spec_helper load failures
      release v0.36
      Merge branch 'release/v0.36'
      Merge branch 'release/v0.36' into develop
      fixed bug where shared examples defined in one package did not work 
correctly in another package
      removed useless anonymous sub wrapper
      release v0.37
      Merge branch 'release/v0.37'
      Merge branch 'release/v0.37' into develop
      added share() function to aid with refactoring
      released v0.38
      Merge branch 'release/v0.38'
      Merge branch 'release/v0.38' into develop
      Merge branch 'master' of github.com:kingpong/perl-Test-Spec into develop
      Modifed xit/xthey/xdescribe to act as TODOs
      Merge branch 'feature/xit' into develop
      Prepare for v0.39
      Merge branch 'release/v0.39'
      Merge branch 'release/v0.39' into develop
      Report Test::Spec usage errors from the perspective of the caller. 
Test::Spec was already using carp() and friends, but since the specs themselves 
are instances of Test::Spec, carp rightfully skipped over them. Now specs are 
explicitly not a part of Test::Spec for purposes of Carp.
      prepare for release v0.40
      Merge branch 'release/v0.40'
      Merge branch 'release/v0.40' into develop
      RT-75400: Added LICENSE to Makefile.PL
      Fix Win32 test suite errors (hopefully)
      Solve Win32 "can't remove...permission denied" problem
      Version bump v0.41
      Merge branch 'release/v0.41'
      Merge branch 'release/v0.41' into develop
      Added context() and xcontext() aliases for describe() and xdescribe()
      Prepare v0.42
      Merge branch 'release/v0.42'
      Merge branch 'release/v0.42' into develop
      Make test selectivity via runtests(@patterns) or $ENV{SPEC} work as 
documented
      Ensure explicit test list overrides SPEC env
      s/test/example/g
      Merge branch 'feature/list_precedence' into develop
      Prepare v0.43
      Merge branch 'release/v0.43'
      Merge branch 'release/v0.43' into develop
      Allow shared_examples_for inside a context
      Prepped v0.44
      Merge branch 'release/v0.44'
      Merge branch 'release/v0.44' into develop
      Prep v0.45
      Merge branch 'release/v0.45'
      Merge branch 'release/v0.45' into develop
      Merge remote-tracking branch 'kjellm/master' into feature/with-raises
      Define support for with($object)
      Merge branch 'feature/with-raises' into develop
      Prep v0.46
      Merge branch 'release/v0.46'
      Merge branch 'release/v0.46' into develop
      Merge branch 'repo-meta' into develop
      version bump, updated Changes
      Merge branch 'develop'
      Merge branch 'feature/metadata-fixes' into develop
      Merge branch 'master' of git://github.com/exodist/perl-Test-Spec into 
bug/test-builder-updates
      Merge branch 'bug/test-builder-updates' into develop
      Bump version to 0.48
      Merge remote-tracking branch 'origin/develop'
      Merge branch 'andyjones-task/deep-comparisons' into develop
      Merge branch 'andyjones-task/issue-15' into develop
      Merge branch 'andyjones-task/travis-ci' into develop
      Document issue #14
      Version bump 0.49 and update changelog
      Updated readme; added Travis CI status

pgarrett (9):
      Initial import of project created with:
      added specs without mock support
      updated MANIFEST and git ignored backup
      Merge branch 'mocks'
      add Package::Stash requirement for remove_symbol
      updated author info
      updated manifest
      added github info
      ignore build products

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

No new revisions were added by this update.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to