Your IP : 216.73.217.90


Current Path : /proc/thread-self/root/proc/self/root/usr/share/doc/perl-DBIx-Class/t/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/perl-DBIx-Class/t/63register_column.t

use strict;
use warnings;

use Test::More;
use Test::Exception;
use lib qw(t/lib);
use DBICTest;

lives_ok {
  DBICTest::Schema->load_classes('PunctuatedColumnName')
} 'registered columns with weird names';

done_testing;