From: Graham Knop Date: Fri, 14 Feb 2020 14:45:56 +0000 (+0100) Subject: mark some tests as requiring no preloads when run with yath X-Git-Tag: v5.90_127~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=804143deca6f2bebfc87cc78cf397201b6028bc5 mark some tests as requiring no preloads when run with yath These tests are expecting to have some things set up before Catalyst itself is loaded. --- diff --git a/t/custom_exception_class_simple.t b/t/custom_exception_class_simple.t index 27e4516..084ea11 100644 --- a/t/custom_exception_class_simple.t +++ b/t/custom_exception_class_simple.t @@ -1,3 +1,4 @@ +# HARNESS-NO-PRELOAD use strict; use warnings; use FindBin qw/$Bin/; diff --git a/t/unit_stats.t b/t/unit_stats.t index 5aced0a..3fc08d0 100644 --- a/t/unit_stats.t +++ b/t/unit_stats.t @@ -1,3 +1,4 @@ +# HARNESS-NO-PRELOAD use strict; use warnings;