From: "Fergal Daly" <fergal@esatclear.ie>
Message-ID: <
875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
p4raw-id: //depot/perl@28224
use Carp;
$Carp::Internal{__PACKAGE__.""}++;
-our $VERSION = 1.15;
+our $VERSION = 1.16;
our $DEBUG;
our $VERBOSE;
our $PRETTY;
$PRETTY++;
next;
};
-
- /^-t(race)?$/ && do {
+ # matches trace and traceonly for legacy doc mixup reasons
+ /^-t(race(only)?)?$/ && do {
$TRACEONLY++;
next;
};
- /^-w(arntrace)?$/ && do {
+ /^-w(arntrace)?$/ && do {
$WARNTRACE++;
next;
};