[libmodule-build-perl] branch master updated (898fc40 -> d3753e8)

Florian Schlichting fsfs at alioth.debian.org
Thu Aug 8 15:56:07 UTC 2013


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

fsfs pushed a change to branch master
in repository libmodule-build-perl.

      from  898fc40   preparing changelog for release
      adds  8b47cf2   Imported Upstream version 0.400700
       new  d13d9e8   Merge tag 'upstream/0.400700'
       new  7c1f48a   Imported Upstream version 0.400700
       new  f557e9a   refresh man-ext patch: code moved
       new  d3753e8   prepare changelog for release

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:
 Build.PL                             |    3 +-
 Changes                              |   40 +++
 INSTALL                              |   14 -
 MANIFEST                             |    8 +-
 META.json                            |   66 ++---
 META.yml                             |   62 ++--
 README                               |   20 +-
 debian/changelog                     |    7 +
 debian/patches/man-ext               |   40 +--
 inc/Module/Metadata.pm               |    3 +-
 lib/Module/Build.pm                  |   18 +-
 lib/Module/Build/API.pod             |   14 +-
 lib/Module/Build/Base.pm             |  204 ++++++-------
 lib/Module/Build/Compat.pm           |    7 +-
 lib/Module/Build/Config.pm           |    2 +-
 lib/Module/Build/Cookbook.pm         |    2 +-
 lib/Module/Build/Dumper.pm           |    2 +-
 lib/Module/Build/ModuleInfo.pm       |    2 +-
 lib/Module/Build/Notes.pm            |   20 +-
 lib/Module/Build/PPMMaker.pm         |   10 +-
 lib/Module/Build/Platform/Amiga.pm   |   34 ---
 lib/Module/Build/Platform/Default.pm |    2 +-
 lib/Module/Build/Platform/EBCDIC.pm  |   34 ---
 lib/Module/Build/Platform/MPEiX.pm   |   34 ---
 lib/Module/Build/Platform/MacOS.pm   |    2 +-
 lib/Module/Build/Platform/RiscOS.pm  |   34 ---
 lib/Module/Build/Platform/Unix.pm    |    2 +-
 lib/Module/Build/Platform/VMS.pm     |   23 +-
 lib/Module/Build/Platform/VOS.pm     |    2 +-
 lib/Module/Build/Platform/Windows.pm |   13 +-
 lib/Module/Build/Platform/aix.pm     |    2 +-
 lib/Module/Build/Platform/cygwin.pm  |    2 +-
 lib/Module/Build/Platform/darwin.pm  |    2 +-
 lib/Module/Build/Platform/os2.pm     |    2 +-
 lib/Module/Build/PodParser.pm        |    6 +-
 lib/inc/latest.pm                    |    8 +-
 lib/inc/latest/private.pm            |   11 +-
 t/actions/installdeps.t              |   11 +-
 t/add_property_array.t               |   16 ++
 t/add_property_hash.t                |   16 ++
 t/bundle_inc.t                       |   12 +-
 t/compat.t                           |    3 +-
 t/files.t                            |    5 +-
 t/install.t                          |   15 +-
 t/lib/DistGen.pm                     |    5 +-
 t/lib/MBTest.pm                      |    3 +-
 t/manifypods.t                       |    4 +-
 t/manifypods_with_utf8.t             |   68 +++++
 t/metadata.t                         |  523 +---------------------------------
 t/new_from_context.t                 |    1 -
 t/pod_parser.t                       |   24 +-
 t/ppm.t                              |    2 +
 t/runthrough.t                       |    4 +-
 t/tilde.t                            |   10 +-
 t/unit_run_test_harness.t            |   73 +++++
 55 files changed, 547 insertions(+), 1005 deletions(-)
 delete mode 100644 lib/Module/Build/Platform/Amiga.pm
 delete mode 100644 lib/Module/Build/Platform/EBCDIC.pm
 delete mode 100644 lib/Module/Build/Platform/MPEiX.pm
 delete mode 100644 lib/Module/Build/Platform/RiscOS.pm
 create mode 100644 t/add_property_array.t
 create mode 100644 t/add_property_hash.t
 create mode 100644 t/manifypods_with_utf8.t
 mode change 100644 => 100755 t/metadata.t
 create mode 100644 t/unit_run_test_harness.t

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



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