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 af92c52 commit d4a35d3Copy full SHA for d4a35d3
lib/CellBIS/SQL/Abstract.pm
@@ -6,7 +6,7 @@ use Mojo::Util qw(trim);
6
use CellBIS::SQL::Abstract::Util;
7
use CellBIS::SQL::Abstract::Table;
8
9
-# ABSTRACT: SQL Abstract
+# ABSTRACT: SQL Query Generator
10
our $VERSION = '0.6';
11
12
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
0 commit comments