r74010 - in /branches/upstream/libdata-entropy-perl/current: ./ lib/Data/ lib/Data/Entropy/ lib/Data/Entropy/RawSource/ t/

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Thu May 5 03:37:40 UTC 2011


Author: jotamjr-guest
Date: Thu May  5 03:35:35 2011
New Revision: 74010

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74010
Log:
[svn-upgrade] new version libdata-entropy-perl (0.007)

Added:
    branches/upstream/libdata-entropy-perl/current/META.json
Modified:
    branches/upstream/libdata-entropy-perl/current/.cvsignore
    branches/upstream/libdata-entropy-perl/current/Build.PL
    branches/upstream/libdata-entropy-perl/current/Changes
    branches/upstream/libdata-entropy-perl/current/MANIFEST
    branches/upstream/libdata-entropy-perl/current/META.yml
    branches/upstream/libdata-entropy-perl/current/Makefile.PL
    branches/upstream/libdata-entropy-perl/current/README
    branches/upstream/libdata-entropy-perl/current/SIGNATURE
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Algorithms.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/CryptCounter.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/Local.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomOrg.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomnumbersInfo.pm
    branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Source.pm
    branches/upstream/libdata-entropy-perl/current/t/choose.t
    branches/upstream/libdata-entropy-perl/current/t/get_bits.t
    branches/upstream/libdata-entropy-perl/current/t/get_int_large.t
    branches/upstream/libdata-entropy-perl/current/t/get_int_medium.t
    branches/upstream/libdata-entropy-perl/current/t/get_int_small.t
    branches/upstream/libdata-entropy-perl/current/t/get_octet.t
    branches/upstream/libdata-entropy-perl/current/t/get_prob_2.t
    branches/upstream/libdata-entropy-perl/current/t/get_prob_333a.t
    branches/upstream/libdata-entropy-perl/current/t/get_prob_333b.t
    branches/upstream/libdata-entropy-perl/current/t/pick.t
    branches/upstream/libdata-entropy-perl/current/t/pod_cvg.t
    branches/upstream/libdata-entropy-perl/current/t/pod_syn.t
    branches/upstream/libdata-entropy-perl/current/t/rand.t
    branches/upstream/libdata-entropy-perl/current/t/rand_bits.t
    branches/upstream/libdata-entropy-perl/current/t/rand_fix.t
    branches/upstream/libdata-entropy-perl/current/t/rand_flt.t
    branches/upstream/libdata-entropy-perl/current/t/rand_int.t
    branches/upstream/libdata-entropy-perl/current/t/rand_prob.t
    branches/upstream/libdata-entropy-perl/current/t/rs_cryptcounter.t
    branches/upstream/libdata-entropy-perl/current/t/rs_local.t
    branches/upstream/libdata-entropy-perl/current/t/rs_randomnumbersinfo.t
    branches/upstream/libdata-entropy-perl/current/t/rs_randomorg.t
    branches/upstream/libdata-entropy-perl/current/t/shuffle.t
    branches/upstream/libdata-entropy-perl/current/t/with.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libdata-entropy-perl/current/.cvsignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/.cvsignore?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/Build.PL?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/Changes?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/MANIFEST?rev=74010&op=diff

Added: branches/upstream/libdata-entropy-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/META.json?rev=74010&op=file

Modified: branches/upstream/libdata-entropy-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/META.yml?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/Makefile.PL?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/README?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/SIGNATURE?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Algorithms.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Algorithms.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/CryptCounter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/CryptCounter.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/Local.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/Local.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomOrg.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomOrg.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomnumbersInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/RawSource/RandomnumbersInfo.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Source.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/lib/Data/Entropy/Source.pm?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/choose.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/choose.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_bits.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_bits.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_int_large.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_int_large.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_int_medium.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_int_medium.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_int_small.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_int_small.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_octet.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_octet.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_prob_2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_prob_2.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_prob_333a.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_prob_333a.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/get_prob_333b.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/get_prob_333b.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/pick.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/pick.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/pod_cvg.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/pod_cvg.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/pod_syn.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/pod_syn.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand_bits.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand_bits.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand_fix.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand_fix.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand_flt.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand_flt.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand_int.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand_int.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rand_prob.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rand_prob.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rs_cryptcounter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rs_cryptcounter.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rs_local.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rs_local.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rs_randomnumbersinfo.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rs_randomnumbersinfo.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/rs_randomorg.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/rs_randomorg.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/shuffle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/shuffle.t?rev=74010&op=diff

Modified: branches/upstream/libdata-entropy-perl/current/t/with.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdata-entropy-perl/current/t/with.t?rev=74010&op=diff




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