[libmodule-manifest-skip-perl] branch master updated (3c50634 -> 9c9a79a)

Jonas Smedegaard dr at jones.dk
Wed Aug 27 14:51:32 UTC 2014


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

js pushed a change to branch master
in repository libmodule-manifest-skip-perl.

      from  3c50634   update changelog
       new  1a9f61d   Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
       new  be132e4   Update copyright info: Add alternate git source.
       new  34f4535   Update changelog.
      adds  46f5652   first
      adds  a7a04ee   this got added incorreclty
      adds  cd85935   Released version 0.11
      adds  5e39ba9   Released version 0.12
      adds  e1ddd13   Added Mercurial files to exclusions under Revision Control.
      adds  8ca2f1b   Merge pull request #1 from csjewell/master
      adds  242ae3b   Released version 0.13
      adds  b937edd   Released version 0.14
      adds  30ab8fc   Released version 0.15
      adds  9f73615   Look for .DS_Store files in directories down from the root so that MacOSX users don't spam cpan with tons of these files!
      adds  ab5eaa2   code review requested changes
      adds  683644b   prep changes and version info for cpan release
      adds  2e7a027   Merge pull request #2 from jjn1056/master
      adds  2139c8e   Released version 0.16
      adds  2c40fcd   Released version 0.17
      adds  8a86e16   0.18
      adds  d57b9b1   0.19
      adds  bb751fd   0.20
      adds  1d55d61   CPAN Release 0.21
      adds  b97edd6   Makefile update
      adds  faac310   CPAN Release 0.22
      adds  ed969e3   CPAN Release 0.23
      adds  0014bfe   Imported Upstream version 0.23
       new  bc7de88   Merge tag 'upstream/0.23'
       new  76eb296   Update copyright info: Extend coverage for upstream author to include recent years. Drop Files sections for no longer shipped convenience code copies.
       new  6a12d69   Tidy rules file.
       new  6e6cacb   Stop track md5sum of upstream tarball.
       new  3cc3f04   Build-depend on libfile-sharedir-install-perl.
       new  9c9a79a   Prepare for release: Update changelog, control file and copyright hints.

The 9 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                             |  55 +++
 Changes                                  |  84 ++--
 LICENSE                                  |   6 +-
 MANIFEST                                 |  26 +-
 META.json                                |  57 +++
 META.yml                                 |  34 +-
 Makefile.PL                              |  60 ++-
 README                                   |  38 +-
 debian/changelog                         |  24 +-
 debian/control                           |   1 +
 debian/control.in                        |   2 +-
 debian/copyright                         |  42 +-
 debian/copyright_hints                   |  37 +-
 debian/rules                             |  12 +-
 inc/Module/Install.pm                    | 470 --------------------
 inc/Module/Install/Base.pm               |  83 ----
 inc/Module/Install/Can.pm                | 154 -------
 inc/Module/Install/Fetch.pm              |  93 ----
 inc/Module/Install/GithubMeta.pm         |  57 ---
 inc/Module/Install/Makefile.pm           | 418 ------------------
 inc/Module/Install/Metadata.pm           | 722 -------------------------------
 inc/Module/Install/Package.pm            | 323 --------------
 inc/Module/Install/Share.pm              |  96 ----
 inc/Module/Install/Win32.pm              |  64 ---
 inc/Module/Install/WriteAll.pm           |  63 ---
 inc/Module/Package.pm                    |  71 ---
 lib/Module/Manifest/Skip.pm              |  85 +---
 lib/Module/Manifest/Skip.pod             |  58 ++-
 t/{Test.pm => TestModuleManifestSkip.pm} |  19 +-
 t/create.t                               |   7 +-
 t/recreate.t                             |   7 +-
 t/release-pod-syntax.t                   |  14 +
 t/skip1.t                                |   5 +-
 t/update.t                               |   7 +-
 34 files changed, 383 insertions(+), 2911 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 META.json
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/GithubMeta.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Package.pm
 delete mode 100644 inc/Module/Install/Share.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 rename t/{Test.pm => TestModuleManifestSkip.pm} (63%)
 create mode 100644 t/release-pod-syntax.t

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



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