On Wed, 14 Nov 2007, Patrick R . Michaud wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #47453] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47453 > > > > Last week I had to reinstall the OS on my desktop, and after > installing Test::TAP::HTMLMatrix (for 'make smoke') I now get > a lot of errors during 'make test' that look like: > > [...] > t/library/getopt_obj...........................ok > t/library/iter.................................Option -I not known > parrot -[abcCEfgGhjprStvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-o FILE] > <file> > t/library/iter................................. Dubious, test returned 1 > (wstat 256, 0x100) > No subtests run > t/library/md5..................................ok > t/library/mime_base64..........................Option -I not known > parrot -[abcCEfgGhjprStvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-o FILE] > <file> > t/library/mime_base64.......................... Dubious, test returned 1 > (wstat 256, 0x100) > No subtests run > t/library/parrotlib............................ok > t/library/pcre.................................ok > t/library/pg...................................Option -I not known > parrot -[abcCEfgGhjprStvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-o FILE] > <file> > t/library/pg................................... Dubious, test returned 1 > (wstat 256, 0x100) > No subtests run > t/library/protoobject..........................ok > [...]
That's a Test::Harness 3 change. It doesn't understand the #!./parrot lines at the top of some of the tests. -- Andy Dougherty [EMAIL PROTECTED]