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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
---
abstract: 'Oracle database driver for the DBI module'
author:
- 'Tim Bunce <timb@cpan.org>'
- 'John Scoles <byterock@cpan.org>'
- 'Yanick Champoux <yanick@cpan.org>'
- 'Martin J. Evans <mjevans@cpan.org>'
build_requires:
B: '0'
Carp: '0'
Data::Dumper: '0'
Devel::Peek: '0'
Encode: '0'
Math::BigInt: '0'
Test::More: '0.88'
Thread::Semaphore: '0'
lib: '0'
utf8: '0'
vars: '0'
configure_requires:
DBI: '1.51'
ExtUtils::MakeMaker: '6.30'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.014, CPAN::Meta::Converter version 2.140640'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: DBD-Oracle
provides:
DBD::Oracle:
file: lib/DBD/Oracle.pm
version: '1.74'
DBD::Oracle::GetInfo:
file: lib/DBD/Oracle/GetInfo.pm
version: '1.74'
DBD::Oracle::Object:
file: lib/DBD/Oracle/Object.pm
version: '1.74'
requires:
DBI: '0'
DynaLoader: '0'
Exporter: '0'
perl: '5.006'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/pythian/DBD-Oracle/issues
homepage: http://search.cpan.org/dist/DBD-Oracle/
repository: https://github.com/pythian/DBD-Oracle.git
version: '1.74'
x_authority: cpan:PYTHIAN
x_contributors:
- 'David E. Wheeler <david@justatheory.com>'
- 'David Perry <perry@pythian.com>'
- 'David Steinbrunner <dsteinbrunner@pobox.com>'
- 'Gwen Shapira <shapira@pythian.com>'
- 'Joe Crotty <joe.crotty@returnpath.net>'
- 'Michael Portnoy <portnoy@pythian.com>'
- 'StephenCIQG <StephenCIQG@50811bd7-b8ce-0310-adc1-d9db26280581>'
- 'cjardine <cjardine@50811bd7-b8ce-0310-adc1-d9db26280581>'
- 'gregor herrmann <gregoa@debian.org>'
- 'jurl <jurl@50811bd7-b8ce-0310-adc1-d9db26280581>'
- 'lbaxter <lbaxter@50811bd7-b8ce-0310-adc1-d9db26280581>'
- 'robert <robert@50811bd7-b8ce-0310-adc1-d9db26280581>'
x_help_wanted:
- developer
- documenter
- tester
|