[libcrypt-random-source-perl] 05/18: Merge tag 'upstream/0.08'

Jonas Smedegaard dr at jones.dk
Wed Aug 27 09:37:23 UTC 2014


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

js pushed a commit to branch master
in repository libcrypt-random-source-perl.

commit 08a08523b8cb997b890aeecdf18013ba6d9296d7
Merge: aa6aebe 85bbee8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 26 23:38:37 2014 +0200

    Merge tag 'upstream/0.08'
    
    Upstream version 0.08
    
    # gpg: Underskrift lavet tir 26 aug 2014 23:38:33 CEST
    # gpg:                bruger RSA nøgle 0x4EC1B722374F9BD6
    # gpg: udfør venligst en --check-trustdb
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>« [ultimativ]
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>« [ultimativ]
    # gpg:        også kendt som »[jpeg image of size 4165]« [ultimativ]

 Build.PL                                     | 118 ++++
 CONTRIBUTING                                 |  89 +++
 Changes                                      |  45 +-
 INSTALL                                      |  44 ++
 LICENSE                                      |  28 +-
 MANIFEST                                     |  23 +-
 META.json                                    | 854 ++++++++++++++++++++++++---
 META.yml                                     | 668 +++++++++++++++++----
 Makefile.PL                                  | 159 +++--
 README                                       |   6 +-
 README.pod                                   |  84 +++
 SIGNATURE                                    |  52 --
 dist.ini                                     |  19 +-
 lib/Crypt/Random/Source.pm                   |  49 +-
 lib/Crypt/Random/Source/Base.pm              |  23 +-
 lib/Crypt/Random/Source/Base/File.pm         |  24 +-
 lib/Crypt/Random/Source/Base/Handle.pm       |  25 +-
 lib/Crypt/Random/Source/Base/Proc.pm         |  48 +-
 lib/Crypt/Random/Source/Base/RandomDevice.pm |  23 +-
 lib/Crypt/Random/Source/Factory.pm           |  28 +-
 lib/Crypt/Random/Source/Strong.pm            |  23 +-
 lib/Crypt/Random/Source/Strong/devrandom.pm  |  23 +-
 lib/Crypt/Random/Source/Weak.pm              |  23 +-
 lib/Crypt/Random/Source/Weak/devurandom.pm   |  23 +-
 lib/Crypt/Random/Source/Weak/rand.pm         |  25 +-
 t/00-report-prereqs.dd                       |  76 +++
 t/00-report-prereqs.t                        | 177 ++++++
 t/blocking.t                                 |   5 +-
 t/dev_random.t                               |   3 -
 t/factory.t                                  |   5 -
 t/proc.t                                     |   2 -
 t/rand.t                                     |   3 -
 t/release-pod-syntax.t                       |  15 -
 t/reread.t                                   |   3 -
 t/sugar.t                                    |   3 -
 weaver.ini                                   |   3 +
 xt/author/00-compile.t                       |  61 ++
 xt/release/changes_has_content.t             |  41 ++
 xt/release/cpan-changes.t                    |  11 +
 xt/release/distmeta.t                        |   6 +
 t/release-eol.t => xt/release/eol.t          |   8 -
 xt/release/kwalitee.t                        |   4 +
 xt/release/minimum-version.t                 |   8 +
 xt/release/mojibake.t                        |  12 +
 xt/release/no-tabs.t                         |  46 ++
 xt/release/pod-no404s.t                      |  21 +
 xt/release/pod-syntax.t                      |   6 +
 xt/release/portability.t                     |  11 +
 48 files changed, 2525 insertions(+), 531 deletions(-)

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



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