Nilson Santos Figueiredo Junior wrote: >It happens on the 22th test, where you check for warnings when dumping >the schema. The test fails because besides the expected warnings, you >also get a lot of those nasty "attempt to free unreferenced scalar" >that's been plaguing us Windows users for some time now. > > On a related note, being a Windows user and being extremely tired of those errors, I now run tests in a batch file like this:
prove -l %1 2>&1 | perl -p -e s/Attempt.*\n//; An ugly hack, but it works. - Ted Carnahan _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
