[libtest-output-perl] annotated tag upstream/1.03 created (now 7573477)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Jan 9 23:18:29 UTC 2014


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

fsfs pushed a change to annotated tag upstream/1.03
in repository libtest-output-perl.

        at  7573477   (tag)
   tagging  21864b1b51c281c2cb46a56ffacca16247c6fabd (commit)
  replaces  upstream/1.02
 tagged by  Florian Schlichting
        on  Fri Jan 10 00:12:34 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 1.03

Alexandr Ciornii (2):
      fix missing comas in docs
      better Makefile.PL

David Golden (1):
      Replace Test::Output::Tie with Capture::Tiny

David Steinbrunner (1):
      typo fixes

Florian Schlichting (1):
      Imported Upstream version 1.03

Oliver Kindernay (1):
      Support close.

Shawn Sorichetti (14):
      patch from bdf: proper handling of stderr under perl 5.6 with tests
      initial checkin
      MANIFEST automatically rebuilt
      Updated with latest changes
      added link to github repository
      updated MANIFEST
      removed META.yml
      changed to ignore the correct module name
      * for version 0.11
      * for version 0.11
      * for version 0.11
      cleared out changes created by Module::Release
      incremented version number for rebundling without OS X extended attributes
      * for version 0.12

Yuki Ibe (1):
      Fix a problem with join()

brian d foy (51):
      * Add a test to check that stderr_from can catch output
      * Install __WARN__ handler if the Perl version is less
      * minor updates for brian to take over from Shawn
      Merge branch 'master' of git://github.com/ssoriche/test-output into carp-capture
      * Ignore stupid .DS_Store
      * bump version
      * Ignore CPANTS artefacts
      * for version 0.13
      * Add a null BINMODE handler
      * Distributions updates for binmode fix
      * bump version to 0.16, fix Test::Tester version dependency
      Merge branch 'master' of git at github.com:briandfoy/test-output
      * Disable warnings before untie-ing filehandles
      * We need a recent File::Temp withthe :seekable export tag.
      Update for META_MERGE features from chorny
      * for version 0.16_01
      * small doc fix in Test::Output::Tie NAME
      * Handle say in Test::Output::Tie
      Fix tests for Perl 5.13.6 regex stringification
      bump to dev version
      Don't test for prereqs, update perls list
      Disable say() test for now
      * for version 0.16_02
      Merge branch 'master' of git at github.com:briandfoy/test-output
      * Can we use File::Temp 0.17, which is a lower version?
      bump to next development version
      Don't track MYMETA.yml
      * for version 0.16_03
      bump version to a full release
      * for version 1.01
      Merge pull request #2 from dagolden/with-capture-tiny
      Bump version to Dev version
      * for version 1.01_01
      Remove the Tie module
      Remove the ::Tie module
      Require Capture::Tiny 0.17, since it's the current version
      Bump version
      Ignore MYMETA files
      * for version 1.01_02
      Merge pull request #3 from dsteinbrunner/patch-1
      Merge pull request #4 from okxchg/master
      Bump version
      Fix spelling errors
      Redo Tie so I can unmerge it
      Re-remove tie stuff
      Bump to stable release
      * for version 1.02
      Added /Users/brian/Dev/test-output/.travis.yml
      Use default MANIFEST.SKIP
      * for version 1.02_01
      Bump to stable release

ssoriche (68):
      Initial directory structure
      Initial code checkin
      Oops, shouldn't have checked it in
      oops, shouldn't have checked that in either
      Added stdout_is and stderr_is, plus tests
      Begining documentation
      Updated tests to cover documented code.
      Updated output_is() to to test both stderr and stdout.
      Updated from a typo
      Removed Test::Builder::Tester::Color from tests
      Adding Test::Tester to distribution for migration of tests
      Migration of tests from Test::Builder::Tester to Test::Tester
      Migrated tests to Test::Tester
      Initial checkin of TODO list
      Todo updated added updating output* diag messages
      Added methods for output_isnt, stderr_isnt, stdout_isnt
      Initial tests for output_isnt
      Updated POD for output_isnt to include setting $expected_stderr or $expected_stdout to undef
      Added test names
      Initial tests for stdout_isnt
      Updated diag for stdout_isnt
      Inital tests for stderr_isnt
      Update diag for stderr_isnt
      Unbundled Test::Tester and made it a prereq
      Forgot to remove Test::Tester from the MANIFEST
      Update Changes file with release date
      Create local branch to add regex support
      Added methods stderr_like and stderr_unlike
      Updated formating of diag output in stderr_unlike
      Little problem with svk and branches, this commit is to clean that up.
      Updated POD documentation for stderr_like and stderr_unlike
      Updated for changes thus far
      Added methods stdout_like and stdout_unlike
      Added stdout_like and stdout_unlike to @EXPORT
      Bug in stdout_unlike where it was pointing to STDERR for output
      Initial checkin of tests for stdout_like and stdout_unlike
      Updated POD for stdout_like and stdout_unlike
      Updated README file from default created by Module::Starter.
      Updated POD wording to match that in the README file. I liked that wording
      Added a test to output_isnt for printf to STDERR.
      Updated POD to be simpler and yet better descriptive. This is a mid
      Renamed _out,_err, and _errandout to stdout_from, stderr_from and output_from
      POD documentation revision phase save.
      Finished POD revisions
      Removed completed items
      Updated with current date for release 0.03.
      File isn't needed as I'm not using CVS
      r215 at Prowl:  ssoriche | 2005-02-25 22:53:02 -0500
      Updated with the release date
      r251 at Prowl:  ssoriche | 2005-03-04 16:31:52 -0500
      Update MANIFEST to include the output_like.t and output_unlike.t files.
      Updated to include the date of releasee. I wonder why I always forget this.
      Completed integration of David Wheeler's patch to allow code blocks and coderefs
      Updated version numbers and dates for release.
      Moving to make the depot cleaner.
      r374 at Prowl:  ssoriche | 2005-03-26 13:17:00 -0500
      Updated preparing for release 0.07.
      New version of Test::Tester causes a lot of warnings. Updated .t files to not cause warnings.
      Added use strict, and use warnings
      r1241 at Prowl:  ssoriche | 2005-11-09 16:55:24 -0500
      r1242 at Prowl:  ssoriche | 2005-11-09 16:56:12 -0500
      r1243 at Prowl:  ssoriche | 2005-11-09 16:57:24 -0500
      Updated documentation to reflect properly what's exported
      r1251 at Prowl:  ssoriche | 2006-07-18 15:05:28 -0400
      r1252 at Prowl:  ssoriche | 2006-07-18 15:05:29 -0400
      r1253 at Prowl:  ssoriche | 2006-07-18 15:05:30 -0400
      Updated with release date
      corrected spelling errors

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

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-output-perl.git



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