[libtest-class-perl] branch master updated (6257527 -> 8ec6c25)

gregor herrmann gregoa at debian.org
Mon Oct 26 16:47:41 UTC 2015


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

gregoa pushed a change to branch master
in repository libtest-class-perl.

      from  6257527   Prepare changelog for release
       new  a859352   Add debian/upstream/metadata
       new  f5b32f5   Update debian/changelog
      adds  7daf693   Added back the Test-Class project I accidentally deleted
      adds  2061270   * Removed broken SKIP_CLASS change so we can finally get back to some active development
      adds  28e09e6   Removed signature tests
      adds  7ba1ebe   Moved all the developer/author tests under t/developer
      adds  1a347b2   Put the POD inline with the code
      adds  077acf2   Added documentation for Test::Class::MethodInfo
      adds  fe159e9   Now do not rely on hard coded test output
      adds  97c8b79   Added acknowledgements
      adds  e3c1671   added some more acknowledgements
      adds  f4c4727   ASCIIfy the text to avoid sillyness Fix dependencies
      adds  f0a18dc   Added Test::Class::Load
      adds  51a62dd   Fixed some broken POD example
      adds  a88010c   Added Ovid's TEST_METHOD hack
      adds  98516d5   Tidied up POD and removed Cwd from prerequiistes
      adds  fdb8e33   Test::Load now works on Windows Tests now pass on windows
      adds  a3270a9   added more modules that use Test::Class to SEE ALSO
      adds  f850c23   Now works okay with test deep
      adds  d3e47ab   Added spelling checking testst and fixed some typos
      adds  c1c9df1   Added some references to Test::Class::Load in the main POD
      adds  71afe74   Added a bunch of modules that use Test::Class
      adds  96da672   Renamed test name to test description in code and POD
      adds  f96e519   Added references to some books that talk about Test::Class
      adds  4c67901   Added reference to Perl Journal article on Test::Class
      adds  0d3aab9   Removed UNIVERSAL::isa
      adds  0b907ca   ... and actually documented the last chaneg
      adds  fc35bd5   removed old incomplete money example
      adds  f87dd7d   removed old dodgy examples
      adds  30f6082   added tada todo list
      adds  9e8cd04   removed old basetes module
      adds  c3575b6   Removed more dodgy examples Culled the done things from the todo list
      adds  994046a   Added references to Test::Object and Test::Block
      adds  1f8969e   Added dumps of the outstanding RT bugs so I can look at them offline
      adds  ee92c46   Named the release
      adds  9926c31   Added spelling.t to the manifest
      adds  4b6ce8b   Sensible error message if you override new() badly
      adds  c44c102   Removed some done stuff
      adds  2de2770   We now give more useful error messages if Test::Class is loaded too late
      adds  38b9715   Newline after die - nobody cares what line we die on
      adds  a3bb44c   We now get told the class and method in the diagnostics of failing tests
      adds  3b5e2ff   Added some tests for startup/shutdown plan math
      adds  ca88701   Check that we deal with undef being passed as a Test::Class properly
      adds  5164e9f   No longer throw a warning if we're asked to find the number of tests of undef
      adds  d00fb75   Removed pointless $SEP
      adds  8371634   Fixed bogus wrapping of Test::Builder::ok
      adds  7b18908   Moved POD under Perl code, and removed extra use strict
      adds  0e32e67   Now only add directories to @INC once
      adds  6b11c02   Prep for 0.22
      adds  7b2305a   Tidied up test libs and code a little
      adds  3c641c4   Added _has_no_tests
      adds  ea20a07   ++ becomes a legal regex in blead perl - patched test
      adds  872baad   * Prep for 0.23 release * Added Matt Williamson to ack
      adds  84f7a3c   Fixed dependency on Test::Simple
      adds  b132250   Tweaked spelling test to use ispell Updated version number and acknowledgements Updated changes with 0.24 changes
      adds  e2372dd   Stopped Contextual::Return::Value throwing warnings when loaded
      adds  f350f7a   oops - forgot to add test
      adds  14e131a   TEST_METHOD now runs setup, teardown, startup and shutdown methods okay
      adds  8faf1b9   No longer hardcode test filename in tests - use $0 instead
      adds  444b2ff   Added ack
      adds  2f544bb   Make tests create the filename in the same was as T::B - hopefully...
      adds  1531cd3   More platform specific path tests
      adds  c3277b1   Fixed some doc mistakes
      adds  2cf790f   Added Jim Brandt to acks
      adds  6445d4b   Downgrade dependencies for Debian
      adds  fbd506c   Updated changelog
      adds  0dbac7f   Made the minimum perl declaration work with old Perls
      adds  3777357   Fixed typo in docs
      adds  8b483f5   Updated version
      adds  04588db   updated acks
      adds  8d3168b   Now allow filters in Test::Class::Load
      adds  059c135   eeked up test coverage
      adds  f2b9581   Fixed acks
      adds  6f6459f   Upped the dependency on Test:;Simnple
      adds  282a24b   Downgraded IO::File dependancy to 1.09 (RT#38424)
      adds  6743e0d   Removed pointless use of Test::Exception in t/bad-autoloads.
      adds  e128e32   This should be a dev release.
      adds  aaa5a1d   Added add_testinfo
      adds  cc2d6cd   Added stuff from yanik - figure it out later
      adds  56f3852   Add files to synch with 0.34.
      adds  d3a420a   Merge 0.34 changes from CPAN.
      adds  bc4fdc6   Report class name when extra tests are found.
      adds  85f8637   Add dates (from backpan timestamps) to Changes.  Fix RT#45581
      adds  7f8cd5e   Updated from docs.
      adds  ae14ec9   Add repository information.
      adds  f1f10a9   Altereed by Build.PL, not manually.
      adds  b826e3c   Removed yanick's code from master, preserved in yanick code so I can figure it out at some point TODO: Figure out what was useful in the yanick branch :-)
      adds  18b3d62   Fixed - the automatic update from Build.PL got confused by the lack of a newline at the end of the file and fouled up skipping cover_db
      adds  18232c8   Remove things that I prefer Build.PL to generate from the repo
      adds  b227b16   Added the following to .gitignore
      adds  0368b77   ... and we ignore blib/ too
      adds  794967a   Now covered in the standard xt tests
      adds  2de1f6e   Move our author tests to xt like the rest of the world
      adds  b1ca021   Looks in xt for the perlcriticrc
      adds  3f79da1   _get_methods now defined in a scalar context - just in case :-)
      adds  9997e3c   Added date to changes & acknowledged Curtis & Mark :-)
      adds  b4ee987   updated version number - since this is apparently how we roll now
      adds  18fcabd   we ignore generated README file
      adds  64ae318   We ignore generated Makefile.PL
      adds  0ebe3ce   Don't put git stuff in the manifest
      adds  f3291cb   added README back in - just for github
      adds  602eccb   Added method of filtering out tests to run.
      adds  533e31e   negate the filter tests, so that returning false from a filter will remove the test.
      adds  d909234   Merge branch 'makk384_filter'
      adds  487bad6   updated version
      adds  f00f1dc   Fix rt#55324. Make TC pass with new Test::Simple.
      adds  5ec262a   added missing documention stub
      adds  1e708a8   Added missing docs for add_filter()
      adds  c6488c5   Updated README & Changes
      adds  dc1ebe6   another update
      adds  4ef5aad   new readme including add_filter()
      adds  812eb5c   more stuff todo
      adds  a1c236c   Fixed RT#64470: minor documentation error in Test::Class::Load
      adds  c2e8604   removed a bunch of tabs that sneaked in from somewhere
      adds  99b701e   -   Fixed RT#39266: Test::Class with Package::Alias -   startup and shutdown methods are no longer run if a class will not     run any test methods
      adds  0c0b869   more acks
      adds  dd85e66   Added in fail_if_returned_early() patch from https://rt.cpan.org/Ticket/Display.html?id=56636
      adds  821b68d   Check that our early returns work okay with test methods than run more than one test
      adds  60c011e   Add the class/method to the test failure description when we return early + fix wrong method name in docs
      adds  7714bc2   updated changes file
      adds  224f02b   Fixed RT#64268: dying in setup does not skip rest of test
      adds  53f83c9   clarified exception docs
      adds  09ca934   some more things to think about
      adds  ae23f68   ignore generated files
      adds  6145292   updated changes file
      adds  d154841   fixed readme
      adds  18a74b9   ignore generated meta file
      adds  4b83ff8   Build.bat is generated on Windows
      adds  8ed1a6e   die-in-setup.t will work on Windows when run with Build test
      adds  6311c63   typo (RT#70334)
      adds  171f294   Merge pull request #3 from chorny/master
      adds  6730481   Bump the version number to 0.38.
      adds  bfed7de   Documentation clarification.
      adds  424619b   Merge pull request #1 from skington/master
      adds  6f57c45   Update changes to mention doc patch
      adds  71502ea   credit where credit is due
      adds  8b46454   README generated - so don't need in repo
      adds  98cc32b   Repair Test::Class for Test::Builder1.5
      adds  7d7f290   Fix tests for the new TAP version header and minor format changes.
      adds  eaf6283   Fix t/skip2.t for Test::Builder1.5.
      adds  99c2c4e   Merge pull request #2 from schwern/bug/TB1.5
      adds  a6d38a3   0.39 release
      adds  23b0fd2   update test expectations for Test::Simple 0.99
      adds  c823da4   bump and unify versions, changelog
      adds  b98fb62   update release date
      adds  d31bb6f   Detect bad version of Test::Builder and require higher if present.
      adds  92c1ffc   prep next release
      adds  3b2ad4b   fix bad handling of exceptions that are false after being chomped, or stringify to false
      adds  578d31c   Merge pull request #11 from karenetheridge/topic/exception_handling
      adds  e2e4915   add missing prereqs (core now, but who can say about the future?)
      adds  2a5134e   tighter entries
      adds  57fb27c   ignore my .ackrc
      adds  7cad613   prep for 0.42 release
      adds  5ce3403   use test_requires instead of build_requires for test deps
      adds  09726c7   Merge pull request #13 from kentfredric/master
      adds  e06466f   no need to commit a license - it is generated
      adds  df94a1e   bump version to 0.43
      adds  1ee2e50   changelog for 0.43
      adds  06510ce   fix typo in die message
      adds  aebd377   declare MB in configure_requires
      adds  5462260   add missing date from last release
      adds  413846f   Run teardown even if test method dies
      adds  1864cbe   Merge branch 'pull-12'
      adds  4bbc66a   ignore more build artifacts
      adds  5cdda5b   changelog for PR#12
      adds  603addc   prep for release of 0.44
      adds  4c00627   tests fail on Test::More 0.98* and 0.99; pass on 1.001002
      adds  4f4db03   prep for release of 0.45
      adds  1a0622e   fix test to accomodate alternate directory separates e.g. on win32
      adds  5abc4ad   prep for release of 0.46
      adds  b23aa22   fix typo (closes #15)
      adds  35496e7   Fix things to work with Test::Stream
      adds  c51b3bd   changelog for PR#17, PR#18
      adds  50cb9ba   bump version to 0.47
      adds  c26fa34   remove unnecessary ;
      adds  a29fadd   Add references to some additional related modules in SEE ALSO
      adds  9ebb071   Merge pull request #20 from tvroom/docs-see-also-related-modules
      adds  9ea12b6   Add links to Ovid's tutorial series of articles on Test::Class
      adds  f126f16   Merge pull request #19 from tvroom/docs-tutorial-links
      adds  a904359   List additional modules that use Test::Class in their test-suite
      adds  4c0eb6d   Merge pull request #21 from tvroom/docs-see-also-module-users
      adds  ca74980   commit changes from 0.48 release
      adds  263ec9a   Merge commit 'ca749808562b01864a1b516ee0de43c195fd082c'
      adds  62fe566   add Changes entries for PR#19, #20, #21
      adds  4595ec0   POD - Add commas to make sentences easier to comprehend
      adds  efdbfeb   POD - Update note about support for running individual tests
      adds  7f7e395   Changes entry for PR#22
      adds  738791f   Extra diagnostic message for the careless traveller
      adds  ed6638b   bump $VERSION to 0.50
      adds  f5cde5a   Revert "Fix things to work with Test::Stream"
      adds  0b3cc33   Changes entry for PR#27
      adds  d815704   switch from Module::Build to ExtUtils::MakeMaker
      adds  491bafd   add some metadata
      adds  abe5b37   tighten up MANIFEST.SKIP
      adds  ec47a7b   release 0.50
      adds  a490d63   Imported Upstream version 0.50
       new  6a3fa18   Merge tag 'upstream/0.50'
       new  a5fa3dd   Update debian/changelog
       new  b188bf8   Update years of packaging copyright.
       new  5b425f3   Update (build) dependencies.
       new  10e0727   Mark package as autopkgtest-able.
       new  daa7e20   Bump debhelper compatibility level to 9.
       new  e3f9f4d   Update Upstream-Contact in debian/copyright.
       new  8ec6c25   update changelog

The 10 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                      |  49 -----
 Changes                       |  14 ++
 MANIFEST                      |  11 +-
 META.json                     |  67 ++++---
 META.yml                      |  50 +++--
 Makefile.PL                   | 165 +++++++++++++---
 README                        | 423 +++++++++++++++++++++-------------------
 debian/changelog              |  15 ++
 debian/compat                 |   2 +-
 debian/control                |  11 +-
 debian/copyright              |   6 +-
 debian/upstream/metadata      |   6 +
 lib/Test/Class.pm             | 437 +++++++++++++++++++++++-------------------
 lib/Test/Class/Load.pm        |  24 +--
 lib/Test/Class/MethodInfo.pm  |  14 +-
 t/Tests.t                     |   6 +-
 t/_new.t                      |   2 +-
 t/bad-autoloads.t             |   2 +-
 t/bailout.t                   |   2 +-
 t/compile.t                   |   6 +-
 t/current_method.t            |   6 +-
 t/die_before_plan.t           |   4 +-
 t/expected_tests.t            |  36 ++--
 t/fail1.t                     |   2 +-
 t/fail2.t                     |  11 +-
 t/fail3.t                     |   2 +-
 t/filter.t                    |   2 +-
 t/filter_multiple.t           |   2 +-
 t/header.t                    |   2 +-
 t/late_header.t               |   4 +-
 t/methodinfo.t                |  10 +-
 t/named_test.t                |   2 +-
 t/num_method_tests.t          |  14 +-
 t/num_tests.t                 |   2 +-
 t/override.t                  |   2 +-
 t/rt15870.t                   |   4 +-
 t/runtests.t                  |  14 +-
 t/runtests_die.t              |  13 +-
 t/runtests_extra.t            |   2 +-
 t/runtests_noplan.t           |   6 +-
 t/runtests_of.t               |   6 +-
 t/runtests_result.t           |   6 +-
 t/runtests_return.t           |   4 +-
 t/runtests_trailing.t         |   2 +-
 t/runtests_with_wrong_class.t |   2 +-
 t/skip1.t                     |   2 +-
 t/skip2.t                     |   4 +-
 t/skip_class_reason.t         |   8 +-
 t/skip_empty_classes.t        |   4 +-
 t/spaces.t                    |   2 +-
 t/startup.t                   |  22 +--
 t/test_deep.t                 |   4 +-
 t/test_verbose.t              |   4 +-
 t/todo.t                      |   4 +-
 54 files changed, 867 insertions(+), 659 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 debian/upstream/metadata

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



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