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

ppm-guest pushed a commit to annotated tag v0.19
in repository libmath-prime-util-perl.

commit b77b1d8126d7339ee81d7567a3f0cf6d8afec889
Author: Dana Jacobsen <d...@acm.org>
Date:   Fri Feb 1 12:38:34 2013 -0800

    Prepare for 0.19 release
---
 Changes                | 4 ++--
 README                 | 2 +-
 lib/Math/Prime/Util.pm | 4 ++--
 t/70-rt-bignum.t       | 4 ++++
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index 6e062a8..36ca504 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Math::Prime::Util.
 
-0.19  ?? February 2012
+0.19  1 February 2012
 
     - Update MR bases with newest from http://miller-rabin.appspot.com/.
 
@@ -11,7 +11,7 @@ Revision history for Perl extension Math::Prime::Util.
 
     - Added a few tests to give better coverage.
 
-    - Adjust some validation tests to cut down on overhead.
+    - Adjust some validation subroutines to cut down on overhead.
 
 0.18  14 January 2012
 
diff --git a/README b/README
index efb7df9..0b9c0d0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Math::Prime::Util version 0.18
+Math::Prime::Util version 0.19
 
 A set of utilities related to prime numbers.  These include multiple sieving
 methods, is_prime, prime_count, nth_prime, approximations and bounds for
diff --git a/lib/Math/Prime/Util.pm b/lib/Math/Prime/Util.pm
index 11aa71a..b5061f8 100644
--- a/lib/Math/Prime/Util.pm
+++ b/lib/Math/Prime/Util.pm
@@ -5,7 +5,7 @@ use Carp qw/croak confess carp/;
 
 BEGIN {
   $Math::Prime::Util::AUTHORITY = 'cpan:DANAJ';
-  $Math::Prime::Util::VERSION = '0.18';
+  $Math::Prime::Util::VERSION = '0.19';
 }
 
 # parent is cleaner, and in the Perl 5.10.1 / 5.12.0 core, but not earlier.
@@ -1806,7 +1806,7 @@ Math::Prime::Util - Utilities related to prime numbers, 
including fast sieves an
 
 =head1 VERSION
 
-Version 0.18
+Version 0.19
 
 
 =head1 SYNOPSIS
diff --git a/t/70-rt-bignum.t b/t/70-rt-bignum.t
index f63a321..6ea2148 100644
--- a/t/70-rt-bignum.t
+++ b/t/70-rt-bignum.t
@@ -14,6 +14,10 @@ use bignum;
 
 use Test::More tests => 1;
 
+if ($] < 5.008) {
+  diag "A prototype warning was expected with old, old Perl";
+}
+
 my $n = 
100199294509778143137521762187425301691197073534078445671945250753109628678272;
 # 2 2 2 2 2 2 2 3 7 509 277772399 
263650456338779643073784729209358382310353002641378210462709359
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to