--- PApp-SQL/SQL.pm 2013/04/11 02:20:42 1.41 +++ PApp-SQL/SQL.pm 2017/10/07 15:54:35 1.42 @@ -27,10 +27,10 @@ This module provides you with easy-to-use functions to execute sql commands (using DBI). Despite being easy to use, they are also quite -efficient and allow you to write faster programs in less lines of code. It -should work with anything from perl-5.004_01 onwards, but I only support -5.005+. UTF8 handling (the C family of functions) will only be -effective with perl version 5.006 and beyond. +efficient and allow you to write faster programs in fewer lines of +code. It should work with anything from perl-5.004_01 onwards, but I only +support 5.005+. UTF8 handling (the C family of functions) will +only be effective with perl version 5.006 and beyond. If the descriptions here seem terse or if you always wanted to know what PApp is then have a look at the PApp module which uses this module @@ -47,7 +47,7 @@ BEGIN { use base qw(Exporter DynaLoader); - $VERSION = '2.0'; + $VERSION = '2.001'; @EXPORT = qw( sql_exec sql_fetch sql_fetchall sql_exists sql_insertid $sql_exec sql_uexec sql_ufetch sql_ufetchall sql_uexists