Fix DBIC::Schema->compose_namespace POD link
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 06c3_issues.t
1 use strict;
2 use warnings;
3
4 use FindBin qw/$Bin/;
5 use lib "$Bin/lib";
6
7 use Test::More tests => 1;
8
9 # This fails for me on 5.8.8 with the following module versions:
10 #
11 # Class:C3                 0.21
12 # Class::C3::Componentised 1.0005
13 # DBIx::Class              0.08013 (0.08099_05 works)
14
15 use TestAppC3Fail;
16