[libpath-finddev-perl] branch master updated (b746616 -> c1a3a70)

Florian Schlichting fsfs at moszumanska.debian.org
Wed Mar 5 20:55:40 UTC 2014


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

fsfs pushed a change to branch master
in repository libpath-finddev-perl.

      from  b746616   update changelog, still IGNOREd
      adds  feec06d   Imported Upstream version 0.5.0
       new  fc7d686   Merge tag 'upstream/0.5.0'
       new  ee08ded   Imported Upstream version 0.5.0
       new  37f00bd   Drop build-dependency on M::B, version for Path::Tiny (no older version in the archive)
       new  e14a660   Bump copyright years
       new  c1a3a70   prepare changelog for release

The 5 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                                |   6 +
 Build.PL                                   |  65 ----
 Changes                                    | 176 ++++------
 Changes.deps                               | 102 ++++++
 Changes.deps.all                           | 199 +++++++++++
 Changes.deps.dev                           | 108 ++++++
 LICENSE                                    |   8 +-
 MANIFEST                                   |  20 +-
 META.json                                  | 495 ++++++++++++++++-----------
 META.yml                                   | 514 +++++++++++++++++------------
 Makefile.PL                                |  82 +++++
 README                                     |   4 +-
 debian/changelog                           |  14 +-
 debian/control                             |   3 +-
 debian/copyright                           |   4 +-
 dist.ini                                   |   4 +-
 lib/Path/FindDev.pm                        | 112 ++++++-
 lib/Path/FindDev/Object.pm                 | 145 +++++++-
 maint-travis-ci/.gitrepo                   |  11 +
 .perltidyrc => maint-travis-ci/.perltidyrc |   0
 maint-travis-ci/branch_reset.pl            |  51 +++
 maint-travis-ci/create_github_repo.pl      |  38 +++
 maint-travis-ci/install_deps.pl            |  24 +-
 maint-travis-ci/install_deps_early.pl      |  47 +++
 maint-travis-ci/lib/tools.pm               |  43 ++-
 maint-travis-ci/report_fail_ctx.pl         |   4 +-
 maint-travis-ci/script.pl                  |  12 +-
 maint-travis-ci/sterilize_env.pl           |  22 --
 maint-travis-ci/sync_tree.pl               |  60 +++-
 maint-travis-ci/travis_enable.pl           |  88 +++++
 maint-travis-ci/yamls/sterile.yaml         |   1 +
 maint-travis-ci/yamls/sterile2.yaml        |   6 +
 maint/perlcritic.rc.gen.pl                 |  45 +++
 perlcritic.deps                            |  15 +
 perlcritic.rc                              | 445 ++++++++++++++++++++++++-
 t/00-compile.t                             |  49 ---
 t/00-compile/lib_Path_FindDev_Object_pm.t  |  11 +
 t/00-compile/lib_Path_FindDev_pm.t         |  11 +
 t/00-report-prereqs.t                      | 232 +++++++++++++
 t/000-report-versions-tiny.t               |  84 -----
 xt/release/distmeta.t                      |   5 +-
 xt/release/pod-coverage.t                  |  12 +-
 xt/release/pod-syntax.t                    |   5 +-
 43 files changed, 2556 insertions(+), 826 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 Changes.deps
 create mode 100644 Changes.deps.all
 create mode 100644 Changes.deps.dev
 create mode 100644 Makefile.PL
 create mode 100644 maint-travis-ci/.gitrepo
 copy .perltidyrc => maint-travis-ci/.perltidyrc (100%)
 create mode 100644 maint-travis-ci/branch_reset.pl
 create mode 100755 maint-travis-ci/create_github_repo.pl
 create mode 100644 maint-travis-ci/install_deps_early.pl
 create mode 100755 maint-travis-ci/travis_enable.pl
 create mode 100755 maint/perlcritic.rc.gen.pl
 create mode 100644 perlcritic.deps
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-compile/lib_Path_FindDev_Object_pm.t
 create mode 100644 t/00-compile/lib_Path_FindDev_pm.t
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

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



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