Codebase list libdbix-introspector-perl / upstream/0.001005 cpanfile
upstream/0.001005

Tree @upstream/0.001005 (Download .tar.gz)

cpanfile @upstream/0.001005raw · history · blame

1
2
3
4
5
6
7
8
requires 'DBI' => 1.628;
requires 'Moo' => 1.003001;

on test => sub {
   requires 'Test::More' => 0.99;
   requires 'Test::Roo' => 1.002;
   requires 'DBD::SQLite' => 1.40;
};