From: Peter Rabbitson Date: Thu, 11 Feb 2016 17:52:40 +0000 (+0100) Subject: Add explicit patronage listing (should have done this a while ago) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=3884539f132dd265f95d81440dde6b4f4f0973bd Add explicit patronage listing (should have done this a while ago) Not generalizing it (yet) as patrons are few and far between --- diff --git a/t/zzzzzzz_authors.t b/t/zzzzzzz_authors.t index 17a57f7..a46a247 100644 --- a/t/zzzzzzz_authors.t +++ b/t/zzzzzzz_authors.t @@ -11,7 +11,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;