[libtest-routine-perl] branch master updated (316454e -> 7f731ad)

gregor herrmann gregoa at debian.org
Mon Sep 8 18:34:30 UTC 2014


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

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

      from  316454e   update changelog
       new  0776560   Add debian/upstream/metadata
       new  a658484   Update debian/changelog
      adds  d360f2c   first pass, noodling around
      adds  3acab83   more/better example tests
      adds  58a6cee   document how this all works
      adds  c7a011b   walkthrough comments for the tests
      adds  dbbf8c2   another test to show TAP output
      adds  0a063b3   break run_tests and run_me into two routines
      adds  40464a7   get rid of method renaming; was dumb
      adds  1aeb6e9   add a method to routines (via Common) to which to attach advice
      adds  26bba39   our advice test now works by applying to run_test
      adds  dd0194d   making test methods their own file
      adds  681cf93   allow test descriptions separate from names
      adds  aefcb11   match var name to param name
      adds  c3beb23   re-organize / re-doc some of the demo-tests a bit
      adds  c5fc1cd   add notes to tests 03 and 04
      adds  e4e22ae   finish a sentence fragment
      adds  bc16a01   tests run in order of definition, not alpha
      adds  ff2e6a0   correct statements about how we order
      adds  d59b69d   an abstract! so we can dzil!
      adds  d236616   make the hackish ordering a little less weird
      adds  8a5e5fb   tests for on the fly multiple application
      adds  ca349f8   allow "base class and roles" args to run_tests
      adds  e224adb   rework and document 05-
      adds  0be7988   it would be fantastic to get MXRP working properly
      adds  7216146   fix claim about ordering
      adds  c1fd5d4   at least basic docs for all packages
      adds  83ce440   mark the mxrp tests TODO
      adds  356f314   build the demo from the tests
      adds  d23c49f   gitignore
      adds  8e07d3c   skip a few bogus detected prereqs
      adds  c07d5f9   prune currently-unneeded MXRP prereq
      adds  1fa14ce   changelogs are good
      adds  d416079   v0.001
      adds  671c003   require a new-enough Test::More for interop
      adds  2c606b4   remove // (and thus 5.10 prereq); thanks Piers
      adds  3ecd61a   v0.002
      adds  a3e9720   divide class and instance creation
      adds  149ab51   turn the Runner into an object
      adds  893df55   put exports in Util
      adds  45031a7   organize tests
      adds  5efc696   playing with ideas for test instance management
      adds  fa860af   tweak some names
      adds  8140fa0   update docs, demos for ::Util, not ::Runner
      adds  6d569e7   Merge branch 'runner-obj'
      adds  0770219   v0.003
      adds  cffa08d   correct test ordering
      adds  dfda4e6   v0.004
      adds  feb49a1   tiny synopsis fix
      adds  a9e964f   v0.005
      adds  c82a57c   reinstante the demo
      adds  27c5063   remove inc/BuildDemo.pm from the dist
      adds  52fdfed   use PruneFiles, not ManifestSkip
      adds  3555b01   v0.006
      adds  8faf85d   disallow multiple tests with the same name
      adds  c7108fe   add a missing abstract
      adds  d125b64   v0.007
      adds  3e40f38   eliminate bogus prereq
      adds  da8465f   v0.008
      adds  bc8c689   oops, let that ... operator slip in again
      adds  423174c   v0.009
      adds  4b416cc   allow passing method objects as well as coderefs
      adds  e2e1341   whoops, need to pass args through too
      adds  f6f1a2c   v0.010
      adds  472b085   do not choke on pkg sep in test name
      adds  b010a86   v0.011
      adds  7cd924d   reject Moose::Object methods as test names
      adds  c8d0360   v0.012
      adds  3a6b4d8   MX::MS is an optional prereq, not mandatory
      adds  5e3d767   v0.013
      adds  66ed03a   update SYNOPSIS to use 'run_me' method
      adds  2d2b2a3   update changelog
      adds  d7df78b   v0.014
      adds  32dcb2b   add an abstract to Role.pm
      adds  c63a4d0   run_me({...}) was broken!
      adds  7e11099   v0.015
      adds  1a489d9   Test::Routine is not particularly alpha anymore
      adds  b91fbf0   cope with output of subtest names in Test::Builder 0.99
      adds  34c31ea   ditch Class::MOP::load_class
      adds  1a93d84   v0.016
      adds  09e83e1   Ignore emacs droppings
      adds  aadd971   Allow selecting individual tests with an environment variable
      adds  0b00536   v0.017
      adds  fb98382   avoid an undef warning on 5.8
      adds  6f98cf0   v0.018
      adds  05a37f2   new Test::Builder indents subtest comment differently
      adds  164889e   make room for version
      adds  f569aa6   v0.019
      adds  9caaffc   do demo-adding before pod munging, or things get crazy
      adds  6740a1f   catch non-method sub name conflicts in caller
      adds  daf1e77   tests for new name reuse scenario
      adds  708e6f3   v0.020
      adds  e050d15   Imported Upstream version 0.020
       new  1dff357   Merge tag 'upstream/0.020'
       new  e3f7b4b   Update debian/changelog
       new  5b2cc64   Add autopkgtest control file.
       new  7f731ad   releasing package libtest-routine-perl version 0.020-1

The 6 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:
 Changes                          |   5 +
 MANIFEST                         |   3 +-
 META.json                        |  89 ++--
 META.yml                         |  87 ++--
 Makefile.PL                      |  10 +-
 README                           |   4 +-
 debian/changelog                 |  10 +-
 debian/tests/control             |   8 +
 debian/upstream/metadata         |   7 +
 dist.ini                         |   3 +-
 lib/Test/Routine.pm              |   7 +-
 lib/Test/Routine/Common.pm       |   4 +-
 lib/Test/Routine/Compositor.pm   |   4 +-
 lib/Test/Routine/Manual/Demo.pm  | 859 +++++++++++++++++++--------------------
 lib/Test/Routine/Runner.pm       |   4 +-
 lib/Test/Routine/Test.pm         |   4 +-
 lib/Test/Routine/Test/Role.pm    |   4 +-
 lib/Test/Routine/Util.pm         |   4 +-
 t/000-report-versions-tiny.t     |   3 +-
 t/dupe.t                         |  23 +-
 t/lib/NoGood2.pm                 |   8 +
 xt/release/changes_has_content.t |   2 +-
 22 files changed, 600 insertions(+), 552 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/lib/NoGood2.pm

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



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