Bio-DB-Big
view release on metacpan or search on metacpan
# warnings not treated as errors
'-Wno-error',
# Don't care about unused results from function calls
'-Wno-unused-result',
],
build_requires => { 'ExtUtils::CBuilder' => 0, },
configure_requires => { 'Module::Build' => 0.42, 'Module::Build::Pluggable' => 0, 'Module::Build::Pluggable::CPANfile' => 0, },
test_requires => { 'Test::Fake::HTTPD', => 0, 'Test::Differences' => 0, 'Test::Exception' => 0, 'Test::Output' => 0, },
requires => { 'perl' => '5.008' },
meta_merge => {
'resources' => {
'repository' => 'https://github.com/Ensembl/Bio-DB-Big',
},
},
);
$build->find_libbigwig;
$build->set_include_and_compiler_flags;
"Module::Build::Pluggable::CPANfile" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.008"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::Fake::HTTPD" : "0",
"Test::Output" : "0"
}
}
},
"provides" : {
"Bio::DB::Big" : {
"file" : "lib/Bio/DB/Big.pm",
"version" : "v1.0.1"
---
abstract: 'Perl interface to bigWigLib for accessing the kent big formats'
author:
- 'Andy Yates'
build_requires:
ExtUtils::CBuilder: '0'
Test::Differences: '0'
Test::Exception: '0'
Test::Fake::HTTPD: '0'
Test::Output: '0'
configure_requires:
Module::Build: '0.42'
Module::Build::Pluggable: '0'
Module::Build::Pluggable::CPANfile: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150010'
license: open_source
requires 'Module::Build::Pluggable::CPANfile';
};
on 'build' => sub {
requires 'ExtUtils::CBuilder';
};
on 'test' => sub {
requires 'Test::More';
requires 'FindBin';
requires 'Test::Differences';
requires 'Test::Fake::HTTPD';
requires 'Test::Exception';
requires 'Test::Output';
};
t/30autosql.t view on Meta::CPAN
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
=cut
use strict;
use warnings;
use Test::More;
use Test::Differences;
use Test::Exception;
use Bio::DB::Big::AutoSQL;
my $raw_autosql = qq{table addressBook
"A simple address book"
(
uint id primary auto; "Autoincrementing primary key for this record."
string name unique; "Name - first or last or both, we don't care, except it must be unique"
lstring address; "Street address"
( run in 0.786 second using v1.01-cache-2.11-cpan-39bf76dae61 )