[libreadonly-perl] branch master updated (8c1b4f0 -> e9daa65)

gregor herrmann gregoa at debian.org
Wed Dec 25 19:12:15 UTC 2013


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

gregoa pushed a change to branch master
in repository libreadonly-perl.

      from  8c1b4f0   Remove trailing whitespace
      adds  840634e   Imported Upstream version 1.04
       new  919d38f   Merge tag 'upstream/1.04'
       new  2d5efab   New upstream release.
       new  c432205   Update installation of example script.
       new  b70081a   Don't install README anymore.
       new  c2049ec   Drop remove-pgp-signature.patch, not needed anymore.
       new  4e98b35   Update Upstream-Contact and copyright holders.
       new  44fee37   Update Build-Depends and Recommends.
       new  06e82ff   wrap-and-sort
       new  c415ef2   Declare compliance with Debian Policy 3.9.5.
       new  e9daa65   releasing package libreadonly-perl version 1.04-1

The 10 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:
 Build.PL                                  |  72 +++
 Changes                                   |   5 +
 LICENSE                                   | 378 ++++++++++++++
 MANIFEST                                  |  22 +-
 MANIFEST.SKIP                             |  59 +++
 META.json                                 |  89 ++++
 META.yml                                  |  60 ++-
 Makefile.PL                               |  11 -
 README                                    |  91 ----
 README.md                                 | 374 ++++++++++++++
 Readonly.pm                               | 803 ------------------------------
 TODO                                      |  17 +
 cpanfile                                  |   5 +
 debian/changelog                          |  15 +-
 debian/control                            |  23 +-
 debian/copyright                          |   7 +-
 debian/libreadonly-perl.docs              |   1 -
 debian/libreadonly-perl.examples          |   2 +-
 debian/patches/remove-pgp-signature.patch |  38 --
 debian/patches/series                     |   1 -
 debian/rules                              |   7 -
 benchmark.pl => eg/benchmark.pl           |   0
 lib/Readonly.pm                           | 604 ++++++++++++++++++++++
 lib/Readonly/Array.pm                     |  34 ++
 lib/Readonly/Hash.pm                      |  38 ++
 lib/Readonly/Scalar.pm                    |  21 +
 t/array.t                                 |  74 ++-
 t/deepa.t                                 |  43 +-
 t/deeph.t                                 |  47 +-
 t/deeps.t                                 |  67 ++-
 t/docs.t                                  |  80 ++-
 t/export.t                                |   5 +-
 t/hash.t                                  |  50 +-
 t/readonly.t                              | 114 ++---
 t/reassign.t                              | 110 ++--
 t/scalar.t                                |  40 +-
 t/tie.t                                   |  24 +-
 37 files changed, 2080 insertions(+), 1351 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 Readonly.pm
 create mode 100644 TODO
 create mode 100644 cpanfile
 delete mode 100644 debian/libreadonly-perl.docs
 delete mode 100644 debian/patches/remove-pgp-signature.patch
 delete mode 100644 debian/patches/series
 rename benchmark.pl => eg/benchmark.pl (100%)
 create mode 100644 lib/Readonly.pm
 create mode 100644 lib/Readonly/Array.pm
 create mode 100644 lib/Readonly/Hash.pm
 create mode 100644 lib/Readonly/Scalar.pm

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



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