File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11Change log for SQL::QueryBuilder::OO
22$Date$
33
4+ 0.2.4 2015-09-16 (Wed, 16 Sep 2015)
5+ * removed several "write to $_" occurrences that invaded callers' namespace
6+ * removed several unintended "to_string()" conversions when checking variables
7+ * fixed sqlValueList to optionally convert its arguments to sqlParameter
8+ * replaced cumbersome "getLastInsertId" implementation with native DBI code
9+
4100.2.3 2015-09-02 (Wed, 2 Sep 2015)
511 * code clean-up according to self-defined Perl::Critic rules
612 * added "no warning" pragma for experimental features
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ theme = docs || mine || pbp || bugs
77
88#------------------------------------------------------------------------------
99
10+ [-Bangs::ProhibitBitwiseOperators]
11+
1012[BuiltinFunctions::ProhibitBooleanGrep]
1113add_themes = mine
1214
@@ -55,6 +57,7 @@ add_themes = docs
5557
5658
5759[-Subroutines::ProhibitBuiltinHomonyms]
60+ [-Subroutines::ProhibitCallsToUnexportedSubs]
5861
5962[-References::ProhibitDoubleSigils]
6063
You can’t perform that action at this time.
0 commit comments