[libweb-id-perl] branch master updated (a94bf4e -> e048076)

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 18:28:33 UTC 2014


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

js pushed a change to branch master
in repository libweb-id-perl.

      from  a94bf4e   Update changelog.
      adds  60072a5   Added tag 1.923 for changeset 0c34ba051623
      adds  38b0197   remove usage of Path::Class from test case
      adds  7e62af7   add maintainer
      adds  022d300   bump version; changelog
      adds  375291c   Type::Utils fix
      adds  df7b584   Added tag 1.924_01 for changeset 80fe23121021
      adds  6bf35f4   move dynamic config to meta/DYNAMIC_CONFIG.PL
      adds  a495411   update deps
      adds  392af9d   bump version; changelog
      adds  cb9f9fd   dist.ini
      adds  b5c2301   Added tag 1.924_02 for changeset 57c41355a0c1
      adds  7ca6733   add configure_requires File::ShareDir
      adds  71dc209   bump version; changelog
      adds  f8bce5e   Added tag 1.924_03 for changeset 60c523e30ceb
      adds  3b0030e   deps
      adds  bfb6f78   bump version; changelog
      adds  e919a86   Added tag 1.925 for changeset 2ae48da5c203
      adds  fbe9eeb   use Exporter::Tiny instead of Exporter::TypeTiny
      adds  fb7bafc   bump version; changelog
      adds  c9be4c1   no longer refer to Exporter::TypeTiny in docs
      adds  1bade8f   Imported Upstream version 1.926
       new  0653e53   Merge tag 'upstream/1.926'
       new  22a340a   Build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 1.924~02.
       new  181bae3   Tighten (build-)dependency on libmoose-perl: Needed since 1.924~02.
       new  11c4535   (Build-)depend on libexporter-tiny-perl: Needed since 1.926.
       new  1fba04d   Update copyright info: Drop notes on no longer included convenience code copies.
       new  9b2c1e9   Update copyright info: Extend (and adjust) coverage for packaging.
       new  7effd13   Fix tighten to (build-)depend versions of libmatch-simple-perl which uses Exporter::Tiny.
       new  e048076   Update changelog, control file and copyright hints.

The 8 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                           |  74 +--
 CREDITS                             |   8 +-
 Changes                             |  82 +++-
 INSTALL                             |  38 ++
 LICENSE                             |   6 +-
 MANIFEST                            |  40 +-
 META.json                           | 122 +++++
 META.ttl                            | 155 ------
 META.yml                            |  63 ++-
 Makefile.PL                         | 178 ++++++-
 README                              |  60 +--
 SIGNATURE                           |  74 ++-
 debian/changelog                    |  35 +-
 debian/control                      |   4 +-
 debian/copyright                    |  42 +-
 debian/copyright_hints              |  62 +--
 debian/rules                        |   9 +-
 dist.ini                            |   2 +
 doap.ttl                            | 255 ++++++++++
 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/Contributors.pm  |  24 -
 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/YAML/Tiny.pm                    | 643 -------------------------
 lib/Plack/Middleware/Auth/WebID.pm  |   2 +-
 lib/Web/ID.pm                       |   2 +-
 lib/Web/ID/Certificate.pm           |   2 +-
 lib/Web/ID/Certificate/Generator.pm |   2 +-
 lib/Web/ID/RSAKey.pm                |   2 +-
 lib/Web/ID/SAN.pm                   |   2 +-
 lib/Web/ID/SAN/Email.pm             |   2 +-
 lib/Web/ID/SAN/URI.pm               |   2 +-
 lib/Web/ID/Types.pm                 |   4 +-
 lib/Web/ID/Util.pm                  |   9 +-
 lib/Web/ID/Util/FindOpenSSL.pm      |   2 +-
 meta/changes.ttl                    | 123 -----
 meta/doap.ttl                       |  29 --
 meta/makefile.ttl                   |  28 --
 t/04webid.t                         |   8 +-
 52 files changed, 854 insertions(+), 5001 deletions(-)
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 META.ttl
 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/Contributors.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/YAML/Tiny.pm
 delete mode 100644 meta/changes.ttl
 delete mode 100644 meta/doap.ttl
 delete mode 100644 meta/makefile.ttl

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



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