This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t}
authorNicholas Clark <nick@ccl4.org>
Thu, 3 Mar 2011 11:44:46 +0000 (11:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 3 Mar 2011 11:44:46 +0000 (11:44 +0000)
commit88743d87690be38b662114ad9f916e0c6b7074b8
tree78b949d1a335f9214f6c2bf4af6259a3042dddcb
parent0911a63df6aeaa6d22129e5be33256d3ea1235cc
Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t}

For the only user of this, instead explicitly pass the value into must_die()
As must_die() is always passed $name, eliminate its use of $Message.
t/re/ReTest.pl
t/re/pat.t