r43011 - in /trunk/libmath-random-isaac-xs-perl: ./ debian/ lib/Math/Random/ISAAC/ src/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 27 14:12:46 UTC 2009


Author: jawnsy-guest
Date: Thu Aug 27 14:12:39 2009
New Revision: 43011

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43011
Log:
Updated to new version, updated control file, enabled tests

Added:
    trunk/libmath-random-isaac-xs-perl/t/02compile.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t
    trunk/libmath-random-isaac-xs-perl/t/03memory.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t
    trunk/libmath-random-isaac-xs-perl/t/03sequence.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t
    trunk/libmath-random-isaac-xs-perl/t/03valgrind.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t
    trunk/libmath-random-isaac-xs-perl/t/04uniform.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t
    trunk/libmath-random-isaac-xs-perl/t/97pod.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t
    trunk/libmath-random-isaac-xs-perl/t/98pod-coverage.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t
    trunk/libmath-random-isaac-xs-perl/t/99kwalitee.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t
    trunk/libmath-random-isaac-xs-perl/t/99meta.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t
    trunk/libmath-random-isaac-xs-perl/t/99min-perl.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t
    trunk/libmath-random-isaac-xs-perl/t/99portability.t
      - copied unchanged from r43008, branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t
Removed:
    trunk/libmath-random-isaac-xs-perl/t/01compile.t
    trunk/libmath-random-isaac-xs-perl/t/01kwalitee.t
    trunk/libmath-random-isaac-xs-perl/t/01meta.t
    trunk/libmath-random-isaac-xs-perl/t/01min-perl.t
    trunk/libmath-random-isaac-xs-perl/t/01pod-coverage.t
    trunk/libmath-random-isaac-xs-perl/t/01pod.t
    trunk/libmath-random-isaac-xs-perl/t/01portability.t
    trunk/libmath-random-isaac-xs-perl/t/02memory.t
    trunk/libmath-random-isaac-xs-perl/t/02sequence.t
    trunk/libmath-random-isaac-xs-perl/t/02valgrind.t
    trunk/libmath-random-isaac-xs-perl/t/03uniform.t
Modified:
    trunk/libmath-random-isaac-xs-perl/Build.PL
    trunk/libmath-random-isaac-xs-perl/Changes
    trunk/libmath-random-isaac-xs-perl/LICENSE
    trunk/libmath-random-isaac-xs-perl/MANIFEST
    trunk/libmath-random-isaac-xs-perl/META.yml
    trunk/libmath-random-isaac-xs-perl/Makefile.PL
    trunk/libmath-random-isaac-xs-perl/README
    trunk/libmath-random-isaac-xs-perl/SIGNATURE
    trunk/libmath-random-isaac-xs-perl/debian/changelog
    trunk/libmath-random-isaac-xs-perl/debian/control
    trunk/libmath-random-isaac-xs-perl/lib/Math/Random/ISAAC/XS.pm
    trunk/libmath-random-isaac-xs-perl/src/rand.h
    trunk/libmath-random-isaac-xs-perl/src/standard.h
    trunk/libmath-random-isaac-xs-perl/t/00signature.t
    trunk/libmath-random-isaac-xs-perl/t/01manifest.t

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libmath-random-isaac-xs-perl/src/rand.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/src/rand.h?rev=43011&op=diff

Modified: trunk/libmath-random-isaac-xs-perl/src/standard.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/src/standard.h?rev=43011&op=diff

Modified: trunk/libmath-random-isaac-xs-perl/t/00signature.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/t/00signature.t?rev=43011&op=diff

Modified: trunk/libmath-random-isaac-xs-perl/t/01manifest.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/t/01manifest.t?rev=43011&op=diff




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