From eaa3504c93469ed23106ea2d2656acceab2a1e36 Mon Sep 17 00:00:00 2001 From: Apocalypse Date: Tue, 16 Dec 2008 01:48:27 -0200 Subject: [PATCH] bump version for Test::More prereq, argh --- Build.PL | 6 ++++-- Changes | 4 ++++ lib/POE/Component/SimpleDBI.pm | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index ea38fe6..bf4cc5e 100755 --- a/Build.PL +++ b/Build.PL @@ -33,11 +33,13 @@ my $build = Module::Build->new( # error handling 'Error' => '0.15', + + # Test stuff + 'Test::More' => '0.86', # require latest for note() support in t/a_is_prereq_outdated.t }, 'recommends' => { - # Test stuff - 'Test::More' => 0, + # mmm none? :) }, # FIXME wishlist... diff --git a/Changes b/Changes index 6eec582..310c328 100755 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension POE::Component::SimpleDBI. +* 1.24 + + Bumped Test::More prereq to 0.86 because I was getting FAIL reports from outdated people :( + * 1.23 Switched to Build.PL for the build system diff --git a/lib/POE/Component/SimpleDBI.pm b/lib/POE/Component/SimpleDBI.pm index 163b29c..451d370 100755 --- a/lib/POE/Component/SimpleDBI.pm +++ b/lib/POE/Component/SimpleDBI.pm @@ -4,7 +4,7 @@ use strict; use warnings; # Initialize our version use vars qw( $VERSION ); -$VERSION = '1.23'; +$VERSION = '1.24'; # Import what we need from the POE namespace use POE; # For the constants