X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_authors.t;h=18b771f8581a63b9bba374177bfd845bba3bc045;hb=e570488ade8f327f47dd3318db3443a348d561d6;hp=17a57f73d876d0ffc9bdc47acfaeb9123494913e;hpb=81b29c8d4a021dd3288ab68117198e5255f9d760;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/zzzzzzz_authors.t b/t/zzzzzzz_authors.t index 17a57f7..18b771f 100644 --- a/t/zzzzzzz_authors.t +++ b/t/zzzzzzz_authors.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use warnings; use strict; use Test::More 'no_plan'; -use lib 't/lib'; + use DBICTest::RunMode; my $authorcount = scalar do { @@ -11,7 +13,18 @@ my $authorcount = scalar do { } or die "Known AUTHORS file seems empty... can't happen..."; # do not announce anything under ci - we are watching for STDERR silence -diag "\n\n$authorcount contributors made this library what it is today\n\n" - unless DBICTest::RunMode->is_ci; +diag <is_ci; + + + +$authorcount contributors made this library what it is today + + +Distinguished patrons: + * ( 2014 ~ 2015 ) Henry Van Styn, creator of http://p3rl.org/RapidApp + + +EOD +# looks funny if we do it before stuff ok 1;