Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Feb 10, 2011
1 parent 26c7fab commit 17df861
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for perl module CPAN::Changes

NEXT
0.03 2011-02-10

- Allow more than one space between the version and the date. The spec
allowed for this, but the parser did not. (Dave Rolsky)
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Changes.pm
Expand Up @@ -7,7 +7,7 @@ use CPAN::Changes::Release;
use Text::Wrap ();
use Scalar::Util ();

our $VERSION = '0.02';
our $VERSION = '0.03';

sub new {
my $class = shift;
Expand Down
4 changes: 1 addition & 3 deletions t/read_no-leading-space-for-change.t
@@ -1,7 +1,7 @@
use strict;
use warnings;

use Test::More;
use Test::More tests => 10;

use_ok( 'CPAN::Changes' );

Expand All @@ -27,5 +27,3 @@ is_deeply(
[ "Initial release This line is part of the first" ],
'one change line'
);

done_testing;
2 changes: 1 addition & 1 deletion t/self.t
@@ -1,7 +1,7 @@
use strict;
use warnings;

use Test::More tests => 5;
use Test::More tests => 6;

use_ok( 'CPAN::Changes' );

Expand Down

0 comments on commit 17df861

Please sign in to comment.