r68531 - in /branches/upstream/libmath-random-isaac-xs-perl/current: ./ examples/ lib/Math/Random/ISAAC/ src/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 13 17:53:22 UTC 2011


Author: jawnsy-guest
Date: Sun Feb 13 17:53:06 2011
New Revision: 68531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68531
Log:
[svn-upgrade] new version libmath-random-isaac-xs-perl (1.002)

Removed:
    branches/upstream/libmath-random-isaac-xs-perl/current/Makefile.PL
Modified:
    branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL
    branches/upstream/libmath-random-isaac-xs-perl/current/Changes
    branches/upstream/libmath-random-isaac-xs-perl/current/LICENSE
    branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST
    branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST.SKIP
    branches/upstream/libmath-random-isaac-xs-perl/current/META.yml
    branches/upstream/libmath-random-isaac-xs-perl/current/README
    branches/upstream/libmath-random-isaac-xs-perl/current/SIGNATURE
    branches/upstream/libmath-random-isaac-xs-perl/current/examples/benchmark.pl
    branches/upstream/libmath-random-isaac-xs-perl/current/examples/distribution.pl
    branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm
    branches/upstream/libmath-random-isaac-xs-perl/current/src/ISAAC.xs
    branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.c
    branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.h
    branches/upstream/libmath-random-isaac-xs-perl/current/src/standard.h
    branches/upstream/libmath-random-isaac-xs-perl/current/t/00signature.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/01manifest.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t
    branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/Build.PL Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # Build.PL
 #  Script to build and install this distribution
-#
-# $Id: Build.PL 8636 2009-08-18 16:29:02Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;
@@ -53,9 +51,6 @@
   sign                  => 1,
   create_packlist       => 1,
 
