Skip to content

Commit

Permalink
remove req of Test::More 0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Feb 7, 2016
1 parent 76420a3 commit a1ceb51
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
5 changes: 0 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
"perl" : "5.008005",
"version" : "0.77"
}
},
"test" : {
"requires" : {
"Test::More" : "0.96"
}
}
},
"release_status" : "stable",
Expand Down
4 changes: 0 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ my %WriteMakefileArgs = (
"parent" => 0,
"version" => "0.77"
},
"TEST_REQUIRES" => {
"Test::More" => "0.96"
},
"VERSION" => "0.113",
"test" => {
"TESTS" => "t/*.t"
Expand All @@ -63,7 +60,6 @@ my %FallbackPrereqs = (
"Module::CPANfile" => 0,
"Module::CoreList" => 0,
"Module::Metadata" => 0,
"Test::More" => "0.96",
"local::lib" => "2.000018",
"parent" => 0,
"version" => "0.77"
Expand Down
4 changes: 0 additions & 4 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ requires 'Module::Build', '0.38'; # shipt with perl v5.13.11
requires 'ExtUtils::MakeMaker', '6.58'; # shipt with perl v5.15.1
requires 'ExtUtils::Install', '1.46'; # shipt after perl v5.10.1

on test => sub {
requires 'Test::More', '0.96';
};

on develop => sub {
requires 'Capture::Tiny';
requires 'Path::Tiny';
Expand Down
8 changes: 2 additions & 6 deletions t/basic.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use strict;
use Test::More;
use Test::More tests => 1;
use App::cpm;

# replace with the actual test
ok 1;

done_testing;
pass "happy hacking!";

0 comments on commit a1ceb51

Please sign in to comment.