On Thu, Nov 15, 2007 at 09:40:47PM +0000, Andy Armstrong wrote: > On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote: > >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> > > > I've fixed the incompatibility in Test::Harness's handling of @INC > propagation to the test script. It now behaves like 2.64. Parrot's > tests now run without these errors. > > The changes will show up in Test::Harness 3.02 which will probably be > released in the next few days. In the mean-time early adopters and > those afflicted by a broken 3.01 can grab 3.02 from the subversion repo: > > http://svn.hexten.net/tapx/trunk > > Or can download a tarball of the latest build from > > http://hexten.net/tapx/ > > Thanks for the report :)
Thank you for the rapid fix! I can confirm that after installing the latest version from the subversion repo, 'make test' operates as I would expect it to with Parrot. Thanks again! Pm