[libscalar-does-perl] branch master updated (a879804 -> 88a0ebb)

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 15:04:52 UTC 2014


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

js pushed a change to branch master
in repository libscalar-does-perl.

      from  a879804   Merge (with "ours" strategy - i.e. absorb) virtually empty changes on public master branch
      adds  1fe4b4a   Added tag 0.200 for changeset 546bd670a48f
      adds  846ac41   dist-inkt
      adds  f48e484   s/Exporter::TypeTiny/Exporter::Tiny/
      adds  309e543   take advantage of sub generators in recent Exporter::Tiny
      adds  281b8a0   bump version; changelog
      adds  f57ddbb   oops
      adds  2dc5452   Added tag 0.201 for changeset 9e7e86b121fb
      adds  1f0476b   Make t/iod-02filehandles.t clean up after itself
      adds  190cd6f   Merge pull request #1 from pdcawley/master
      adds  4d7872d   bump version; changelog
      adds  d8057d8   fix
      adds  0914863   Imported Upstream version 0.202
       new  7c27b94   Merge tag 'upstream/0.202'
       new  a246b9f   Tighten build-dependency on libtest-requires-perl, and build-depend on either recent perl or recent libtest-simple-perl: Needed by testsuite since 0.201.
       new  8e1402f   (Build-)depend on libexporter-tiny-perl: Needed since 0.201.
       new  d06865f   Bump standards-version to 3.9.5.
       new  95388c3   Update copyright info: Drop notes on no longer included convenience code copies.
       new  40c6f6d   Update copyright info: Extend coverage for packaging.
       new  3bccdeb   Update copyright info: Extend coverage for main upstream author.
       new  88a0ebb   Prepare for release: 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                          |  67 +--
 CREDITS                            |   8 +-
 Changes                            | 183 +++++---
 INSTALL                            |  38 ++
 LICENSE                            |   6 +-
 MANIFEST                           |  41 +-
 META.json                          |  94 ++++
 META.ttl                           | 290 ------------
 META.yml                           |  40 +-
 Makefile.PL                        | 164 ++++++-
 README                             | 148 +++---
 SIGNATURE                          |  95 ++--
 debian/changelog                   |  24 +-
 debian/control                     |   9 +-
 debian/control.in                  |   2 +-
 debian/copyright                   |  44 +-
 debian/copyright_hints             | 122 ++---
 debian/rules                       |   8 +-
 dist.ini                           |   2 +
 doap.ttl                           | 435 +++++++++++++++++
 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/YAML/Tiny.pm                   | 643 -------------------------
 lib/IO/Detect.pm                   |  22 +-
 lib/Scalar/Does.pm                 |  19 +-
 lib/Scalar/Does/MooseTypes.pm      |   6 +-
 meta/changes.pret                  | 148 ------
 meta/doap.pret                     |  23 -
 meta/makefile.pret                 |  15 -
 t/01basic.t                        |   2 +-
 t/02does.t                         |   2 +-
 t/03moosey.t                       |   2 +-
 t/04cleanliness.t                  |   2 +-
 t/05custom.t                       |   2 +-
 t/06constants.t                    |   2 +-
 t/07makerole.t                     |   2 +-
 t/08mooselike.t                    |   2 +-
 t/09warnings.t                     |   2 +-
 t/10underscore.t                   |   2 +-
 t/11givenwhen.t                    |   2 +-
 t/iod-01basic.t                    |   2 +-
 t/iod-02filehandles.t              |   7 +-
 t/iod-03filenames.t                |   2 +-
 t/iod-04fileuris.t                 |   2 +-
 t/iod-05ducktype.t                 |   2 +-
 t/iod-06asfh.t                     |   2 +-
 t/iod-11ioall.t                    |   2 +-
 t/iod-12pathclass.t                |   2 +-
 t/iod-13pathtiny.t                 |   2 +-
 63 files changed, 1149 insertions(+), 5252 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/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.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/libscalar-does-perl.git



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