[libtest-without-module-perl] branch master updated (9188e0b -> 3652c5a)

gregor herrmann gregoa at debian.org
Sat Jul 8 14:35:54 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest-without-module-perl.

      from  9188e0b   update changelog
      adds  5d4deb6   Initial import into git. The CVS history has been lost in time.
      adds  04b629c   avoid using regexes in @INC hook
      adds  b7173df   Update MANIFEST, META
      adds  472c67f   Update documentation, add bugtracker, repo and support forum
      adds  c91f6c4   document changes
      adds  72d9a4a   only add @INC hook once
      adds  44af43f   Document changes
      adds  92e4e36   Update Makefile.PL
      adds  4cb8876   Regenerate META.*
      adds  ef70435   Fix case of MANIFEST.SKIP
      adds  88b9753   Bump version
      adds  657873b   Unix newlines for MANIFEST
      adds  5aa1ec8   Actually add META.* to distribution
      adds  5b54961   Fix file permissions of MANIFEST
      adds  bee9fd9   updated github link from http to https
      adds  cbe9b2a   Upgrade Makefile.PL
      adds  b647c54   Add README.mkdn, regenerate README
      adds  074afde   test case for missing and hidden modules
      adds  8530c9d   Eliminate %fake_modules, switch to croak() instead of faking
      adds  d6b46ff   Bump version
      adds  365dbaa   Carp is a prerequisite
      adds  15719a9   Update MANIFEST
      adds  c5afcb7   Fix module name typo in documentation
      adds  85e10b9   Fix test fails on older Perls
      adds  8befdc4   Update changes
      adds  c5a73c1   Move author tests below xt/
      adds  9f3fd7f   Bump version
      adds  4fbd4ca   Clean up MANIFEST
      adds  3ecf486   Regenerate META.*
      adds  aeef4c3   New upstream version 0.20
       new  2b9a774   Updated version 0.20 from 'upstream/0.20'
       new  b4b4542   Update debian/changelog
       new  ac2461e   Update debian/upstream/metadata.
       new  f766c95   Add /me to Uploaders.
       new  bdbf743   Drop unneeded build dependencies.
       new  bed0af0   Declare compliance with Debian Policy 4.0.0.
       new  78d5516   Bump debhelper compatibility level to 9.
       new  3652c5a   releasing package libtest-without-module-perl version 0.20-1

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                       | 12 ++++++
 MANIFEST                      | 16 +++++---
 META.json                     | 34 +++++++---------
 META.yml                      | 25 ++++++------
 Makefile.PL                   | 81 +++++++++++++++++++++++++++++++------
 README                        | 94 +++++++++++++++++++++++++++++++++++++++----
 README.mkdn                   | 91 +++++++++++++++++++++++++++++++++++++++++
 Texts/article.txt             |  6 +--
 debian/changelog              | 19 +++++----
 debian/compat                 |  2 +-
 debian/control                |  9 ++---
 debian/copyright              |  5 ++-
 debian/upstream/metadata      |  3 +-
 lib/Test/Without/Module.pm    | 24 +++++------
 t/02-block-use-module.t       |  2 +-
 t/03-block-require-module.t   |  2 +-
 t/06-missing-hidden-modules.t | 32 +++++++++++++++
 xt/99-changes.t               | 32 +++++++++++++++
 xt/99-compile.t               | 43 ++++++++++++++++++++
 {t => xt}/99-manifest.t       | 13 +++++-
 {t => xt}/99-pod.t            |  2 +-
 xt/99-synopsis.t              | 64 +++++++++++++++++++++++++++++
 {t => xt}/99-todo.t           | 23 ++++++-----
 {t => xt}/99-unix-text.t      |  4 +-
 {t => xt}/99-versions.t       |  2 +
 xt/meta-lint.t                | 38 +++++++++++++++++
 26 files changed, 572 insertions(+), 106 deletions(-)
 create mode 100644 README.mkdn
 create mode 100644 t/06-missing-hidden-modules.t
 create mode 100644 xt/99-changes.t
 create mode 100644 xt/99-compile.t
 rename {t => xt}/99-manifest.t (55%)
 mode change 100755 => 100644
 rename {t => xt}/99-pod.t (93%)
 mode change 100755 => 100644
 create mode 100644 xt/99-synopsis.t
 rename {t => xt}/99-todo.t (59%)
 mode change 100755 => 100644
 rename {t => xt}/99-unix-text.t (93%)
 mode change 100755 => 100644
 rename {t => xt}/99-versions.t (91%)
 mode change 100755 => 100644
 create mode 100644 xt/meta-lint.t

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



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