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 -- p

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