Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
oracle
libdbd-oracle-perl
Commits
2eb1b9be
Commit
2eb1b9be
authored
Apr 24, 2014
by
Yanick Champoux
Browse files
v1.74
parents
79087477
cb011d20
Changes
19
Expand all
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
2eb1b9be
Revision history for DBD::Oracle
1.74 2014-04-24
- Promote to stable.
1.73_01 2014-04-23
- Tweak fix for RT-88185. (GH#14, Martin J. Evans)
...
...
LICENSE
View file @
2eb1b9be
...
...
@@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
51 Franklin St,
Suite 500
, Boston, MA 02110-13
35
USA
51 Franklin St,
Fifth Floor
, Boston, MA 02110-13
01
USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
...
...
META.json
View file @
2eb1b9be
...
...
@@ -7,7 +7,7 @@
"Martin J. Evans <mjevans@cpan.org>"
],
"dynamic_config"
:
0
,
"generated_by"
:
"Dist::Zilla version 5.01
5
, CPAN::Meta::Converter version 2.1
3338
0"
,
"generated_by"
:
"Dist::Zilla version 5.01
4
, CPAN::Meta::Converter version 2.1
4064
0"
,
"license"
:
[
"perl_5"
],
...
...
@@ -57,18 +57,18 @@
"provides"
:
{
"DBD::Oracle"
:
{
"file"
:
"lib/DBD/Oracle.pm"
,
"version"
:
"1.7
3_01
"
"version"
:
"1.7
4
"
},
"DBD::Oracle::GetInfo"
:
{
"file"
:
"lib/DBD/Oracle/GetInfo.pm"
,
"version"
:
"1.7
3_01
"
"version"
:
"1.7
4
"
},
"DBD::Oracle::Object"
:
{
"file"
:
"lib/DBD/Oracle/Object.pm"
,
"version"
:
"1.7
3_01
"
"version"
:
"1.7
4
"
}
},
"release_status"
:
"
testing
"
,
"release_status"
:
"
stable
"
,
"resources"
:
{
"bugtracker"
:
{
"web"
:
"https://github.com/pythian/DBD-Oracle/issues"
...
...
@@ -80,7 +80,7 @@
"web"
:
"https://github.com/pythian/DBD-Oracle"
}
},
"version"
:
"1.7
3_01
"
,
"version"
:
"1.7
4
"
,
"x_authority"
:
"cpan:PYTHIAN"
,
"x_contributors"
:
[
"David E. Wheeler <david@justatheory.com>"
,
...
...
META.yml
View file @
2eb1b9be
...
...
@@ -6,49 +6,49 @@ author:
-
'
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
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
DBI
:
'
1.51
'
ExtUtils::MakeMaker:
'
6.30
'
dynamic_config
:
0
generated_by
:
'
Dist::Zilla
version
5.01
5
,
CPAN::Meta::Converter
version
2.1
3338
0'
generated_by
:
'
Dist::Zilla
version
5.01
4
,
CPAN::Meta::Converter
version
2.1
4064
0'
license
:
perl
meta-spec
:
url
:
http://module-build.sourceforge.net/META-spec-v1.4.html
version
:
1.4
version
:
'
1.4
'
name
:
DBD-Oracle
provides
:
DBD::Oracle:
file
:
lib/DBD/Oracle.pm
version
:
1.7
3_01
version
:
'
1.7
4'
DBD::Oracle::GetInfo:
file
:
lib/DBD/Oracle/GetInfo.pm
version
:
1.7
3_01
version
:
'
1.7
4'
DBD::Oracle::Object:
file
:
lib/DBD/Oracle/Object.pm
version
:
1.7
3_01
version
:
'
1.7
4'
requires
:
DBI
:
0
DynaLoader
:
0
Exporter
:
0
perl
:
5.006
strict
:
0
warnings
:
0
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.7
3_01
version
:
'
1.7
4'
x_authority
:
cpan:PYTHIAN
x_contributors
:
-
'
David
E.
Wheeler
<david@justatheory.com>'
...
...
README
View file @
2eb1b9be
...
...
@@ -2,7 +2,7 @@ NAME
DBD::Oracle - Oracle database driver for the DBI module
VERSION
version 1.7
3_01
version 1.7
4
SYNOPSIS
use DBI;
...
...
README.mkdn
View file @
2eb1b9be
This diff is collapsed.
Click to expand it.
lib/DBD/Oracle.pm
View file @
2eb1b9be
...
...
@@ -11,7 +11,7 @@ my $ORACLE_ENV = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';
{
package
DBD::
Oracle
;
$
DBD::Oracle::
VERSION
=
'
1.7
3_01
';
$
DBD::Oracle::
VERSION
=
'
1.7
4
';
BEGIN
{
$
DBD::Oracle::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -1225,7 +1225,7 @@ DBD::Oracle - Oracle database driver for the DBI module
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 SYNOPSIS
...
...
lib/DBD/Oracle/GetInfo.pm
View file @
2eb1b9be
package
DBD::Oracle::
GetInfo
;
$
DBD::Oracle::GetInfo::
VERSION
=
'
1.7
3_01
';
$
DBD::Oracle::GetInfo::
VERSION
=
'
1.7
4
';
BEGIN
{
$
DBD::Oracle::GetInfo::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -295,7 +295,7 @@ DBD::Oracle::GetInfo - Wrapper to get Oracle information
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 AUTHORS
...
...
lib/DBD/Oracle/Object.pm
View file @
2eb1b9be
package
DBD::Oracle::
Object
;
$
DBD::Oracle::Object::
VERSION
=
'
1.7
3_01
';
$
DBD::Oracle::Object::
VERSION
=
'
1.7
4
';
BEGIN
{
$
DBD::Oracle::Object::
AUTHORITY
=
'
cpan:PYTHIAN
';
}
...
...
@@ -40,7 +40,7 @@ DBD::Oracle::Object - Wrapper for Oracle objects
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 AUTHORS
...
...
lib/DBD/Oracle/Troubleshooting.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 CONNECTING TO ORACLE
...
...
lib/DBD/Oracle/Troubleshooting/Aix.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Aix - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 Using Visual Age 7 C Compiler
...
...
lib/DBD/Oracle/Troubleshooting/Cygwin.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Cygwin - Tips and Hints to Troubleshoot DBD::Oracl
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Hpux.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Hpux - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 INTRODUCTION
...
...
lib/DBD/Oracle/Troubleshooting/Linux.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Linux - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 SELinux and httpd
...
...
lib/DBD/Oracle/Troubleshooting/Macos.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Macos - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Sun.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Sun - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Vms.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Vms - Tips and Hints to Troubleshoot DBD::Oracle o
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 General Info
...
...
lib/DBD/Oracle/Troubleshooting/Win32.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Win32 - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 GENERAL INFO
...
...
lib/DBD/Oracle/Troubleshooting/Win64.pod
View file @
2eb1b9be
...
...
@@ -13,7 +13,7 @@ DBD::Oracle::Troubleshooting::Win64 - Tips and Hints to Troubleshoot DBD::Oracle
=head1 VERSION
version 1.7
3_01
version 1.7
4
=head1 DBD::Oracle and Windows 64bit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment