[libtest-output-perl] branch master updated (b5c3ade -> 29db7f1)

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


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

fsfs pushed a change to branch master
in repository libtest-output-perl.

      from  b5c3ade   Remove trailing whitespace
      adds  40a3f38   Initial directory structure
      adds  78b5158   Initial code checkin
      adds  16ef16b   Oops, shouldn't have checked it in
      adds  fbbd78d   oops, shouldn't have checked that in either
      adds  91d4f54   Added stdout_is and stderr_is, plus tests
      adds  17c3cc1   Begining documentation
      adds  886969c   Updated tests to cover documented code. Added entry to Changes. Updated documentation.
      adds  10508a1   Updated output_is() to to test both stderr and stdout. Updated documentation and testing to support the changes. Added test files to MANIFEST
      adds  2cc4f4e   Updated from a typo
      adds  b695305   Removed Test::Builder::Tester::Color from tests Removed dependency on Filehandle.pm
      adds  de5457a   Adding Test::Tester to distribution for migration of tests
      adds  d559e7e   Migration of tests from Test::Builder::Tester to Test::Tester
      adds  da5c92e   Migrated tests to Test::Tester
      adds  f756f46   Initial checkin of TODO list
      adds  2dc90d6   Todo updated added updating output* diag messages
      adds  e5b78c7   Added methods for output_isnt, stderr_isnt, stdout_isnt
      adds  a89c0cc   Initial tests for output_isnt
      adds  a0037da   Updated POD for output_isnt to include setting $expected_stderr or $expected_stdout to undef
      adds  e4ed00b   Added test names
      adds  b48c1f0   Initial tests for stdout_isnt
      adds  e77533a   Updated diag for stdout_isnt
      adds  6a77281   Inital tests for stderr_isnt
      adds  1110b7c   Update diag for stderr_isnt
      adds  d6132a4   Unbundled Test::Tester and made it a prereq Ensured all tests have descriptions
      adds  a90dc28   Forgot to remove Test::Tester from the MANIFEST
      adds  fabe9c1   Update Changes file with release date
      adds  5a091b1   Create local branch to add regex support
      adds  5de3e9b   Added methods stderr_like and stderr_unlike Added tests for stderr_like
      adds  6e694ee   Updated formating of diag output in stderr_unlike Initial checkin of stderr_unlike test code
      adds  a0bb6d9   Little problem with svk and branches, this commit is to clean that up. Incase the records didn't make it in: Added methods stderr_like and stderr_unlike plus required tests.
      adds  e062746   Updated POD documentation for stderr_like and stderr_unlike
      adds  458c34d   Updated for changes thus far
      adds  238324f   Added methods stdout_like and stdout_unlike
      adds  d952805   Added stdout_like and stdout_unlike to @EXPORT
      adds  37cba35   Bug in stdout_unlike where it was pointing to STDERR for output
      adds  05eab08   Initial checkin of tests for stdout_like and stdout_unlike Updated MANIFEST for new test files
      adds  a3490c0   Updated POD for stdout_like and stdout_unlike
      adds  cdba5a3   Updated README file from default created by Module::Starter. Changes updated to reflect this change.
      adds  3d860ea   Updated POD wording to match that in the README file. I liked that wording better.
      adds  e97fa21   Added a test to output_isnt for printf to STDERR. Updated output_* tests so that if either $expected_stdout or $expected_stderr are undef, make sure there's no output to them.
      adds  234ffdc   Updated POD to be simpler and yet better descriptive. This is a mid checkin during editting.
      adds  2243671   Renamed _out,_err, and _errandout to stdout_from, stderr_from and output_from respectively.
      adds  f14aeeb   POD documentation revision phase save.
      adds  e1a85ae   Finished POD revisions
      adds  9638890   Removed completed items
      adds  94b5d95   Updated with current date for release 0.03.
      adds  c7bb4c8   File isn't needed as I'm not using CVS
      adds  08bc54e    r215 at Prowl:  ssoriche | 2005-02-25 22:53:02 -0500  Create local branch to add output_like and unlike  r216 at Prowl:  ssoriche | 2005-02-25 22:58:25 -0500  Moved output_from stderr_from and stdout_from out of @EXPORT and into @EXPORT_OK.  r217 at Prowl:  ssoriche | 2005-02-25 23:25:17 -0500  Moved regex testing out of each like/unlike method and into it's own routine  r218 at Prowl:  ssoriche | 2005-02-26 00:00:23 -0500  changed _chkregex to accept a hash of regexs. This hel [...]
      adds  09684f9   Updated with the release date
      adds  b7ac674    r251 at Prowl:  ssoriche | 2005-03-04 16:31:52 -0500  Creating local copy to add chromatic's patch  r252 at Prowl:  ssoriche | 2005-03-04 16:47:58 -0500  Applied the patch received from chromatic  r253 at Prowl:  ssoriche | 2005-03-04 17:11:06 -0500  Updated Changes file to reflect what's changed.  fixed a bug in stdout_unlike where it didn't test success.  r254 at Prowl:  ssoriche | 2005-03-04 17:15:31 -0500  Added diag tests to successful tests to make sure nothing is outpute [...]
      adds  af63a54   Update MANIFEST to include the output_like.t and output_unlike.t files.
      adds  993e092   Updated to include the date of releasee. I wonder why I always forget this.
      adds  74d1378    Completed integration of David Wheeler's patch to allow code blocks and coderefs
      adds  bbf21d9   Updated version numbers and dates for release.
      adds  b0dde42   Moving to make the depot cleaner.
      adds  0a358da    r374 at Prowl:  ssoriche | 2005-03-26 13:17:00 -0500  Local branch to create combined methods and tests.  r375 at Prowl:  ssoriche | 2005-03-26 13:34:30 -0500  Initial checkin of tests for combined_is.t  r376 at Prowl:  ssoriche | 2005-03-26 13:35:19 -0500  Added ability to paass an existing object to TIEHANDLE to combine outputs.  r377 at Prowl:  ssoriche | 2005-03-26 13:35:54 -0500  Initial checkin of combined_from and combined_is.  r378 at Prowl:  ssoriche | 2005-03-26 13:39:18 [...]
      adds  e298e33   Updated preparing for release 0.07.
      adds  e55d77e   New version of Test::Tester causes a lot of warnings. Updated .t files to not cause warnings. Preparing for 0.08 release.
      adds  89d3dd0   Added use strict, and use warnings
      adds  56b31af    r1241 at Prowl:  ssoriche | 2005-11-09 16:55:24 -0500  Added patch from neildp to fix tests with new Test::Tester.
      adds  1712154    r1242 at Prowl:  ssoriche | 2005-11-09 16:56:12 -0500  Added a use Test::Tester in an eval statement at the begining of the program so as to not get a warning.  Updated the required version of Test::Tester to 0.103
      adds  0b55fe1    r1243 at Prowl:  ssoriche | 2005-11-09 16:57:24 -0500  Updated version number to 0.09 preparing for release.
      adds  6020b18   Updated documentation to reflect properly what's exported
      adds  36ae0df    r1251 at Prowl:  ssoriche | 2006-07-18 15:05:28 -0400   r1248 at Prowl:  ssoriche | 2006-07-17 10:30:03 -0400    r1247 at Prowl (orig r73):  ssoriche | 2006-06-12 21:57:49 -0400    Updated documentation to reflect properly what's exported
      adds  09cd601    r1252 at Prowl:  ssoriche | 2006-07-18 15:05:29 -0400   r1249 at Prowl:  ssoriche | 2006-07-17 11:20:35 -0400   Migrated to Sub::Exporter rather than Exporter
      adds  8e4579e    r1253 at Prowl:  ssoriche | 2006-07-18 15:05:30 -0400   r1250 at Prowl:  ssoriche | 2006-07-17 22:51:55 -0400   Moved around documentation, leaving most sought after docs up top   Added export groups for output and combined
      adds  b307254   Updated with release date
      adds  4227ec9   corrected spelling errors
      adds  e98ce4d   * Add a test to check that stderr_from can catch output from carp. Apparently, under 5.6, warn does not send its output through STDERR so stderr_from can't capture it. This works fine under 5.8 and later.
      adds  649b3a6   * Install __WARN__ handler if the Perl version is less than 5.008. This fixes the problem of Perl 5.6's warn bypassing STDERR, which meant that stderr_from couldn't capture it.
      adds  de351d7   * minor updates for brian to take over from Shawn
      adds  f150967   patch from bdf: proper handling of stderr under perl 5.6 with tests
      adds  7d57ee7   initial checkin
      adds  67c2e45   MANIFEST automatically rebuilt added MANIFEST.SKIP
      adds  39276ad   Updated with latest changes
      adds  07b5853   added link to github repository changed email address
      adds  cb08009   updated MANIFEST added more skip items
      adds  c61da78   removed META.yml
      adds  fa2f98c   changed to ignore the correct module name
      adds  39347ee   * for version 0.11
      adds  58edbb7   * for version 0.11
      adds  a184427   * for version 0.11
      adds  96e435a   cleared out changes created by Module::Release
      adds  0f90bb3   incremented version number for rebundling without OS X extended attributes
      adds  f7f524a   * for version 0.12
      adds  5642607   Merge branch 'master' of git://github.com/ssoriche/test-output into carp-capture
      adds  29bf146   * Ignore stupid .DS_Store
      adds  a475617   * bump version
      adds  41d0490   * Ignore CPANTS artefacts
      adds  036ad44   * for version 0.13
      adds  26c3b2e   * bump version to 0.16, fix Test::Tester version dependency
      adds  3de574a   * Add a null BINMODE handler
      adds  e09f373   * Distributions updates for binmode fix
      adds  1c27b73   Merge branch 'master' of git at github.com:briandfoy/test-output
      adds  789abb7   * Disable warnings before untie-ing filehandles
      adds  3229a13   * We need a recent File::Temp withthe :seekable export tag.
      adds  4e8fea8   fix missing comas in docs
      adds  574c841   better Makefile.PL
      adds  5e9671c   Update for META_MERGE features from chorny
      adds  c02bdf7   * for version 0.16_01
      adds  176a0d3   * small doc fix in Test::Output::Tie NAME
      adds  1d37ff4   * Handle say in Test::Output::Tie
      adds  fbcadbf   Fix tests for Perl 5.13.6 regex stringification
      adds  4a1b0bd   bump to dev version
      adds  da42ad5   Don't test for prereqs, update perls list
      adds  1a677aa   Disable say() test for now
      adds  7ea53b9   * for version 0.16_02
      adds  dedfe52   Fix a problem with join()
      adds  c6976c6   Merge branch 'master' of git at github.com:briandfoy/test-output
      adds  42505f3   * Can we use File::Temp 0.17, which is a lower version?
      adds  282cc40   bump to next development version
      adds  89c204d   Don't track MYMETA.yml
      adds  718d590   * for version 0.16_03
      adds  491ca62   bump version to a full release
      adds  827e384   * for version 1.01
      adds  4dfc613   Replace Test::Output::Tie with Capture::Tiny
      adds  fb7522d   Merge pull request #2 from dagolden/with-capture-tiny
      adds  f5f83e6   Bump version to Dev version
      adds  0aa9561   * for version 1.01_01
      adds  4435e8b   Remove the Tie module
      adds  a4addc8   Remove the ::Tie module
      adds  07a0f83   Require Capture::Tiny 0.17, since it's the current version
      adds  651344e   Bump version
      adds  b4fcfcd   Ignore MYMETA files
      adds  5c03ad0   * for version 1.01_02
      adds  41de67f   Bump version
      adds  9531029   Fix spelling errors
      adds  2bd9865   typo fixes
      adds  0b65e21   Merge pull request #3 from dsteinbrunner/patch-1
      adds  defe1da   Support close.
      adds  07377dd   Merge pull request #4 from okxchg/master
      adds  d11046b   Redo Tie so I can unmerge it
      adds  2b316e7   Re-remove tie stuff
      adds  45052c1   Bump to stable release
      adds  2e82feb   * for version 1.02
      adds  cb18e74   Added /Users/brian/Dev/test-output/.travis.yml
      adds  1ca8c18   Use default MANIFEST.SKIP
      adds  7decafa   * for version 1.02_01
      adds  7f5ca20   Bump to stable release
      adds  21864b1   Imported Upstream version 1.03
       new  b223fb1   Merge tag 'upstream/1.03'
       new  7057b32   Import Upstream version 1.03
       new  1cdae6f   Add upstream-repo URL to Source field
       new  0afb3f6   Declare compliance with Debian Policy 3.9.5
       new  29db7f1   update changelog / IGNORE no code changes

The 5 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            |  6 ++++++
 MANIFEST           |  4 +---
 MANIFEST.SKIP      | 40 ++++++++++++++++++++++++++++++--------
 META.json          |  2 +-
 META.yml           |  2 +-
 MYMETA.json        | 56 ------------------------------------------------------
 TODO               | 10 ----------
 debian/changelog   | 11 +++++++++++
 debian/control     |  2 +-
 debian/copyright   |  1 +
 lib/Test/Output.pm |  6 +++---
 11 files changed, 57 insertions(+), 83 deletions(-)
 delete mode 100644 MYMETA.json
 delete mode 100644 TODO

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