summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2010-11-26 22:08:43 +0000
committerNicholas Bamber <nicholas@periapt.co.uk>2010-11-26 22:08:43 +0000
commit9e62fccfaba9a6c64846b86f911d6286a490fddc (patch)
tree8a7ef90d1a5fd8446a48cf80e89c87032de43553 /META.yml
[svn-inject] Installing original source of libtest-database-perl (1.11)
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..4dcb4e0
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,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