- New upstream release 0.101622 - Add a link to an Advent article about Data-Section - Update bugtracker, repo, etc. - Run the release tests separately - BR: perl(base), perl(File::Find), perl(File::Temp) and perl(lib) for the test suite - Drop BR: perl(Pod::Coverage::TrustPod) and perl(Test::Pod::Coverage) as upstream has dropped their Pod coverage test - Update patch for building with old Test::More versions
23 lines
630 B
Diff
23 lines
630 B
Diff
--- t/00-compile.t
|
|
+++ t/00-compile.t
|
|
@@ -34,7 +34,7 @@ sub _find_scripts {
|
|
my $found = $File::Find::name;
|
|
# nothing to skip
|
|
open my $FH, '<', $_ or do {
|
|
- note( "Unable to open $found in ( $! ), skipping" );
|
|
+ diag( "Unable to open $found in ( $! ), skipping" );
|
|
return;
|
|
};
|
|
my $shebang = <$FH>;
|
|
--- xt/release/changes_has_content.t
|
|
+++ xt/release/changes_has_content.t
|
|
@@ -2,7 +2,7 @@
|
|
|
|
use Test::More tests => 2;
|
|
|
|
-note 'Checking Changes';
|
|
+diag 'Checking Changes';
|
|
my $changes_file = 'Changes';
|
|
my $newver = '0.101622';
|
|
my $trial_token = '-TRIAL';
|