DBIx-TableLoader-CSV
view release on metacpan or search on metacpan
"requires" : {
"DBD::Mock" : "0",
"DBI" : "0",
"Exporter" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Find" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"List::Util" : "0",
"Symbol" : "0",
"Test::Fatal" : "0",
"Test::MockObject" : "1.09",
"Test::More" : "0.96",
"Try::Tiny" : "0"
}
}
},
"provides" : {
"DBIx::TableLoader::CSV" : {
"file" : "lib/DBIx/TableLoader/CSV.pm",
"version" : "1.102"
build_requires:
DBD::Mock: 0
DBI: 0
Exporter: 0
ExtUtils::MakeMaker: 0
File::Find: 0
File::Spec::Functions: 0
File::Temp: 0
List::Util: 0
Symbol: 0
Test::Fatal: 0
Test::MockObject: 1.09
Test::More: 0.96
Try::Tiny: 0
configure_requires:
ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Makefile.PL view on Meta::CPAN
"BUILD_REQUIRES" => {
"DBD::Mock" => 0,
"DBI" => 0,
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Find" => 0,
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"List::Util" => 0,
"Symbol" => 0,
"Test::Fatal" => 0,
"Test::MockObject" => "1.09",
"Test::More" => "0.96",
"Try::Tiny" => 0
},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
},
"DISTNAME" => "DBIx-TableLoader-CSV",
"EXE_FILES" => [],
"LICENSE" => "perl",
t/00-report-prereqs.t view on Meta::CPAN
File::Basename
File::Find
File::Spec::Functions
File::Temp
List::Util
Module::Load
PerlIO::encoding
Pod::Coverage::TrustPod
Symbol
Test::CPAN::Meta
Test::Fatal
Test::MockObject
Test::More
Test::Pod
Test::Pod::Coverage
Text::CSV
Text::CSV_XS
Try::Tiny
perl
strict
warnings
t/csv_error.t view on Meta::CPAN
# vim: set ts=2 sts=2 sw=2 expandtab smarttab:
use strict;
use warnings;
use Test::More 0.96;
use Try::Tiny;
use Test::Fatal;
use lib 't/lib';
use CSVTester;
my $mod = $CSVTester::mod;
use DBI ();
use DBD::Mock ();
sub mock_st {
my ($session, $re, %opts) = @_;
( run in 3.232 seconds using v1.01-cache-2.11-cpan-54e63673c56 )