[librole-commons-perl] branch master updated (8e94b64 -> 525eba0)

Jonas Smedegaard dr at jones.dk
Tue Aug 4 15:56:15 UTC 2015


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

js pushed a change to branch master
in repository librole-commons-perl.

      from  8e94b64   update changelog
      adds  6f8b43d   initial work
      adds  3552af0   smart match bug fixes
      adds  57e451c   custom argument parsing instead of Data::OptList
      adds  c5c020f   Object::AUTHORITY, Object::Tap and authority::shared
      adds  2429175   bump versions; add doc stubs
      adds  8a1ba8b   documentation for Role::Commons::Authority
      adds  3862489   Tap docs
      adds  faa9aeb   remove test
      adds  61ac307   prepare for release
      adds  b2ceee8   Added tag 0.001 for changeset eeb429caad88
      adds  98aafc3   provide Object::AUTHORITY::AUTHORITY sub
      adds  2c8c50a   oops, forgot to commit test case
      adds  22d6a2b   limit test for pod coverage
      adds  bc6550b   Added tag 0.101 for changeset a4865b46d56f
      adds  7dbee4e   Use Dist::Inkt for packaging
      adds  a9a2b4a   Remove Makefile.PL (no longer needed)
      adds  74febb2   Remove makefile.pret (no longer needed)
      adds  b5ba65b   Update dependency metadata
      adds  125a5e6   bump version; changelog
      adds  5e7b239   Added tag 0.102 for changeset fff96bef6b0f
      adds  8af39c9   drop a couple of deprecated modules; one to go
      adds  6b33696   stop using Scalar::Does; use match::simple
      adds  c74f9f6   recommend Object::Tap and Object::Util over Role::Commons::Tap
      adds  aafe979   we're not even using Class::Load anymore
      adds  d996843   useful comment
      adds  45c287d   update deps
      adds  b746793   modrnyze
      adds  523f0ff   bump version; changelog
      adds  e0c6131   do not want
      adds  009ad4d   remove old test cases
      adds  10e1cdd   perl 5.008 required
      adds  2812aa5   Added tag 0.103 for changeset 40137f7483f2
      adds  4e30236   Test::Exception dep#
      adds  d0ab972   bump version; changelog
      adds  6ad05fb   Imported Upstream version 0.104
       new  6e984b7   Merge tag 'upstream/0.104'
       new  d0f76f1   Drop obsolete patch.
       new  56ff741   Update copryright info: Drop Files sections for no longer included code copies.
       new  5e4f83a   Bump debhelper compatibility level to 9.
       new  7cc5bd4   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  8f5e266   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  dac6329   Declare compliance with Debian Policy 3.9.6.
       new  e9a45f1   Update copyright info: Add alternate git source URL.
       new  5f5a1e9   Stop track upstream tarball checksum.
       new  90e2fd2   Update copyright info: Extend coverage for main upstream authors to include 2014.
       new  5da5f53   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  fba79c6   Override lintian regarding license in License-Reference field. See bug#786450.
       new  b3cf6ac   Override lintian regarding build-depending unversioned on debhelper.
       new  e174b53   Add (and favor) author-based URL in watch file, and switch from cpan.org to metacpan.org for release-based URL.
       new  e86f334   Update copyright info: Extend coverage of packaging to include current year.
       new  4c69a71   Update copyright info: Add Files section for CONTRIBUTING.
       new  743b27d   Update package relations: (Build-)depend on libmodule-runtime-perl (not libclass-load-perl).
       new  cc85d97   Update package relations: (Build-)depend on libtype-tiny-perl (not libscalar-does-perl).
       new  9171b0e   Update package relations: (Build-)depend on libmatch-simple-perl.
       new  122c98b   Update package relations: Build-depend on libtest-exception-perl.
       new  525eba0   Prepare for release: Update changelog, control file and copyright hints.

The 21 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:
 COPYRIGHT                                      |  58 ++
 CREDITS                                        |   3 +
 Changes                                        |  31 +-
 HACKING                                        |  27 -
 INSTALL                                        |  38 +
 LICENSE                                        |   8 +-
 MANIFEST                                       |  50 +-
 META.json                                      |  84 +++
 META.yml                                       |  47 +-
 Makefile.PL                                    | 147 +++-
 README                                         |  23 +-
 SIGNATURE                                      |  70 +-
 debian/changelog                               |  46 +-
 debian/compat                                  |   2 +-
 debian/control                                 |   8 +-
 debian/control.in                              |   4 +-
 debian/copyright                               | 116 +--
 debian/copyright_hints                         |  82 +--
 debian/patches/1001_no_auto-install_deps.patch |  15 -
 debian/patches/README                          |   3 -
 debian/patches/series                          |   1 -
 debian/rules                                   |  13 +-
 debian/source/lintian-overrides                |   8 +
 debian/watch                                   |   4 +-
 dist.ini                                       |   2 +
 doap.ttl                                       | 118 ++++
 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/Object/AUTHORITY.pm                        |   6 +-
 lib/Object/Tap.pm                              |  38 -
 lib/Role/Commons.pm                            |  36 +-
 lib/Role/Commons/Authority.pm                  |  45 +-
 lib/Role/Commons/ObjectID.pm                   |  15 +-
 lib/Role/Commons/Tap.pm                        |  25 +-
 lib/authority/shared.pm                        |  19 -
 meta/changes.pret                              |  11 -
 meta/doap.pret                                 |  18 -
 meta/makefile.pret                             |  13 -
 meta/people.pret                               |   8 -
 t/Object-Tap/01basic.t                         |  16 -
 t/Object-Tap/02import.t                        |  31 -
 t/Object-Tap/03tapping.t                       |  42 --
 t/authority-shared/01basic.t                   |   3 -
 t/authority-shared/02as.t                      |  19 -
 62 files changed, 733 insertions(+), 5415 deletions(-)
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 delete mode 100644 HACKING
 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 debian/source/lintian-overrides
 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 lib/Object/Tap.pm
 delete mode 100644 lib/authority/shared.pm
 delete mode 100644 meta/changes.pret
 delete mode 100644 meta/doap.pret
 delete mode 100644 meta/makefile.pret
 delete mode 100644 meta/people.pret
 delete mode 100644 t/Object-Tap/01basic.t
 delete mode 100644 t/Object-Tap/02import.t
 delete mode 100644 t/Object-Tap/03tapping.t
 delete mode 100644 t/authority-shared/01basic.t
 delete mode 100644 t/authority-shared/02as.t

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



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