[libmoosex-arrayref-perl] branch master updated (b2ddf67 -> 513d73d)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 15:04:43 UTC 2014


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

js pushed a change to branch master
in repository libmoosex-arrayref-perl.

      from  b2ddf67   update changelog
       new  718db9b   Update copyright info: Add alternate git source URL.
       new  132dd13   Stop track md5sum of upstream tarball.
      adds  4130223   initial work
      adds  9097a36   add version numbers
      adds  32e2794   fix pod
      adds  8586745   Added tag 0.001 for changeset 322395eb45e2
      adds  06fa340   note dep on Moose
      adds  d4737a8   add dot
      adds  69356da   Added tag 0.002 for changeset a947e3cd0aad
      adds  a98cbb6   argh
      adds  9d638e2   Added tag 0.003 for changeset 69b5667081be
      adds  69f294b   better inlined code
      adds  95fa1d8   Added tag 0.004 for changeset 26c527cb651d
      adds  d7200e0   changed repo to github.com
      adds  fdde010   Use Dist::Inkt for packaging
      adds  e186488   Remove Makefile.PL (no longer needed)
      adds  57eb3d2   Remove makefile.pret (no longer needed)
      adds  51f9930   Update dependency metadata
      adds  962c446   bump version; changelog
      adds  24e78c2   Imported Upstream version 0.005
       new  26714b4   Merge tag 'upstream/0.005'
       new  02dbdf7   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  62505af   Fix use canonical URL in Vcs-Git.
       new  7be19ed   Declare compliance with Debian Policy 3.9.6.
       new  c91f77d   Drop patch 1001: No Unneeded with current upstream packaging.
       new  4feba24   Update copyright info: Drop coverage of no longer included convenience code copies.
       new  dd0b7ba   Update copyright info: Extend coverage for main upstream author to include recent years.
       new  7889c3d   Update copyright info: Extend coverage for myself to include current year.
       new  513d73d   Prepare for release: Update changelog, control file and copyright hints.

The 11 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                                   |  83 +++
 COPYRIGHT                                      |  58 ++
 CREDITS                                        |   3 +
 Changes                                        |  19 +-
 INSTALL                                        |  38 +
 LICENSE                                        |   8 +-
 MANIFEST                                       |  42 +-
 META.json                                      |  75 ++
 META.yml                                       |  33 +-
 Makefile.PL                                    | 141 +++-
 README                                         |  12 +-
 SIGNATURE                                      |  58 +-
 debian/changelog                               |  27 +-
 debian/control                                 |   4 +-
 debian/control.in                              |   6 +-
 debian/copyright                               |  51 +-
 debian/copyright_hints                         |  73 +-
 debian/patches/1001_no_auto-install_deps.patch |  15 -
 debian/patches/README                          |   3 -
 debian/patches/series                          |   1 -
 debian/rules                                   |   3 +-
 dist.ini                                       |   2 +
 doap.ttl                                       |  99 +++
 inc/Module/AutoInstall.pm                      | 930 -------------------------
 inc/Module/Install.pm                          | 470 -------------
 inc/Module/Install/AutoInstall.pm              |  93 ---
 inc/Module/Install/AutoManifest.pm             |  45 --
 inc/Module/Install/Base.pm                     |  83 ---
 inc/Module/Install/Can.pm                      | 154 ----
 inc/Module/Install/Fetch.pm                    |  93 ---
 inc/Module/Install/Include.pm                  |  34 -
 inc/Module/Install/Makefile.pm                 | 418 -----------
 inc/Module/Install/Metadata.pm                 | 722 -------------------
 inc/Module/Install/Package.pm                  | 323 ---------
 inc/Module/Install/TrustMetaYml.pm             |  50 --
 inc/Module/Install/Win32.pm                    |  64 --
 inc/Module/Install/WriteAll.pm                 |  63 --
 inc/Module/Package.pm                          |  71 --
 inc/Module/Package/Dist/RDF.pm                 |  47 --
 inc/Scalar/Util.pm                             |  49 --
 inc/YAML/Tiny.pm                               | 643 -----------------
 inc/unicore/Name.pm                            | 416 -----------
 inc/utf8.pm                                    |  27 -
 lib/MooseX/ArrayRef.pm                         |   2 +-
 lib/MooseX/ArrayRef/Meta/Class.pm              |   2 +-
 lib/MooseX/ArrayRef/Meta/Instance.pm           |   2 +-
 meta/changes.pret                              |  22 -
 meta/doap.pret                                 |  23 -
 meta/makefile.pret                             |   9 -
 49 files changed, 623 insertions(+), 5086 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 debian/patches/1001_no_auto-install_deps.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series
 create mode 100644 dist.ini
 create mode 100644 doap.ttl
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.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/Include.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/TrustMetaYml.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 delete mode 100644 inc/Module/Package/Dist/RDF.pm
 delete mode 100644 inc/Scalar/Util.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 inc/unicore/Name.pm
 delete mode 100644 inc/utf8.pm
 delete mode 100644 meta/changes.pret
 delete mode 100644 meta/doap.pret
 delete mode 100644 meta/makefile.pret

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



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