[libtest-routine-perl] annotated tag debian/0.020-1 created (now 39b4afe)

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


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

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

        at  39b4afe   (tag)
   tagging  7f731ad4fb2a490deab6e01e2fdc9b787fde9f44 (commit)
  replaces  debian/0.019-1
 tagged by  gregor herrmann
        on  Mon Sep 8 20:34:12 2014 +0200

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

iQJ8BAABCgBmBQJUDfakXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGu0wQAJOFGtAMpLjelnswAUudLwOE
UkDgrdLFzgm9xPJPwujlEQ2/f0ZHXzJNKBcL/xZqG04iHRXl5sOx8yIYN8JIaYaX
/mOKypLqJ35DkWDE/ol3B+neYgLf2Ssr0NzPuEZTyE4p02d9pNX+s+YQJ2DDMehx
G7tkDPidsF6se/s6dAOe76De4b9WdJdHMCq4xb8Yde2AS9mHz2s0TqxXkUic/nm5
sXsLsXvUUnKV4f5cMzfNWUcJWjF0iKosej4p6/rWclmTmaDUwzppvlDOkD+JmNFn
A3yU+sZ4lvM4J1aTG/hWpf61raBs+sjxsE4Z3c8cNJezdq/+BPobI4eWxTjc0N1/
EUWsDAKXJtxvz0SIFdsKgzJzWzcd7a/TN5CespvWUMxdTkRj3dM7I3rrp3UnIpQ+
NbmI4aXnWblLo/a1znDuHITwDwBbRY70hJmTelFgvyNf92hw0pHPVESwfrLyytOU
G3Ft2b8IbpS0S2kdcO/XJyMwd/yeq9Y5LyIq35ODAOQEg235XWM5YSPu/ULMcGxl
3Tvv/ujuowh6GHrIB3W1jN+//BFnq2InQUUSJldqeftSUjThhqwPzGGDdJTMzdvu
Jky7uZi0uLPjCehfYvCARh60Zuhu+Lyl+DUSqrM+pORSoNXloIw3Rxg49DZBcPq8
4JeqOUisOosxTRBsUXZW
=ZL7a
-----END PGP SIGNATURE-----

Alex White (1):
      update SYNOPSIS to use 'run_me' method

Dagfinn Ilmari Mannsåker (2):
      Ignore emacs droppings
      Allow selecting individual tests with an environment variable

Jesse Luehrs (2):
      allow passing method objects as well as coderefs
      whoops, need to pass args through too

Ricardo Signes (83):
      first pass, noodling around
      more/better example tests
      document how this all works
      walkthrough comments for the tests
      another test to show TAP output
      break run_tests and run_me into two routines
      get rid of method renaming; was dumb
      add a method to routines (via Common) to which to attach advice
      our advice test now works by applying to run_test
      making test methods their own file
      allow test descriptions separate from names
      match var name to param name
      re-organize / re-doc some of the demo-tests a bit
      add notes to tests 03 and 04
      finish a sentence fragment
      tests run in order of definition, not alpha
      correct statements about how we order
      an abstract! so we can dzil!
      make the hackish ordering a little less weird
      tests for on the fly multiple application
      allow "base class and roles" args to run_tests
      rework and document 05-
      it would be fantastic to get MXRP working properly
      fix claim about ordering
      at least basic docs for all packages
      mark the mxrp tests TODO
      build the demo from the tests
      gitignore
      skip a few bogus detected prereqs
      prune currently-unneeded MXRP prereq
      changelogs are good
      v0.001
      require a new-enough Test::More for interop
      remove // (and thus 5.10 prereq); thanks Piers
      v0.002
      divide class and instance creation
      turn the Runner into an object
      put exports in Util
      organize tests
      playing with ideas for test instance management
      tweak some names
      update docs, demos for ::Util, not ::Runner
      Merge branch 'runner-obj'
      v0.003
      correct test ordering
      v0.004
      tiny synopsis fix
      v0.005
      use PruneFiles, not ManifestSkip
      v0.006
      disallow multiple tests with the same name
      add a missing abstract
      v0.007
      eliminate bogus prereq
      v0.008
      oops, let that ... operator slip in again
      v0.009
      v0.010
      do not choke on pkg sep in test name
      v0.011
      reject Moose::Object methods as test names
      v0.012
      MX::MS is an optional prereq, not mandatory
      v0.013
      update changelog
      v0.014
      add an abstract to Role.pm
      run_me({...}) was broken!
      v0.015
      Test::Routine is not particularly alpha anymore
      cope with output of subtest names in Test::Builder 0.99
      ditch Class::MOP::load_class
      v0.016
      v0.017
      avoid an undef warning on 5.8
      v0.018
      new Test::Builder indents subtest comment differently
      make room for version
      v0.019
      do demo-adding before pod munging, or things get crazy
      catch non-method sub name conflicts in caller
      tests for new name reuse scenario
      v0.020

Salvatore Bonaccorso (2):
      Update Vcs-Browser URL to cgit web frontend
      update changelog

Yanick Champoux (2):
      reinstante the demo
      remove inc/BuildDemo.pm from the dist

gregor herrmann (7):
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.020
      Merge tag 'upstream/0.020'
      Update debian/changelog
      Add autopkgtest control file.
      releasing package libtest-routine-perl version 0.020-1

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

This annotated tag includes the following new commits:

       new  0776560   Add debian/upstream/metadata
       new  a658484   Update debian/changelog
       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.


-- 
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