This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 12:19:53 +0000 (12:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 20:26:10 +0000 (20:26 +0000)
commit4d18b3536a6ea65f1042a9b0bb074065af24e3d7
tree09682c59aa4fc2ec847a1776d230f9b7e5d53e93
parente4e5d8ba244421803b58847e3016884d9b62a2ed
Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().

warning_like() provides a subset of the functionality of the routine of the
same name in Test::Warn. Remove the definition of must_warn() in t/re/subst.t,
which had been copied from t/re/ReTest.pl from when ReTest.pl and test.pl
clashed.
t/re/pat_advanced.t
t/re/subst.t
t/test.pl