d334f6ef9f
- New upstream release 0.20 - Documentation updates - Update patch for building with Test::More < 0.88
17 lines
324 B
Diff
17 lines
324 B
Diff
--- xt/release/no-tabs.t
|
|
+++ xt/release/no-tabs.t
|
|
@@ -3,7 +3,7 @@ use warnings;
|
|
|
|
# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06
|
|
|
|
-use Test::More 0.88;
|
|
+use Test::More tests => 1;
|
|
use Test::NoTabs;
|
|
|
|
my @files = (
|
|
@@ -11,4 +11,3 @@ my @files = (
|
|
);
|
|
|
|
notabs_ok($_) foreach @files;
|
|
-done_testing;
|