r67434 - in /trunk/libmath-random-isaac-perl: ./ debian/ examples/ lib/Math/Random/ lib/Math/Random/ISAAC/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 15 13:45:55 UTC 2011


Author: jawnsy-guest
Date: Sat Jan 15 13:45:44 2011
New Revision: 67434

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67434
Log:
Fixes FTBFS with newer versions of CPAN/Perl (?), this happens due
to MYMETA being missing from MANIFEST.SKIP previously. This doesn't
affect Debian (yet?)
IGNORE-VERSION: 1.003-1

Added:
    trunk/libmath-random-isaac-perl/dist.ini
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/dist.ini
    trunk/libmath-random-isaac-perl/t/01compile.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/01compile.t
    trunk/libmath-random-isaac-perl/t/02sequence.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/02sequence.t
    trunk/libmath-random-isaac-perl/t/release-dist-manifest.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/release-dist-manifest.t
    trunk/libmath-random-isaac-perl/t/release-kwalitee.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/release-kwalitee.t
    trunk/libmath-random-isaac-perl/t/release-pod-coverage.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/release-pod-coverage.t
    trunk/libmath-random-isaac-perl/t/release-pod-syntax.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/release-pod-syntax.t
    trunk/libmath-random-isaac-perl/t/release-portability.t
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/t/release-portability.t
    trunk/libmath-random-isaac-perl/weaver.ini
      - copied unchanged from r67431, branches/upstream/libmath-random-isaac-perl/current/weaver.ini
Removed:
    trunk/libmath-random-isaac-perl/Build.PL
    trunk/libmath-random-isaac-perl/SIGNATURE
    trunk/libmath-random-isaac-perl/t/00signature.t
    trunk/libmath-random-isaac-perl/t/01manifest.t
    trunk/libmath-random-isaac-perl/t/02compile.t
    trunk/libmath-random-isaac-perl/t/03sequence.t
    trunk/libmath-random-isaac-perl/t/97pod.t
    trunk/libmath-random-isaac-perl/t/98pod-coverage.t
    trunk/libmath-random-isaac-perl/t/99kwalitee.t
    trunk/libmath-random-isaac-perl/t/99meta.t
    trunk/libmath-random-isaac-perl/t/99min-perl.t
    trunk/libmath-random-isaac-perl/t/99portability.t
Modified:
    trunk/libmath-random-isaac-perl/Changes
    trunk/libmath-random-isaac-perl/LICENSE
    trunk/libmath-random-isaac-perl/MANIFEST
    trunk/libmath-random-isaac-perl/MANIFEST.SKIP
    trunk/libmath-random-isaac-perl/META.yml
    trunk/libmath-random-isaac-perl/Makefile.PL
    trunk/libmath-random-isaac-perl/README
    trunk/libmath-random-isaac-perl/debian/changelog
    trunk/libmath-random-isaac-perl/examples/benchmark.pl
    trunk/libmath-random-isaac-perl/examples/distribution.pl
    trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm
    trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm
    trunk/libmath-random-isaac-perl/t/03memory.t
    trunk/libmath-random-isaac-perl/t/04uniform.t
    trunk/libmath-random-isaac-perl/t/05fallback.t
    trunk/libmath-random-isaac-perl/t/06exceptions.t

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

Modified: trunk/libmath-random-isaac-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/Changes?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/LICENSE?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/MANIFEST?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/MANIFEST.SKIP?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/META.yml?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/Makefile.PL?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/README?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/debian/changelog?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/examples/benchmark.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/examples/benchmark.pl?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/examples/distribution.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/examples/distribution.pl?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC.pm?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/lib/Math/Random/ISAAC/PP.pm?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/t/03memory.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/t/03memory.t?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/t/04uniform.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/t/04uniform.t?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/t/05fallback.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/t/05fallback.t?rev=67434&op=diff

Modified: trunk/libmath-random-isaac-perl/t/06exceptions.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-perl/t/06exceptions.t?rev=67434&op=diff




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