Fixed Test::Builders regexp detection code.

2008-01-06 Thread demerphq
Just a heads up that I patched the core version of Test::Builder to
use more reliable and robust methods for detecting regexps in test
cases. This makes them robust to changes in the internals and also
prevents Test::Builder from getting confused if someone uses blessed
qr//'s.

Cheers,
yves

-- 
perl -Mre=debug -e /just|another|perl|hacker/


Re: Fixed Test::Builders regexp detection code.

2008-01-06 Thread Michael G Schwern
demerphq wrote:
 Just a heads up that I patched the core version of Test::Builder to
 use more reliable and robust methods for detecting regexps in test
 cases. This makes them robust to changes in the internals and also
 prevents Test::Builder from getting confused if someone uses blessed
 qr//'s.

Thanks.

For future reference, patches to dual core modules should please go upstream
to the CPAN version's bug tracker.

The bug tracker for Test::Builder is here.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple

or here
[EMAIL PROTECTED]


-- 
Stabbing you in the face so you don't have to.