Subject: | t/inflate/hri.t fails with current base.pm |
Date: | Wed, 8 Jan 2014 17:46:45 +0000 |
To: | bug-DBIx-Class [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
On Perl 5.19.7, which has base.pm-2.20, DBIx-Class fails one of its tests:
t/inflate/hri.t .. {UNKNOWN}: Can't locate DBICTest/CDSubclass.pm in @INC (you may need to install the DBICTest::CDSubclass module) (@INC contains: t/lib /opt/perl-5.19.7/cpan/build/DBIx-Class-0.08250-vjvhOV/blib/arch /opt/perl-5.19.7/cpan/build/DBIx-Class-0.08250-vjvhOV/blib/lib /opt/perl-5.19.7/lib/site_perl/5.19.7/i686-linux-64int-ld /opt/perl-5.19.7/lib/site_perl/5.19.7 /opt/perl-5.19.7/vendor/lib/vendor_perl/5.19.7/i686-linux-64int-ld /opt/perl-5.19.7/vendor/lib/vendor_perl/5.19.7 /opt/perl-5.19.7/lib/5.19.7/i686-linux-64int-ld /opt/perl-5.19.7/lib/5.19.7 .) at /opt/perl-5.19.7/lib/site_perl/5.19.7/Class/C3/Componentised.pm line 150, <> line 1. at /opt/perl-5.19.7/lib/site_perl/5.19.7/Class/C3/Componentised.pm line 155
t/inflate/hri.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Copying base.pm-2.18 into blib/lib makes it pass. Evidently this test
script's logic around its inline class DBICTest::CDSubclass doesn't
agree with base.pm's changed behaviour.
-zefram