Skip to content

Commit d4a35d3

Browse files
committed
Update Abstract - Abstract.pm
1 parent af92c52 commit d4a35d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CellBIS/SQL/Abstract.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Mojo::Util qw(trim);
66
use CellBIS::SQL::Abstract::Util;
77
use CellBIS::SQL::Abstract::Table;
88

9-
# ABSTRACT: SQL Abstract
9+
# ABSTRACT: SQL Query Generator
1010
our $VERSION = '0.6';
1111

1212
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };

0 commit comments

Comments
 (0)