summaryrefslogtreecommitdiff
path: root/META.yml
blob: 4dcb4e09357d0389a01d0022231c21570c9365db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
name: Test-Database
version: 1.11
author:
  - 'Philippe Bruhat (BooK) <book@cpan.org>'
abstract: Database handles ready for testing
license: perl
resources:
  license: http://dev.perl.org/licenses/
  repository: http://github.com/book/Test-Database
requires:
  DBI: 1
  File::HomeDir: 0.5
  File::Path: 0
  File::Spec: 0
  YAML::Tiny: 1.27
  perl: 5.006
  version: 0
build_requires:
  Test::More: 0
provides:
  Test::Database:
    file: lib/Test/Database.pm
    version: 1.11
  Test::Database::Driver:
    file: lib/Test/Database/Driver.pm
  Test::Database::Driver::CSV:
    file: lib/Test/Database/Driver/CSV.pm
  Test::Database::Driver::DBM:
    file: lib/Test/Database/Driver/DBM.pm
  Test::Database::Driver::Pg:
    file: lib/Test/Database/Driver/Pg.pm
  Test::Database::Driver::SQLite:
    file: lib/Test/Database/Driver/SQLite.pm
  Test::Database::Driver::SQLite2:
    file: lib/Test/Database/Driver/SQLite2.pm
  Test::Database::Driver::mysql:
    file: lib/Test/Database/Driver/mysql.pm
  Test::Database::Handle:
    file: lib/Test/Database/Handle.pm
  Test::Database::Util:
    file: lib/Test/Database/Util.pm
generated_by: Module::Build version 0.33
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4