Subject: | t/embedded-WWW-Mechanize-FormFiller.t may fail because of unexpected characters |
The "Motto is set" test in t/embedded-WWW-Mechanize-FormFiller.t may fail. See http://www.cpantesters.org/cpan/report/1a48d496-6598-11e2-b688-38503a76466f for a sample test report.
Reason is that Data::Random's dict file has a couple of words which don't match \w:
$ perl -nle 'm{^\w+$} or print $_' /usr/perl5.18.1/lib/site_perl/5.18.1/Data/Random/dict
Bhagavad-Gita
home-brew
Ibero-
L'vov
Modula-2
Modula-3
O'Brien
O'Connell
O'Connor
O'Dell
O'Donnell
O'Dwyer
O'Hare
O'Leary
O'Neill
O'Shea
O'Sullivan
Serbo-
Sino-
Uruguay'a
So the test case should not accept only \w, but also ' and -
Regards,
Slaven