perl-Exception-Class/Exception-Class-1.40-no-Test::Code::TidyAll.patch
Paul Howarth 853de341b5 Update to 1.40
- New upstream release 1.40
  - Fixed broken metadata (GH#3)
- Add patch to support building without Test::Code::TidyAll
2016-01-30 19:25:49 +00:00

17 lines
373 B
Diff

--- t/release-tidyall.t
+++ t/release-tidyall.t
@@ -9,9 +9,12 @@ BEGIN {
# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll
-use Test::Code::TidyAll 0.24;
use Test::More 0.88;
+eval 'use Test::Code::TidyAll 0.24;';
+plan skip_all => 'Test::Code::TidyAll 0.24 required for testing tidiness'
+ if $@;
+
tidyall_ok();
done_testing();