Remove obsolete docs for arrayrefref as select source
Dagfinn Ilmari Mannsåker [Sat, 27 Jan 2018 11:51:29 +0000 (11:51 +0000)]
Support for this was removed as "useless", with no Changes or
documentation update, in version 1.74 (commit
a0d6d3230359880681d5d328d6b1775c0fbe5983).

Changes
lib/SQL/Abstract.pm

diff --git a/Changes b/Changes
index c05b290..051d029 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for SQL::Abstract
 
+    - Remove obsolete documentation about arrayrefref as the $source
+      argument for ->select (removed in version 1.74)
+
 1.85 - 2018-01-27
     - Restore perl version requirement missed in the Distar port
     - Factor out the SET ... part of UPDATE for subclassability (GH#12)
index 4c3302d..d3b17c3 100644 (file)
@@ -2143,8 +2143,7 @@ Specification of the 'FROM' part of the statement.
 The argument can be either a plain scalar (interpreted as a table
 name, will be quoted), or an arrayref (interpreted as a list
 of table names, joined by commas, quoted), or a scalarref
-(literal table name, not quoted), or a ref to an arrayref
-(list of literal table names, joined by commas, not quoted).
+(literal SQL, not quoted).
 
 =item $fields