[libtest-synopsis-perl] branch master updated (5a060c8 -> 88890f8)

Salvatore Bonaccorso carnil at debian.org
Tue Jan 5 16:13:32 UTC 2016


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  5a060c8   Prepare changelog for release
      adds  42745a1   Auto-update by dzil
      adds  6976a94   Update contributors
      adds  84d5bf2   Compile separate chunks of synopsis code separately. Append " (section x)" to the output if using more than one section.
      adds  d26775f   Merge pull request #17 from turnstep/multichunk
      adds  58d4360   Release prep
      adds  c0e5421   Fix whitespace stuff
      adds  19ce331   More whitespace fixes
      adds  7ffd0a3   Fix failing t/09-* test
      adds  e560ba3   Imported Upstream version 0.13
       new  c1e176f   Merge tag 'upstream/0.13'
       new  d94135e   Update debian/changelog
       new  6e5dcfe   Update copyright years for upstream files
       new  31e0652   Update copyright years for debian/* packaging files
       new  88890f8   Update debian/changelog file

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                            |   3 +
 LICENSE                            |   6 +-
 MANIFEST                           |   3 +-
 META.json                          |  13 ++--
 META.yml                           |  11 ++-
 Makefile.PL                        |   2 +-
 README                             |   4 +-
 README.md                          |   5 +-
 debian/changelog                   |   8 +++
 debian/copyright                   |   4 +-
 dist.ini                           |   2 +
 lib/Test/Synopsis.pm               | 143 +++++++++++++++++++++++++------------
 t/01-fail-if-SYNOPSIS-has-errors.t |   1 +
 t/03-end-in-pod.t                  |   2 -
 t/04-HEREDOC.t                     |   2 -
 t/05-multi-chunks-clash.t          |  13 ++++
 t/05-multi-files-clash.t           |   3 +-
 t/07-nopod.t                       |   2 -
 t/08-plain-text-in-pod.t           |   4 +-
 t/09-synopsis.t                    |   2 -
 t/10-in-pod-skip.t                 |   2 -
 t/11-DATA-in-pod.t                 |   2 -
 t/lib/Test03.pm                    |   4 +-
 t/lib/Test03Other.pm               |   4 +-
 t/lib/Test04HEREDOC.pm             |   2 +-
 t/lib/Test10HEREDOC.pm             |   2 +-
 t/lib/Test10InPodSkipWithBegin.pm  |   2 +-
 t/lib/TestMultipleChunks.pm        |  35 +++++++++
 xt/author/eol.t                    |   4 +-
 xt/author/no-tabs.t                |   4 +-
 xt/author/pod-spell.t              |   4 ++
 xt/release/unused-vars.t           |  14 ----
 32 files changed, 201 insertions(+), 111 deletions(-)
 create mode 100644 t/05-multi-chunks-clash.t
 create mode 100644 t/lib/TestMultipleChunks.pm
 delete mode 100644 xt/release/unused-vars.t

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