# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too
-$VERSION = '0.04999_06';
+$VERSION = '0.04999_07';
1;
use Test::More;
use lib qw(t/lib);
-eval 'use DBICTest::Plain; 1'
- or plan skip_all => 'Install Catalyst::Model::DBIC::Plain to run this test';
+use DBICTest::Plain;
plan tests => 1;
use strict;
use warnings;
-use base qw/Catalyst::Model::DBIC::Plain/;
+use base qw/DBIx::Class::Schema/;
use DBI;
my $db_file = "t/var/Plain.db";