-  # Maintain compatibility with ExtUtils::MakeMaker installations
-  create_makefile_pl    => 'passthrough',
-
   # Location of our special C and XS source files
   c_source => 'src',
   xs_files => {

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/Changes?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/Changes (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/Changes Sun Feb 13 17:53:06 2011
@@ -1,3 +1,11 @@
+1.002 - 13 Feb 2011 - Jonathan Yu <jawnsy at cpan.org>
+
+  + Changed my mail address to jawnsy at cpan.org
+  + Update POD
+  + Update MANIFEST.SKIP according to new defaults provided by
+    ExtUtils::Manifest
+  + Remove pass-through Makefile.PL
+
 1.001 - 18 Aug 2009 - Jonathan Yu <frequency at cpan.org>
 
   + Remove generated files from the repository

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/LICENSE?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/LICENSE (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/LICENSE Sun Feb 13 17:53:06 2011
@@ -1,8 +1,6 @@
-$Id: LICENSE 8167 2009-07-22 22:17:04Z FREQUENCY at cpan.org $
-
 Legally speaking, this package and its contents are:
 
-  Copyright 2009, Jonathan Yu <frequency at cpan.org>. All rights reserved.
+  Copyright 2011, Jonathan Yu <jawnsy at cpan.org>. All rights reserved.
 
 But this is really just a legal technicality that allows the author to
 offer this package under the public domain and also a variety of licensing

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST Sun Feb 13 17:53:06 2011
@@ -26,6 +26,5 @@
 t/99min-perl.t
 t/99portability.t
 typemap
-Makefile.PL
 META.yml
 SIGNATURE    Added here by Module::Build

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST.SKIP?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/MANIFEST.SKIP Sun Feb 13 17:53:06 2011
@@ -1,4 +1,4 @@
-# Version control files and dirs.
+# Avoid version control files.
 \bRCS\b
 \bCVS\b
 \bSCCS\b
@@ -7,20 +7,18 @@
 \B\.git\b
 \B\.gitignore\b
 \b_darcs\b
+\B\.cvsignore$
 
-# Module::Build generated files and dirs.
-^Build$
-^Build\.bat$
-^_build/
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
 
 # Source object files
 ^src/.*\.o$
 ^lib/Math/Random/ISAAC/XS\.(o|c|xs)$
 
-# Module::Install included files.
-^inc/Module/Install
-
-# Makemaker generated files and dirs.
+# Avoid Makemaker generated and utility files.
 \bMANIFEST\.bak
 \bMakefile$
 \bblib/
@@ -29,16 +27,36 @@
 \bpm_to_blib$
 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
 
-# Temp, old and emacs backup files.
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
 ~$
 \.old$
 \#$
 \b\.#
 \.bak$
 \.tmp$
+\.#
+\.rej$
 
-# Devel::Cover files.
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
 \bcover_db\b
+\bcovered\b
+ 
+# Avoid MYMETA files
+^MYMETA\.
 
 # Test::Kwalitee cache files.
 ^Debian_CPANTS\.txt

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/META.yml?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/META.yml (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/META.yml Sun Feb 13 17:53:06 2011
@@ -1,30 +1,32 @@
 ---
-name: Math-Random-ISAAC-XS
-version: 1.001
+abstract: 'C implementation of the ISAAC PRNG Algorithm'
 author:
   - 'Jonathan Yu <frequency at cpan.org>'
-abstract: C implementation of the ISAAC PRNG Algorithm
-license: unrestricted
-requires:
-  Test::More: 0.62
-  perl: 5.006
 build_requires:
   ExtUtils::CBuilder: 0
   ExtUtils::ParseXS: 0
   Test::NoWarnings: 0.084
-recommends:
-  Math::Random::ISAAC: 0
+configure_requires:
+  Module::Build: 0.36
 dynamic_config: 1
+generated_by: 'Module::Build version 0.3607'
+license: unrestricted
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Math-Random-ISAAC-XS
 provides:
   Math::Random::ISAAC::XS:
     file: lib/Math/Random/ISAAC/XS.pm
-    version: 1.001
-generated_by: Module::Build version 0.280801
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+    version: 1.002
+recommends:
+  Math::Random::ISAAC: 0
+requires:
+  Test::More: 0.62
+  perl: 5.006
 resources:
   Ratings: http://cpanratings.perl.org/d/Math-Random-ISAAC-XS
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Random-ISAAC-XS
   license: http://edwardsamuels.com/copyright/beyond/articles/public.html
   repository: http://svn.ali.as/cpan/trunk/Math-Random-ISAAC-XS
+version: 1.002

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/README?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/README (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/README Sun Feb 13 17:53:06 2011
@@ -1,8 +1,6 @@
-$Id: README 8618 2009-08-18 04:33:24Z FREQUENCY at cpan.org $
-
 Math::Random::ISAAC::XS is a C implementation of the ISAAC PRNG Algorithm
 
-Copyright 2009 by Jonathan Yu <frequency at cpan.org>. All rights reserved.
+Copyright 2011 by Jonathan Yu <jawnsy at cpan.org>. All rights reserved.
 
 INSTALLATION
 

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/SIGNATURE?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/SIGNATURE (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/SIGNATURE Sun Feb 13 17:53:06 2011
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
+signed via the Module::Signature module, version 0.66.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -12,42 +12,51 @@
 not run its Makefile.PL or Build.PL.
 
 -----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA256
 
-SHA1 20de74e4979c1b25a255f3f6e1f322d4ccf46b7d Build.PL
-SHA1 dda2983f9171ff23a226a65554790835516cf86a Changes
-SHA1 4052c2239626ab2fb922a6a5a79e838dd0d934b3 LICENSE
-SHA1 a4536c5ee4ab17f870ba41d8b1d989f03fec2e5f MANIFEST
-SHA1 b622ea3ca698281ef9e0f828a4ec71bad13c77ce MANIFEST.SKIP
-SHA1 557b219cb8e75bf63f0a6e9c6e848d88a1a08d78 META.yml
-SHA1 6935d4c89ba1946c26e1bdbddc7c16d3929e5f7a Makefile.PL
-SHA1 5623d428c89c8aff73e4a22f7297b43d475b24eb README
-SHA1 ef06f55592dd5d249c1b894e32001ee9ca80c393 examples/benchmark.pl
-SHA1 9beaa621c10f92f2f10a488d266ba4d59b49acbd examples/distribution.pl
-SHA1 34f45dc1370d31e36f1cd195aa13c3bfda387f1b lib/Math/Random/ISAAC/XS.pm
-SHA1 556762bcf27e03adc2bdd2240d3b73afb6c1a1d4 src/ISAAC.xs
+SHA1 e8f43f6f5178945c6e37864fbf060d2ebcb87448 Build.PL
+SHA1 4409ab71b08d1f901e1c1ae020e0af5bdf421b46 Changes
+SHA1 8a7e6d5e1bb49865596d5e66c7539488d7e5abde LICENSE
+SHA1 a011f792ab09427794730cad48e79231e71147e7 MANIFEST
+SHA1 393ada0982d4293a8127b7af9070d2bdc55c25e4 MANIFEST.SKIP
+SHA1 d71b00a50611a9539415467ce8c775fd5d3558d7 META.yml
+SHA1 1cfe79e08e2dd86e60c89f1f2f96611e682e04b9 README
+SHA1 dce3dc5124264cfc7ead36c0eb1d7c9ebd15467a examples/benchmark.pl
+SHA1 bd2b10e117ab24ca6750f6bd9ad12f917f5ae987 examples/distribution.pl
+SHA1 e7120c4e933d4b8565c5b42f9049fe98ad47dd06 lib/Math/Random/ISAAC/XS.pm
+SHA1 b565cb67b6c70b65d447fb9f871216e54124bb16 src/ISAAC.xs
 SHA1 913b2193c4a587b462a394aa7cc0e554bcc29a33 src/ppport.h
-SHA1 93ed90e762da670ba369d866d1bc4e38f7b23a5a src/rand.c
-SHA1 7a97bb83959ec36cc60b4755b203a861122f3e8c src/rand.h
-SHA1 eb42dc66372559ce5c94a983a61ed49d9824c162 src/standard.h
-SHA1 6267f823150ddd6c201e45a142e2efce8cb2b81e t/00signature.t
-SHA1 83d13a9156435f338c940cff34d8f677f1630a6c t/01manifest.t
-SHA1 ed334d7b9927d6a1fa03065d59e057cfb8865784 t/02compile.t
-SHA1 e8c05b14c928433582b2fd7126faf176588aabb9 t/03memory.t
-SHA1 c90e8a5b8280204d70c3e1d9fdbcb800168942f4 t/03sequence.t
-SHA1 c41b4b8e8947c963eabf5f192c0b3eaac002e1c8 t/03valgrind.t
-SHA1 5ec1a395eee7105150174239a1f945708b9e408c t/04uniform.t
-SHA1 66dbde0c6bb53c8a129b2896821510b663923527 t/97pod.t
-SHA1 755fdbc860124cd9e9dea716b0163f86e7dac1db t/98pod-coverage.t
-SHA1 7726c46c57dc7283c5f7f02e98d7d0164e00a7bb t/99kwalitee.t
-SHA1 f76fbf0c1a267d4633c5a4af03096645ae1336a1 t/99meta.t
-SHA1 e083881dda471cfaf1372ac28d7e9857700d813d t/99min-perl.t
-SHA1 0b41fa2597ee96a4da351d873621eb4ef733ed11 t/99portability.t
+SHA1 be63cd7c9638a23b4e7b05a342c70f16f0fd01f1 src/rand.c
+SHA1 ff84b72017560f2ddbd30ca0f84edaa1babd1d16 src/rand.h
+SHA1 57413499bfe936935028efb42b8d32cf09b9511e src/standard.h
+SHA1 b0a493e9737956eb883f15e15de0bf654d93e305 t/00signature.t
+SHA1 651898f53508f63f476212f4f98d2f8570755d40 t/01manifest.t
+SHA1 4003b16255fae390513dce9895e4addba6255d7a t/02compile.t
+SHA1 90c5b25d27f8f9c0944f6a85a4b2ab5003858291 t/03memory.t
+SHA1 dd74a54e12b13cd2c600c1482254657feaba618d t/03sequence.t
+SHA1 69a3a94dc32616486c6927f5dbd7d2efdf41fe55 t/03valgrind.t
+SHA1 7a22ea69de07b752bb0b96af62723ebfaa4057d7 t/04uniform.t
+SHA1 e63ec0db13a564705653105e2df0f28fe58b2f34 t/97pod.t
+SHA1 d424232eb60a330065826276571095b25a3b7d69 t/98pod-coverage.t
+SHA1 29f1981a287ebf7332d926a1757368dc8929d3a3 t/99kwalitee.t
+SHA1 5498b34b7d48ca5de826e9ac4a1f14fc6eec21c5 t/99meta.t
+SHA1 3bbea6288b4de9a38c188171b9c6e548e20ae3d4 t/99min-perl.t
+SHA1 8afe5411eaeb14ba829b89bb87b3f739ce3e2007 t/99portability.t
 SHA1 02c02a989ae738fd6f632d962967019f72ff6d60 typemap
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkqKqZ4ACgkQYYN9T93mai+NlACeMsy/7Uq0mhVPX2geln/OqWDk
-J34AmwVEwdL6/Yew/gMELSZ0XkrnaIVj
-=S/Xg
+iQIcBAEBCAAGBQJNWB8YAAoJEPPC9oiiHLZI0Q4P/ikKviDEuDRRVBzXy9sB/les
+9P/jcO0Xfo3kN0vYiCNnYZtFqpjesygi5vz44s01v/7aTUix+iqRkNm9goQMVvy7
+jyVoBFoSMUuvXbjk+7XcszuNiDOBaKeNQ5GRGZef4khUJy0gb9dQkRN4Pu1CmP4L
+ysc2mlO0NrGI1B+bpvEfF7UZlT6J2HlWScQ07DaskuWhummHAYButj3ahlFtlaWD
+o8WtRborpUdvt5EaSmcQQOEh0WGf4g1pBbTtmN3miCNmuaVpguYLYz0jqU0SjmYz
+hZ7ThKBnDTReiqkvi4zJZ4sKWZ6Upcsa4Gz6sAWruZEh6XLw4IQs8lKGfabszyc+
+1ZbrJVxDTdbYXAlA9zoACPfF30YRsNU+4ASbp4ZbcK51X0XM/leyuyAm5flz9iJD
+MzTS1FtrpPuFg5L3inFyoRJdhQirYZvoZzwhis52yw+c76syYUIAl9/ErFwBAMQv
+GeUFdBFjwoNnzSUZz3ctZh2q5EjjOObvi+M1KphSdL57ySrcHEiZsCBurD0KjO6+
+GOlFMsbgC2aWCu0Fof+f3wdx0feb762HVEKrGeximmePayNDpZGEB6nXBN0A3AYg
+3g0TMsfMaqI67dkRVETcDjCb1n+uqNOOymAC2GM9gNhaA5gqv2MgUkEJ6/ntP2BD
+U5olxrznTGMDd6DfDUbD
+=GtOa
 -----END PGP SIGNATURE-----

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/examples/benchmark.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/examples/benchmark.pl?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/examples/benchmark.pl (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/examples/benchmark.pl Sun Feb 13 17:53:06 2011
@@ -3,14 +3,6 @@
 # examples/benchmark.pl
 #  Compare the ISAAC RNG implementations between each other, and between
 #  other algorithms.
-#
-# $Id: benchmark.pl 6598 2009-04-24 01:09:11Z FREQUENCY at cpan.org $
-#
-# By Jonathan Yu <frequency at cpan.org>, 2009. All rights reversed.
-#
-# This package and its contents are released by the author into the
-# Public Domain, to the full extent permissible by law. For additional
-# information, please see the included `LICENSE' file.
 
 use strict;
 use warnings;
@@ -30,7 +22,7 @@
 
 =head1 VERSION
 
-Version 1.0 ($Id: benchmark.pl 6598 2009-04-24 01:09:11Z FREQUENCY at cpan.org $)
+Version 1.0
 
 =cut
 
@@ -190,7 +182,7 @@
 
 =head1 AUTHOR
 
-Jonathan Yu E<lt>frequency at cpan.orgE<gt>
+Jonathan Yu E<lt>jawnsy at cpan.orgE<gt>
 
 =head1 SUPPORT
 
@@ -199,11 +191,7 @@
 
 =head1 LICENSE
 
-Copyleft (C) 2009 by Jonathan Yu <frequency at cpan.org>
-
-This script is distributed with the C<Math::Random::ISAAC> package and
-related packages to provide a simple demonstration of functionality. It is
-hereby released by its author into the public domain.
+This has the same copyright and licensing terms as L<Math::Random::ISAAC::XS>.
 
 =head1 SEE ALSO
 

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/examples/distribution.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/examples/distribution.pl?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/examples/distribution.pl (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/examples/distribution.pl Sun Feb 13 17:53:06 2011
@@ -3,14 +3,6 @@
 # examples/distribution.pl
 #  Check the uniformity of the distribution generated by ISAAC by
 #  charting it.
-#
-# $Id: distribution.pl 6598 2009-04-24 01:09:11Z FREQUENCY at cpan.org $
-#
-# By Jonathan Yu <frequency at cpan.org>, 2009. All rights reversed.
-#
-# This package and its contents are released by the author into the
-# Public Domain, to the full extent permissible by law. For additional
-# information, please see the included `LICENSE' file.
 
 use strict;
 use warnings;
@@ -24,7 +16,7 @@
 
 =head1 VERSION
 
-Version 1.0 ($Id: distribution.pl 6598 2009-04-24 01:09:11Z FREQUENCY at cpan.org $)
+Version 1.0
 
 =cut
 
@@ -91,7 +83,7 @@
 
 =head1 AUTHOR
 
-Jonathan Yu E<lt>frequency at cpan.orgE<gt>
+Jonathan Yu E<lt>jawnsy at cpan.orgE<gt>
 
 =head1 SUPPORT
 
@@ -100,11 +92,7 @@
 
 =head1 LICENSE
 
-Copyleft (C) 2009 by Jonathan Yu <frequency at cpan.org>
-
-This script is distributed with the C<Math::Random::ISAAC> package and
-related packages to provide a simple demonstration of functionality. It is
-hereby released by its author into the public domain.
+This has the same copyright and licensing terms as L<Math::Random::ISAAC::XS>.
 
 =head1 SEE ALSO
 

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/lib/Math/Random/ISAAC/XS.pm Sun Feb 13 17:53:06 2011
@@ -1,7 +1,5 @@
 # Math::Random::ISAAC::XS
 #  Interface to the ISAAC Pseudo-Random Number Generator
-#
-# $Id: XS.pm 8617 2009-08-18 03:46:38Z FREQUENCY at cpan.org $
 
 package Math::Random::ISAAC::XS;
 
@@ -14,11 +12,11 @@
 
 =head1 VERSION
 
-Version 1.001 ($Id: XS.pm 8617 2009-08-18 03:46:38Z FREQUENCY at cpan.org $)
+Version 1.002
 
 =cut
 
-our $VERSION = '1.001';
+our $VERSION = '1.002';
 $VERSION = eval $VERSION;
 
 =head1 SYNOPSIS
@@ -59,15 +57,21 @@
 
 =head1 METHODS
 
-=head2 Math::Random::ISAAC::XS->new( @seeds )
+=head2 new
+
+  Math::Random::ISAAC::XS->new( @seeds )
 
 Implements the interface as specified in C<Math::Random::ISAAC>
 
-=head2 $rng->rand()
+=head2 rand
+
+  $rng->rand()
 
 Implements the interface as specified in C<Math::Random::ISAAC>
 
-=head2 $rng->irand()
+=head2 irand
+
+  $rng->irand()
 
 Implements the interface as specified in C<Math::Random::ISAAC>
 
@@ -81,7 +85,7 @@
 
 =head1 AUTHOR
 
-Jonathan Yu E<lt>frequency at cpan.orgE<gt>
+Jonathan Yu E<lt>jawnsy at cpan.orgE<gt>
 
 =head1 SUPPORT
 

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/src/ISAAC.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/src/ISAAC.xs?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/src/ISAAC.xs (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/src/ISAAC.xs Sun Feb 13 17:53:06 2011
@@ -3,8 +3,6 @@
  * This is a Perl XS interface to the original ISAAC reference implementation,
  * written by Bob Jenkins and released into the public domain circa 1996.
  * See `LICENSE' for details.
- *
- * $Id: ISAAC.xs 7048 2009-05-12 18:18:13Z FREQUENCY at cpan.org $
  */
 
 #include "EXTERN.h"

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.c?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.c (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.c Sun Feb 13 17:53:06 2011
@@ -10,14 +10,12 @@
  *  980324: make a portable version
  *  010626: Note this is public domain
  *
- * Jonathan Yu <frequency at cpan.org> made some mostly cosmetic changes and
+ * Jonathan Yu <jawnsy at cpan.org> made some mostly cosmetic changes and
  * prepared the file for life as a CPAN XS module.
  *
  * This package and its contents are released by the author into the
  * Public Domain, to the full extent permissible by law. For additional
  * information, please see the included `LICENSE' file.
- *
- * $Id: rand.c 6953 2009-05-08 01:39:23Z FREQUENCY at cpan.org $
  */
 
 #include "standard.h"

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.h?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.h (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/src/rand.h Sun Feb 13 17:53:06 2011
@@ -3,8 +3,6 @@
  * This package and its contents are released by the author into the
  * Public Domain, to the full extent permissible by law. For additional
  * information, please see the included `LICENSE' file.
- * 
- * $Id: rand.h 8274 2009-07-28 17:00:35Z FREQUENCY at cpan.org $
  */
 
 #ifndef RAND_H

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/src/standard.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/src/standard.h?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/src/standard.h (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/src/standard.h Sun Feb 13 17:53:06 2011
@@ -5,8 +5,6 @@
  * This package and its contents are released by the author into the
  * Public Domain, to the full extent permissible by law. For additional
  * information, please see the included `LICENSE' file.
- *
- * $Id: standard.h 8274 2009-07-28 17:00:35Z FREQUENCY at cpan.org $
  */
 
 #ifndef STANDARD_H

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/00signature.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/00signature.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/00signature.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/00signature.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/00signature.t
 #  Test that the SIGNATURE matches the distribution
-#
-# $Id: 00signature.t 8220 2009-07-25 23:18:15Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/01manifest.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/01manifest.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/01manifest.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/01manifest.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/01manifest.t
 #  Ensures MANIFEST file is up-to-date
-#
-# $Id: 01manifest.t 8220 2009-07-25 23:18:15Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/02compile.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/02compile.t
 #  Check that the module can be compiled and loaded properly.
-#
-# $Id: 02compile.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/03memory.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/02memory.t
 #  Tests that there are no memory leaks
-#
-# $Id: 03memory.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/03sequence.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/02sequence.t
 #  Checks that the generated sequence matches the reference
-#
-# $Id: 03sequence.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/03valgrind.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/02valgrind.t
 #  Tests that there are no memory leaks using valgrind
-#
-# $Id: 03valgrind.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/04uniform.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/03uniform.t
 #  Checks that the generated sequence is a uniform distribution
-#
-# $Id: 04uniform.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/97pod.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/97pod.t
 #  Checks that POD commands are correct
-#
-# $Id: 97pod.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/98pod-coverage.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/98pod-coverage.t
 #  Ensures all subroutines are documented with POD
-#
-# $Id: 98pod-coverage.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/99kwalitee.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/99kwalitee.t
 #  Uses the CPANTS Kwalitee metrics to test the distribution
-#
-# $Id: 99kwalitee.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/99meta.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/01meta.t
 #  Tests that the META.yml meets the specification
-#
-# $Id: 99meta.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/99min-perl.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/99min-perl.t
 #  Tests that the minimum required Perl version matches META.yml
-#
-# $Id: 99min-perl.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;

Modified: branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t?rev=68531&op=diff
==============================================================================
--- branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t (original)
+++ branches/upstream/libmath-random-isaac-xs-perl/current/t/99portability.t Sun Feb 13 17:53:06 2011
@@ -2,8 +2,6 @@
 
 # t/99portability.t
 #  Tests if the distribution seems to be portable
-#
-# $Id: 99portability.t 8278 2009-07-29 03:00:35Z FREQUENCY at cpan.org $
 
 use strict;
 use warnings;




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