We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a7d6 commit b58572eCopy full SHA for b58572e
Changes
@@ -2,6 +2,9 @@ Revision history for perl distribution CellBIS-SQL-Abstract
2
3
{{$NEXT}}
4
5
+0.5 2018-07-07 10:05:29+08:00 Asia/Makassar
6
+ Abstract.pm - Remove "say" on subroutine "select"
7
+
8
0.4 2018-07-07 09:13:36+08:00 Asia/Makassar
9
Fixed bugs on "select" method and update "02-select.t"
10
lib/CellBIS/SQL/Abstract.pm
@@ -6,7 +6,7 @@ use Mojo::Util qw(trim);
use CellBIS::SQL::Abstract::Utils;
# ABSTRACT: SQL Abstract
-our $VERSION = '0.4';
+our $VERSION = '0.5';
11
# For Query Insert :
12
# ------------------------------------------------------------------------
0 commit comments