[libclass-insideout-perl] branch master updated (e36c493 -> 0908baf)

Damyan Ivanov dmn at moszumanska.debian.org
Tue Oct 31 19:56:57 UTC 2017


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

dmn pushed a change to branch master
in repository libclass-insideout-perl.

      from  e36c493   update changelog
      adds  7d42cef   New upstream version 1.14
       new  a0c3f39   Update upstream source from tag 'upstream/1.14'
       new  7efdcaf   bump debhelper compatibility level to 9
       new  1e1b6b3   declare conformance with Policy 4.1.1 (no changes needed)
       new  0908baf   releasing package libclass-insideout-perl version 1.14-1

The 4 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:
 CONTRIBUTING                            |  50 -------
 CONTRIBUTING.mkdn                       | 100 ++++++++++++++
 Changes                                 |   6 +
 MANIFEST                                |  15 ++-
 META.json                               |  56 +++++---
 META.yml                                |  62 ++++-----
 Makefile.PL                             |  69 +++++-----
 README                                  |   4 +-
 cpanfile                                |  57 ++++++++
 debian/changelog                        |  11 +-
 debian/compat                           |   2 +-
 debian/control                          |   4 +-
 dist.ini                                |   7 +-
 lib/Class/InsideOut.pm                  |  11 +-
 lib/Class/InsideOut/Manual/About.pod    |  18 +--
 lib/Class/InsideOut/Manual/Advanced.pod |  18 +--
 perlcritic.rc                           |   3 +
 t/00-compile.t                          |  74 -----------
 t/00-report-prereqs.dd                  |  67 ++++++++++
 t/00-report-prereqs.t                   | 224 +++++++++++++++++++++++---------
 t/01_load.t                             |   1 +
 t/02_register.t                         |   1 +
 t/03_properties.t                       |   1 +
 t/04_threaded.t                         |   1 +
 t/05_forking.t                          |   1 +
 t/06_export_ok.t                        |   1 +
 t/07_synopsis_obj.t                     |   1 +
 t/08_DEMOLISH.t                         |   1 +
 t/09_foreign.t                          |   1 +
 t/10_storable_values.t                  |   1 +
 t/11_storable_refs.t                    |   1 +
 t/12_storable_hooks.t                   |   1 +
 t/13_options.t                          |   1 +
 t/14_accessor_hooks.t                   |   1 +
 t/15_no_weaken_fallback.t               |   1 +
 t/16_property_argument_checking.t       |   1 +
 t/17_option_argument_checking.t         |   1 +
 t/18_register_argument_checking.t       |   1 +
 t/19_storable_singleton.t               |   1 +
 t/20_storable_singleton_error.t         |   1 +
 t/21_optional_new.t                     |   1 +
 t/22_readonly.t                         |   1 +
 t/23_accessor_hooks_blessed.t           |   1 +
 t/24_accessor_hooks_overloaded.t        |   1 +
 t/25_accessor_hooks_typetiny.t          |   1 +
 xt/author/00-compile.t                  |  63 +++++++++
 xt/author/pod-coverage.t                |   7 +
 xt/author/pod-spell.t                   |  29 +++--
 xt/author/pod-syntax.t                  |   7 +
 xt/{release => author}/portability.t    |   2 -
 xt/{release => author}/test-version.t   |  13 +-
 xt/release/distmeta.t                   |   5 +-
 xt/release/pod-coverage.t               |  13 --
 xt/release/pod-syntax.t                 |   7 -
 54 files changed, 664 insertions(+), 365 deletions(-)
 delete mode 100644 CONTRIBUTING
 create mode 100644 CONTRIBUTING.mkdn
 create mode 100644 cpanfile
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-syntax.t
 rename xt/{release => author}/portability.t (96%)
 rename xt/{release => author}/test-version.t (54%)
 delete mode 100644 xt/release/pod-coverage.t
 delete mode 100644 xt/release/pod-syntax.t

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



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