perl-Try-Tiny/Try-Tiny-0.20-old-Test::More.patch
Paul Howarth d334f6ef9f Update to 0.20
- New upstream release 0.20
  - Documentation updates
- Update patch for building with Test::More < 0.88
2014-03-22 21:51:10 +00:00

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;