Skip to content

Commit

Permalink
Increment version to 3.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Mar 30, 2011
1 parent c661837 commit 857b5df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension TAP::Parser::SourceHandler::MyTAP. Revision history for Perl extension TAP::Parser::SourceHandler::MyTAP.


3.25

3.24 2011-03-30T18:24:32 3.24 2011-03-30T18:24:32
- Fixed exit code in `my_prove`. It no longer returns 0 on fail and 1 on - Fixed exit code in `my_prove`. It no longer returns 0 on fail and 1 on
pass. Thanks to Rod Taylor for the report! pass. Thanks to Rod Taylor for the report!
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
TAP/Parser/SourceHandler/MyTAP version 3.24 TAP/Parser/SourceHandler/MyTAP version 3.25
=========================================== ===========================================


This module adds support for executing [MyTAP](http://github.com/theory/mytap) This module adds support for executing [MyTAP](http://github.com/theory/mytap)
Expand Down
2 changes: 1 addition & 1 deletion bin/my_prove
Expand Up @@ -4,7 +4,7 @@ use strict;
use App::Prove; use App::Prove;
use Getopt::Long; use Getopt::Long;


our $VERSION = '3.24'; our $VERSION = '3.25';
$|++; $|++;


Getopt::Long::Configure(qw(no_ignore_case bundling pass_through)); Getopt::Long::Configure(qw(no_ignore_case bundling pass_through));
Expand Down
2 changes: 1 addition & 1 deletion lib/TAP/Parser/SourceHandler/MyTAP.pm
Expand Up @@ -9,7 +9,7 @@ use TAP::Parser::Iterator::Process ();
@ISA = qw(TAP::Parser::SourceHandler); @ISA = qw(TAP::Parser::SourceHandler);
TAP::Parser::IteratorFactory->register_handler(__PACKAGE__); TAP::Parser::IteratorFactory->register_handler(__PACKAGE__);


our $VERSION = '3.24'; our $VERSION = '3.25';


=head1 Name =head1 Name
Expand Down

0 comments on commit 857b5df

Please sign in to comment.