Skip to content

Commit

Permalink
Stop using Test::Version and hence delete t/version.t
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsavage committed Sep 5, 2014
1 parent c940ff1 commit 76f6ddc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
1 change: 0 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Module::Build -> new
{
'Test::Exception' => '0.15',
'Test::More' => '0.47',
'Test::Version' => 1.002003,
},
configure_requires =>
{
Expand Down
10 changes: 9 additions & 1 deletion Changelog.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[Module]
Name=Tree::Simple
Changelog.Creator=Module::Metadata::Changes V 2.05
Changelog.Parser=Config::IniFiles V 2.78
Changelog.Parser=Config::IniFiles V 2.83

[V 1.24]
Date=2014-09-06T09:27:00
Comments= <<EOT
- Abandon Test::Version and hence delete t/version.t. Putting version.t in xt/author/ is not a solution,
because Test::Version has problems with Test::EOL and Test::Builder.
Thanx to Kent Fredric for the github issue which started me investigating this issue.
EOT

[V 1.23]
Date=2013-11-09T10:43:00
Expand Down
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 extension Tree::Simple.

1.24 Sat Sep 6 09:27:00 2014
- Abandon Test::Version and hence delete t/version.t. Putting version.t in xt/author/ is not a solution,
because Test::Version has problems with Test::EOL and Test::Builder.
Thanx to Kent Fredric for the github issue which started me investigating this issue.

1.23 Sat Nov 9 10:43:00 2013
- No code changes.
- Accept spelling corrections from the Debian Perl Group, with thanx. See RT#90171.
Expand Down
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ my(%params) =
'strict' => 0,
'Test::Exception' => '0.15',
'Test::More' => '0.47',
'Test::Version' => 1.002003,
'warnings' => 0,
},
VERSION_FROM => 'lib/Tree/Simple.pm',
Expand Down
2 changes: 1 addition & 1 deletion lib/Tree/Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Tree::Simple;
use strict;
use warnings;

our $VERSION = '1.23';
our $VERSION = '1.24';

use Scalar::Util qw(blessed);

Expand Down
2 changes: 1 addition & 1 deletion lib/Tree/Simple/Visitor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Tree::Simple::Visitor;
use strict;
use warnings;

our $VERSION = '1.23';
our $VERSION = '1.24';

use Scalar::Util qw(blessed);

Expand Down
11 changes: 0 additions & 11 deletions xt/author/version.t

This file was deleted.

0 comments on commit 76f6ddc

Please sign in to comment.