[libreadonly-perl] 01/10: Merge tag 'upstream/1.04'

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 commit to branch master
in repository libreadonly-perl.

commit 919d38f1738e3a1bd7eca0e6eb268974d5cdab8a
Merge: 8c1b4f0 840634e
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 19:50:50 2013 +0100

    Merge tag 'upstream/1.04'
    
    Upstream version 1.04

 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 +
 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 +-
 29 files changed, 2049 insertions(+), 1288 deletions(-)

-- 
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