[libmoosex-role-withoverloading-perl] branch master updated (e125e04 -> 72625ce)

gregor herrmann gregoa at debian.org
Sat Sep 21 19:45:07 UTC 2013


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

gregoa pushed a change to branch master
in repository libmoosex-role-withoverloading-perl.

      from  e125e04   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  4ca0bfa   Imported Upstream version 0.13
       new  bef3cb8   Merge tag 'upstream/0.13'
       new  3fef608   New upstream release.
       new  6283ea0   Use debhelper 9.20120312 to get all hardening flags.
       new  ce179cb   Update (build) dependencies.
       new  5bcd7b5   Update years of upstream copyright.
       new  1257d8b   Declare compliance with Debian Policy 3.9.4.
       new  72625ce   releasing package libmoosex-role-withoverloading-perl version 0.13-1

The 7 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                                            |   60 ++--
 INSTALL                                            |   44 +++
 LICENSE                                            |   28 +-
 MANIFEST                                           |   11 +
 META.json                                          |  307 +++++++++++++++++---
 META.yml                                           |  242 ++++++++++++---
 Makefile.PL                                        |   50 ++--
 README                                             |    4 +-
 debian/changelog                                   |   18 +-
 debian/compat                                      |    2 +-
 debian/control                                     |   21 +-
 debian/copyright                                   |    2 +-
 dist.ini                                           |   77 ++++-
 lib/MooseX/Role/WithOverloading.pm                 |   11 +-
 lib/MooseX/Role/WithOverloading/Meta/Role.pm       |    8 +-
 .../Role/WithOverloading/Meta/Role/Application.pm  |   16 +-
 .../Meta/Role/Application/Composite.pm             |    8 +-
 .../Meta/Role/Application/Composite/ToClass.pm     |    8 +-
 .../Meta/Role/Application/Composite/ToInstance.pm  |    8 +-
 .../Meta/Role/Application/Composite/ToRole.pm      |    8 +-
 .../Meta/Role/Application/FixOverloadedRefs.pm     |    8 +-
 .../Meta/Role/Application/ToClass.pm               |    8 +-
 .../Meta/Role/Application/ToInstance.pm            |    8 +-
 .../Meta/Role/Application/ToRole.pm                |   31 +-
 .../Role/WithOverloading/Meta/Role/Composite.pm    |    8 +-
 t/00-check-deps.t                                  |   11 +
 t/00-compile.t                                     |   73 +++++
 t/combine_to_class.t                               |    8 +-
 t/combine_to_instance.t                            |    8 +-
 t/combine_to_role.t                                |    8 +-
 t/release-changes_has_content.t                    |   48 +++
 t/{release-pod-syntax.t => release-cpan-changes.t} |   10 +-
 t/{release-pod-syntax.t => release-distmeta.t}     |    8 +-
 ...ease-pod-syntax.t => release-minimum-version.t} |    9 +-
 t/release-pod-linkcheck.t                          |   28 ++
 t/release-pod-no404s.t                             |   29 ++
 t/release-test-version.t                           |   30 ++
 t/remove_attributes_bug.t                          |   40 +++
 t/to_class.t                                       |    8 +-
 t/to_instance.t                                    |    8 +-
 t/to_role.t                                        |    8 +-
 41 files changed, 1059 insertions(+), 271 deletions(-)
 create mode 100644 INSTALL
 create mode 100644 t/00-check-deps.t
 create mode 100644 t/00-compile.t
 create mode 100644 t/release-changes_has_content.t
 copy t/{release-pod-syntax.t => release-cpan-changes.t} (58%)
 copy t/{release-pod-syntax.t => release-distmeta.t} (60%)
 copy t/{release-pod-syntax.t => release-minimum-version.t} (53%)
 create mode 100644 t/release-pod-linkcheck.t
 create mode 100644 t/release-pod-no404s.t
 create mode 100644 t/release-test-version.t
 create mode 100644 t/remove_attributes_bug.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-role-withoverloading-perl.git



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