Subject: | Tests Fail Under Test::Simple > 0.60 |
The test suite, and someone the usage of filecompares at all breaks
under Test::Simple > 0.60, the versions with the carriage return/output
format changes...
For example:
# STDERR is:
# # File t/aaa.txt does not match '(?-xism:[xyz])'
#
# # Failed test 'file contents match regexp'
# # in t/10.basic.t at line 73.
#
# not:
# # File t/aaa.txt does not match '(?-xism:[xyz])'
# # Failed test (t/10.basic.t at line 73)
What is the best way to deal with this mess?