Skip to content

Commit

Permalink
update release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jun 11, 2015
1 parent 583ae50 commit fbbc517
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 0 additions & 2 deletions dist.ini
Expand Up @@ -28,8 +28,6 @@ Config::AutoConf = 0

[=inc::TrimPod]

[Author::Plicease::InstallerPerlVersion]

[PPPort]
filename = xs/ppport.h
[MathInt64]
Expand Down
9 changes: 0 additions & 9 deletions xt/release/build_environment.t

This file was deleted.

12 changes: 10 additions & 2 deletions xt/release/version.t
Expand Up @@ -3,8 +3,16 @@ use warnings;
use Test::More;
use FindBin ();
BEGIN {
plan skip_all => "test requires Test::Version 1.001001"
unless eval q{ use Test::Version 1.001001 qw( version_all_ok ), { has_version => 1 }; 1 };

plan skip_all => "test requires Test::Version 2.00"
unless eval q{
use Test::Version 2.00 qw( version_all_ok ), {
has_version => 1,
filename_match => sub { $_[0] !~ m{/(ConfigData|Install/Files)\.pm$} },
};
1
};

plan skip_all => "test requires Path::Class"
unless eval q{ use Path::Class qw( file dir ); 1 };
plan skip_all => 'test requires YAML'
Expand Down

0 comments on commit fbbc517

Please sign in to comment.