Author: timbo
Date: Mon Jan 2 12:35:34 2012
New Revision: 15066
Modified:
dbi/trunk/Changes
dbi/trunk/README
Log:
add note about officially supported minimum perl version to Changes
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Mon Jan 2 12:35:34 2012
@@ -6,7 +6,12 @@
=cut
-=head2 Changes in DBI 1.617 (svn r15064) 2nd January 2012
+=head2 Changes in DBI 1.617 (svn r15066) 2nd January 2012
+
+ NOTE: The officially supported minimum perl version will change
+ from perl 5.8.1 (2003) to perl 5.8.3 (2004) in a future release.
+ (The last change, from perl 5.6 to 5.8.1, was announced
+ in July 2008 and implemented in DBI 1.611 in April 2010.)
Fixed ParamTypes example in the pod (Martin J. Evans)
Fixed the definition of ArrayTupleStatus and remove confusion over
Modified: dbi/trunk/README
==============================================================================
--- dbi/trunk/README (original)
+++ dbi/trunk/README Mon Jan 2 12:35:34 2012
@@ -19,7 +19,7 @@
make test
make install
Then delete the source directory tree since it's no longer needed.
- Or else use an installer like the cpan, cpanplus, or cpanm commands.
+ Or else use an installer like cpann, cpanplus, or cpan commands.
Use the 'perldoc DBI' command to read the DBI documentation.
See GETTING HELP section in DBI.pm for how to get help.