Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Oct 18, 2011
1 parent 59f43d8 commit a7a0617
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for perl module CPAN::Changes

0.18 2011-10-18

- Expand changes_file_ok() to accept arguments so that a specific version
may be checked (Ricardo Signes)

- Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
e.g Module::Install::AuthorRequres (Dan Brook)

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Changes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Text::Wrap ();
use Scalar::Util ();
use version ();

our $VERSION = '0.17';
our $VERSION = '0.18';

# From DateTime::Format::W3CDTF
our $W3CDTF_REGEX = qr{(\d\d\d\d) # Year
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/CPAN/Changes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use CPAN::Changes;
use Test::Builder;
use version ();

our $VERSION = '0.17';
our $VERSION = '0.18';

my $Test = Test::Builder->new;
my $Test = Test::Builder->new;

sub import {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion t/self.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use warnings;

use Test::More tests => 20;
use Test::More tests => 21;

use_ok( 'CPAN::Changes' );

Expand Down

0 comments on commit a7a0617

Please sign in to comment.