[libtest-compile-perl] branch master updated (9fc23cd -> acf60d6)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Oct 6 17:34:22 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libtest-compile-perl.

      from  9fc23cd   prepare changelog for release
      adds  e351aad   Remove the 'use 5.6.2' from the modules
      adds  17c1842   Spellcheck
      adds  2967009   Update copyright year...
      adds  479abd4   Move xt/author tests into the main testing directory.
      adds  12b2f1b   Only run the extra tests when we definately want them run.
      adds  2e54797   Whitespace: remove trailing whitespace & add spaces after commas
      adds  cbca102   Finally, document the deprecation of the procudural functions
      adds  b820a94   Correct the call to all_synopsis_ok()
      adds  b04c010   [CPAN RT 104614] Protect against strange PERL5LIB
      adds  6bd4549   Release engineering for 1.3 release
      adds  f9c8670   Imported Upstream version 1.3.0
       new  c1f9bd9   Merge tag 'upstream/1.3.0'
       new  5bc16f4   Update debian/changelog
       new  860151d   Bump debhelper compatibility level to 9
       new  bf9a30f   Update year of upstream copyright
       new  c83f24b   Add libtest-warnings-perl as build dependency. Used in some tests.
       new  acf60d6   Releasing libtest-compile-perl version 1.3.0-1

The 6 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                          |  9 +++++-
 MANIFEST                         | 16 +++++-----
 META.json                        | 14 ++++-----
 META.yml                         | 18 +++++------
 Makefile.PL                      | 14 ++++-----
 README                           |  4 +--
 debian/changelog                 | 10 ++++++
 debian/compat                    |  2 +-
 debian/control                   |  3 +-
 debian/copyright                 |  7 +++--
 lib/Test/Compile.pm              | 30 +++++++++++-------
 lib/Test/Compile/Internal.pm     | 67 ++++++++++++++++++++--------------------
 t/100-internal-verbose.t         |  4 +--
 t/999-has-version.t              | 13 ++++++++
 t/999-perlcritic.t               | 22 +++++++++++++
 t/999-pod-coverage.t             | 15 +++++++++
 t/999-pod.t                      | 13 ++++++++
 t/999-portability.t              | 13 ++++++++
 t/999-synopsis.t                 | 13 ++++++++
 t/999-version.t                  | 14 +++++++++
 {xt/author => t}/perlcriticrc    |  0
 xt/author/01_perl_critic.t       | 17 ----------
 xt/author/02_pod.t               |  9 ------
 xt/author/04_pod_coverage.t      | 14 ---------
 xt/author/07_portability_files.t | 13 --------
 xt/author/08_synopsis.t          |  9 ------
 xt/author/10_has_version.t       |  9 ------
 xt/author/99-version.t           |  6 ----
 28 files changed, 215 insertions(+), 163 deletions(-)
 create mode 100644 t/999-has-version.t
 create mode 100644 t/999-perlcritic.t
 create mode 100644 t/999-pod-coverage.t
 create mode 100644 t/999-pod.t
 create mode 100644 t/999-portability.t
 create mode 100644 t/999-synopsis.t
 create mode 100644 t/999-version.t
 rename {xt/author => t}/perlcriticrc (100%)
 delete mode 100644 xt/author/01_perl_critic.t
 delete mode 100644 xt/author/02_pod.t
 delete mode 100644 xt/author/04_pod_coverage.t
 delete mode 100644 xt/author/07_portability_files.t
 delete mode 100644 xt/author/08_synopsis.t
 delete mode 100644 xt/author/10_has_version.t
 delete mode 100644 xt/author/99-version.t

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



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