Hi,


 I am using the module DDL::Oracle, with
Perl 5.12, and have received the warning message  "Using an array as a
reference is deprecated."  



According to the perldiag website, http://perldoc.perl.org/perldiag.html:



"Using an array as a reference is deprecated



(D deprecated) You tried to use an array as a reference, as in
@foo->[23] or @$ref->[99] . Versions of perl <= 5.6.1 used to
allow this syntax, but shouldn't have. It is now deprecated, and will
be removed in a future version."



 I've made a patch that fixes this by replacing all instances of @$row->[0] 
with $row->[0].



I wanted to contact the author of the module, Richard Sutherland, to
email him the patch, but his email listed on CPAN is undeliverable. 
Does anyone know how I could contact him?



Thank you,



Erica                                     

Attachment: DDLOracle.patch
Description: Binary data

Reply via email to