Skip to content

Commit

Permalink
bump version for Test::More prereq, argh
Browse files Browse the repository at this point in the history
  • Loading branch information
apocalypse committed Dec 16, 2008
1 parent 1e67249 commit eaa3504
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Build.PL
Expand Up @@ -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...
Expand Down
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/SimpleDBI.pm
Expand Up @@ -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
Expand Down

0 comments on commit eaa3504

Please sign in to comment.