[libmoosex-has-sugar-perl] branch master updated (4b7a4f0 -> a44c246)

gregor herrmann gregoa at debian.org
Wed Dec 25 18:27:22 UTC 2013


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

gregoa pushed a change to branch master
in repository libmoosex-has-sugar-perl.

      from  4b7a4f0   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  d3e44f8   Imported Upstream version 0.05070422
       new  54a592f   Merge tag 'upstream/0.05070422'
       new  a79653b   New upstream release.
       new  508c28d   Update years of copyright.
       new  e80455f   Update build dependencies.
       new  9559136   Declare compliance with Debian Policy 3.9.5.
       new  a44c246   releasing package libmoosex-has-sugar-perl version 0.05070422-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:
 .travis.yml                                      |  44 +++
 Build.PL                                         |  39 +-
 Changes                                          | 189 ++++++++-
 LICENSE                                          |   6 +-
 MANIFEST                                         |  17 +-
 META.json                                        | 475 +++++++++++++++++------
 META.yml                                         | 361 ++++++++++++-----
 README                                           |  38 +-
 debian/changelog                                 |  10 +-
 debian/control                                   |   7 +-
 debian/copyright                                 |   4 +-
 lib/MooseX/Has/Sugar.pm                          |  43 +-
 lib/MooseX/Has/Sugar/Minimal.pm                  |  21 +-
 lib/MooseX/Has/Sugar/Saccharin.pm                |  73 ++--
 maint-travis-ci/README.mkdn                      |  53 +++
 maint-travis-ci/before_script.pl                 |  31 ++
 maint-travis-ci/install_deps.pl                  |  67 ++++
 maint-travis-ci/lib/tools.pm                     | 173 +++++++++
 maint-travis-ci/merge_travis_yml.pl              |  31 ++
 maint-travis-ci/report_fail_ctx.pl               |  13 +
 maint-travis-ci/script.pl                        |  41 ++
 maint-travis-ci/sterilize_env.pl                 |  45 +++
 maint-travis-ci/sync_tree.pl                     |  27 ++
 maint-travis-ci/yamls/sterile.mkdn               |  54 +++
 maint-travis-ci/yamls/sterile.yaml               |  41 ++
 maint-travis-ci/yamls/sterile2.yaml              |  44 +++
 perlcritic.rc                                    |   2 +-
 t/00-compile.t                                   |  73 ----
 t/00-compile/lib_MooseX_Has_Sugar_Minimal_pm.t   |  11 +
 t/00-compile/lib_MooseX_Has_Sugar_Saccharin_pm.t |  11 +
 t/00-compile/lib_MooseX_Has_Sugar_pm.t           |  11 +
 t/000-report-versions-tiny.t                     |  18 +-
 t/lib/T10Saccharin/TestPackage.pm                |   1 -
 t/lib/T4Values/BDeclare.pm                       |   1 -
 t/lib/T4Values/TestCant.pm                       |   3 +-
 t/lib/T7AttrLazyBuild/TestPackage.pm             |   4 +-
 t/lib/T9Saccharin/TestPackage.pm                 |   4 +-
 weaver.ini                                       |   1 +
 xt/release/cpan-changes.t                        |  12 +-
 xt/release/kwalitee.t                            |   9 +-
 40 files changed, 1685 insertions(+), 423 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 maint-travis-ci/README.mkdn
 create mode 100644 maint-travis-ci/before_script.pl
 create mode 100644 maint-travis-ci/install_deps.pl
 create mode 100644 maint-travis-ci/lib/tools.pm
 create mode 100644 maint-travis-ci/merge_travis_yml.pl
 create mode 100644 maint-travis-ci/report_fail_ctx.pl
 create mode 100644 maint-travis-ci/script.pl
 create mode 100644 maint-travis-ci/sterilize_env.pl
 create mode 100755 maint-travis-ci/sync_tree.pl
 create mode 100644 maint-travis-ci/yamls/sterile.mkdn
 create mode 100644 maint-travis-ci/yamls/sterile.yaml
 create mode 100644 maint-travis-ci/yamls/sterile2.yaml
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-compile/lib_MooseX_Has_Sugar_Minimal_pm.t
 create mode 100644 t/00-compile/lib_MooseX_Has_Sugar_Saccharin_pm.t
 create mode 100644 t/00-compile/lib_MooseX_Has_Sugar_pm.t

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



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