Skip to content

Commit

Permalink
announce the removal of Oraperl for 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Sep 13, 2011
1 parent 76e918d commit b2b1848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Changes in DBD-Oracle XXX
- convert a symbolically linked ORACLE_HOME to an absolute path
(patch by H.Merijn Brand, applied by Martin J. Evans) [rt70785]

[DOCUMENTATION]
- announce that Oraperl will be removed from the dist by v1.38.

Changes in DBD-Oracle 1.30
[DOCUMENTATION]
- add warning about RT#69350 in documentation
Expand Down
7 changes: 6 additions & 1 deletion Oraperl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ __END__
=head1 NAME
Oraperl - deprecated (Repreived for now, but Will be removed in a future release) Perl access to Oracle databases for old oraperl scripts
Oraperl - [DEPRECATED] Perl access to Oracle databases for old oraperl scripts
=head1 SYNOPSIS
Expand Down Expand Up @@ -292,6 +292,11 @@ text instead:
eval 'use Oraperl; 1;' || die $@ if $] >= 5;
The use of I<Oraperl> is deprecated in favor of L<DBD::Oracle>,
and will be removed from the I<DBD::Oracle> distribution as of
1.38.
=head2 Principal Functions
The main functions for database access are &ora_login(), &ora_open(),
Expand Down

0 comments on commit b2b1848

Please sign in to comment.