[libtest-synopsis-perl] branch master updated (3e89c8c -> ab5ac45)

Salvatore Bonaccorso carnil at debian.org
Mon Oct 6 15:52:43 UTC 2014


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

carnil pushed a change to branch master
in repository libtest-synopsis-perl.

      from  3e89c8c   update changelog
       new  f2ed22b   Add debian/upstream/metadata
       new  59cac45   Update debian/changelog
      adds  cd970cf   initial import
      adds  4420361   misc POD fix
      adds  c15055c   more docs
      adds  fda3317   support =for test_synopsis to add no strict 'vars' etc.
      adds  a59dbce   added t/for.t
      adds  ef407ac   more SEE ALSO
      adds  0c4fb49   wrap the code in sandbox env so variables won't interfere
      adds  ac06446   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  6e96d46   add line number and filenames. gfx++ lestrrat++
      adds  a02a477   make Tester a closure
      adds  3e61144   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  ab90de6   fixed a doc bug
      adds  1f44258   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  d4f5d92   use Module::Install::Repository
      adds  cede933   use Test::Builder::Module
      adds  24d03fe   Don't warn in tr/// if there is no pod at all
      adds  b976166   releng
      adds  01de893   Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      adds  195ffce   remove NoPod pm from lib so it won't be installed.
      adds  1751f9f   releng
      adds  0bf8ee3   Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      adds  ac7bf6f   credit
      adds  1b5c110   skip_all when there are no files in lib to test
      adds  11eb984   Merge pull request #3 from doherty/skip_all_on_empty_lib
      adds  22d110f   Updates docs to clarify that BEGIN{} and  blocks WILL be run
      adds  2409b46   Merge pull request #5 from zoffixznet/fix/Docs-BEGIN-RUN
      adds  f9c72b2   Fixes the problem when SYNOPSIS contains __END__
      adds  4095478   Merge pull request #6 from zoffixznet/fix/__END__
      adds  1d50d74   Fixes RT#84863: Unindented text isn't code; needs to be ignored
      adds  152b4f2   Merge pull request #7 from zoffixznet/fix/RT84863/FreeText
      adds  e531ae0   Converted to dzil to automate everything and auto-add a bunch of extra files and tests
      adds  45adba1   Made all the newly added tests to pass
      adds  dc8d8db   Fixes RT#53192 (missing copyright in POD)
      adds  8e38ec4   Implements RT#51535 (optionally show all the code that was tested)
      adds  b370f54   Documented synopsis_ok()
      adds  d2e7af7   Fixes RT#51534 (end =for at blank line); Added CONTRIBUTORS section
      adds  6dcc45d   Fixed tests failing due to the last change
      adds  9f17472   Added t/01-fail-if-SYNOPSIS-has-errors.t
      adds  b178a67   Added t/02-END-token-errors.t
      adds  d114b54   Fixes RT#76856 and provides regression test for it
      adds  b7888ce   Added order to tests to satisfy my OCD
      adds  6f5dc95   Fixed RT#69438 (failure with HEREDOCS)
      adds  56ea1f6   Fixes RT#54731 (conditional skip test from within the POD)
      adds  3d7fc3b   Made POD-skip check more specific
      adds  6ae80a2   Prerelease
      adds  a14e262   Prerelease
      adds  6beea60   Merge pull request #8 from miyagawa/zoffix/fix-all-RT-bugs
      adds  219c7b3   Reorder Git plugins to tag BEFORE pushing release to git
      adds  57f2a13   Fixed a small omission in the CAVEATS
      adds  314ba5f   Fixed slightly incorrect URLs for the Git repo/Bug tracker
      adds  0d13bd7   Fixed up Git plugins to tag and push in proper order
      adds  ae70813   Fixes #9 (Test::Builder version in prereqs too low)
      adds  8d60d7b   Added proper handling of __DATA__ blocks
      adds  38697e0   Fixed tests that leaked warnings into the test outputs (possibly confusing the user)
      adds  e538167   Prerelease
      adds  254b54e   Fixes #9
      adds  067d203   Fixes POD errors for Kwalitee
      adds  5946116   Reverted the change of renaming extract_synopsis() to _extract_synopsis(), as it appears some distros have used undocumented extract_synopsis() in their user tests, and the change is causing their distros to fail
      adds  3f0f807   Addressed Issue #10 in the CAVEATS
      adds  8b1eded   Fixes #11 (broken tests on newer perls)
      adds  751c6a6   Release 0.11
      adds  d92c9e1   Imported Upstream version 0.11
       new  71d542d   Merge tag 'upstream/0.11'
       new  5746668   Update debian/changelog
       new  d4b4021   Update copyright years for debian/* packaging
       new  178a0e6   Mark package as autopkgtest-able
       new  8a3369b   Declare compliance with Debian Policy 3.9.6
       new  ab5ac45   Prepare changelog for release

The 8 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                           |   2 +-
 META.yml                           | 186 +++++++++++++++++++++++++------------
 Makefile.PL                        |   9 +-
 README                             |   4 +-
 README.md                          |  20 ++--
 debian/changelog                   |   9 +-
 debian/control                     |   3 +-
 debian/copyright                   |   2 +-
 debian/upstream/metadata           |   6 ++
 lib/Test/Synopsis.pm               |  10 +-
 t/00-compile.t                     |   4 +-
 t/01-fail-if-SYNOPSIS-has-errors.t |   9 +-
 t/02-END-token-errors.t            |   9 +-
 t/12-DATA-token-errors.t           |   9 +-
 xt/author/pod-spell.t              |   2 +-
 xt/author/test-eol.t               |   2 +-
 xt/release/distmeta.t              |   4 +-
 xt/release/kwalitee.t              |  12 +--
 xt/release/no-tabs.t               |  29 +++++-
 xt/release/pod-coverage.t          |  11 +--
 xt/release/pod-syntax.t            |   4 +-
 xt/release/synopsis.t              |   5 +-
 xt/release/unused-vars.t           |  14 ++-
 24 files changed, 249 insertions(+), 121 deletions(-)
 create mode 100644 debian/upstream/metadata

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



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