JSAN

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

  Cwd: 3.01
  File::Path: 1.06
  File::Temp: 0.14
  Getopt::Long: 2.34
  LWP::Simple: 1.41
  SQL::Translator: 0.07
  Term::ReadLine: 1.01
  Test::More: 0.6
  YAML: 0.39
  Class::DBI::Loader::SQLite: 0.22
  Test::Differences: 0.47
  XML::XPath: 1.13
  ExtUtils::AutoInstall: 0.61
requires:
  perl: 5.6.0
  Class::DBI::SQLite: 0.09
  DBD::SQLite: 1.09
  Class::Accessor::Fast: 0.19
  Class::DBI: 0.96
  Class::DBI::DATA::Schema: 0.04
  Class::DBI::Loader: 0.22
  Cwd: 3.01
  File::Path: 1.06
  File::Temp: 0.14
  Getopt::Long: 2.34
  LWP::Simple: 1.41
  SQL::Translator: 0.07
  Term::ReadLine: 1.01
  Test::More: 0.6
  YAML: 0.39
  Class::DBI::Loader::SQLite: 0.22
  Test::Differences: 0.47
  XML::XPath: 1.13
  ExtUtils::AutoInstall: 0.61
no_index:
  directory:
    - inc
generated_by: Module::Install version 0.36

Makefile.PL  view on Meta::CPAN

	'Cwd'                         => '3.01',
	'File::Path'                  => '1.06',
	'File::Temp'                  => '0.14',
	'Getopt::Long'                => '2.34',
	'LWP::Simple'                 => '1.41',
	'SQL::Translator'             => '0.07',
	'Term::ReadLine'              => '1.01',
	'Test::More'                  => '0.6' ,
	'YAML'                        => '0.39',
	'Class::DBI::Loader::SQLite'  => '0.22',
	'Test::Differences'           => '0.47',
	'XML::XPath'                  => '1.13',
	'ExtUtils::AutoInstall'       => '0.61',
	);
while ( @modules ) {
	my $module  = shift @modules;
	my $version = shift @modules;
	requires( $module => $version );
	# I've left this, but it's only needed for testing classes I thought
	build_requires( $module => $version );
}



( run in 0.336 second using v1.01-cache-2.11-cpan-131fc08a04b )