release 0.63
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 06c3_issues.t
CommitLineData
924bf2b9 1use strict;
2use warnings;
3
4use FindBin qw/$Bin/;
5use lib "$Bin/lib";
6
7use 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
15use TestAppC3Fail;
16