> Change 33556 by rgs@stcosmo on 2008/03/25 09:03:29 > > Subject: [PATCH] borg parent.pm > From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> > Date: Wed, 5 Mar 2008 17:19:32 -0800 (PST) > Message-ID: <57512.71.32.86.11.1204766372.squirrel@webmail.efn.org> > > Plus bump base.pm's version to a non-alpha number This change is causing the following failures: > ./perl.exe -Ilib lib/Devel/SelfStubber.t 1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 # /c/_/perl_tmp/33556/perl-current/perl.exe "-I../lib" "-ISSI-2596" Parent--2596 Can't locate object method "foo" via package "Parent" (perhaps you forgot to load "Parent"?) at Parent--2596 line 2. # /c/_/perl_tmp/33556/perl-current/perl.exe "-I../lib" "-ISSI-2596" Child--2596 # Child expect 'Parent' got 'Child' # Parent expect 'Parent' got '' not ok 7 ok 8 # /c/_/perl_tmp/33556/perl-current/perl.exe "-I../lib" "-ISSO-2596" Parent--2596 Can't locate object method "foo" via package "Parent" (perhaps you forgot to load "Parent"?) at Parent--2596 line 2. # /c/_/perl_tmp/33556/perl-current/perl.exe "-I../lib" "-ISSO-2596" Child--2596 # Child expect 'Child' got 'Child' # Parent expect 'Parent' got '' not ok 9 ok 10 ok 11 ok 12Thread Next