--- Canary-Stability/Stability.pm 2015/06/25 14:38:27 1.5 +++ Canary-Stability/Stability.pm 2016/09/24 23:50:03 1.9 @@ -23,12 +23,13 @@ package Canary::Stability; BEGIN { - $VERSION = 2001; + $VERSION = 2012; } sub sgr { # we just assume ANSI almost everywhere # red 31, yellow 33, green 32 + local $| = 1; $ENV{PERL_CANARY_STABILITY_COLOUR} ne 0 and ((-t STDOUT and length $ENV{TERM}) or $ENV{PERL_CANARY_STABILITY_COLOUR}) @@ -43,11 +44,39 @@ $minperl ||= 5.008002; + print < $VERSION) { sgr 33; print < - http://home.schmorp.de/ + http://software.schmorp.de/pkg/Canary-Stability.html =cut