The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name     'DBIx-Class-RandomColumns';
license  'perl';
all_from 'lib/DBIx/Class/RandomColumns.pm';
author   'Bernhard Graf <graf (?) cpan.org>';

requires 'DBIx::Class' => '0.08009';
requires 'parent';

test_requires 'Test::More';
test_requires 'Test::Exception';
test_requires 'Path::Class';
test_requires 'SQL::Translator';
test_requires 'DBD::SQLite' => '1.11';

auto_install;

WriteAll;