# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #51794] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51794 >
Running 'make test' in 'languages/urm' gives me complaints about _export_to_level. It looks like URM::Test tries to call an internal function of Test::More. [EMAIL PROTECTED]:~/devel/Parrot/trunk/languages/urm$ make test /usr/bin/perl -c urmc urmc syntax OK cd .. && /usr/bin/perl -I../lib urm/t/harness urm/t/in_out......Can't locate object method "_export_to_level" via package "URM::Test" at /home/bernhard/devel/Parrot/trunk/languages/urm/t/../lib/URM/Test.pm line 24. BEGIN failed--compilation aborted at urm/t/in_out.t line 6. # Looks like your test died before it could output anything. urm/t/in_out...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests Maybe the urm tests can be tricked into using Parrot::Test::Harness. This is all with Test::More 0.75. Regards, Bernhard