File tree 17 files changed +19
-16
lines changed
17 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 1
1
Changes log for Perl extension SQL::Statement
2
2
3
+ 1.414 2020-10-21
4
+ * re-release 1.413_001 without further changes
5
+
3
6
1.413_001 2020-09-28
4
7
* Spell check
5
8
* Be specific in which files to skip from the distribution
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use strict;
15
15
use warnings FATAL => " all" ;
16
16
17
17
use vars qw( $VERSION) ;
18
- $VERSION = ' 1.413_001 ' ;
18
+ $VERSION = ' 1.414 ' ;
19
19
20
20
use SQL::Dialects::Role;
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use strict;
15
15
use warnings FATAL => " all" ;
16
16
17
17
use vars qw( $VERSION) ;
18
- $VERSION = ' 1.413_001 ' ;
18
+ $VERSION = ' 1.414 ' ;
19
19
20
20
use SQL::Dialects::Role;
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use strict;
15
15
use warnings FATAL => " all" ;
16
16
17
17
use vars qw( $VERSION) ;
18
- $VERSION = ' 1.413_001 ' ;
18
+ $VERSION = ' 1.414 ' ;
19
19
20
20
use SQL::Dialects::Role;
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use warnings FATAL => "all";
16
16
17
17
use base qw( Exporter) ;
18
18
our @EXPORT = qw( get_config_as_hash) ;
19
- our $VERSION = ' 1.413_001 ' ;
19
+ our $VERSION = ' 1.414 ' ;
20
20
21
21
sub get_config_as_hash
22
22
{
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ use strict;
16
16
use warnings FATAL => " all" ;
17
17
use vars qw( $VERSION) ;
18
18
19
- $VERSION = ' 1.413_001 ' ;
19
+ $VERSION = ' 1.414 ' ;
20
20
21
21
use Carp qw( croak) ;
22
22
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ use Params::Util qw(_ARRAY0 _ARRAY _HASH);
22
22
use Scalar::Util qw( looks_like_number) ;
23
23
use Text::Balanced qw( extract_bracketed extract_multiple) ;
24
24
25
- $VERSION = ' 1.413_001 ' ;
25
+ $VERSION = ' 1.414 ' ;
26
26
27
27
BEGIN
28
28
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ use Params::Util qw(_INSTANCE _STRING _ARRAY _ARRAY0 _HASH0 _HASH);
32
32
33
33
# use locale;
34
34
35
- $VERSION = ' 1.413_001 ' ;
35
+ $VERSION = ' 1.414 ' ;
36
36
37
37
sub new
38
38
{
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use vars qw(@ISA $VERSION);
17
17
use SQL::Statement::Term ();
18
18
@ISA = qw( SQL::Statement::Term) ;
19
19
20
- $VERSION = ' 1.413_001 ' ;
20
+ $VERSION = ' 1.414 ' ;
21
21
22
22
=pod
23
23
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ ODBC 3.0 functions that are implemented with differences include:
235
235
=cut
236
236
237
237
use vars qw( $VERSION) ;
238
- $VERSION = ' 1.413_001 ' ;
238
+ $VERSION = ' 1.414 ' ;
239
239
240
240
=pod
241
241
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use strict;
15
15
use warnings FATAL => " all" ;
16
16
17
17
use vars qw( $VERSION %info) ;
18
- $VERSION = ' 1.413_001 ' ;
18
+ $VERSION = ' 1.414 ' ;
19
19
20
20
use SQL::Statement();
21
21
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use Carp ();
18
18
19
19
use SQL::Statement::Term ();
20
20
21
- our $VERSION = ' 1.413_001 ' ;
21
+ our $VERSION = ' 1.414 ' ;
22
22
23
23
@ISA = qw( SQL::Statement::Term) ;
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ use Carp ();
18
18
19
19
use SQL::Statement::Term ();
20
20
21
- our $VERSION = ' 1.413_001 ' ;
21
+ our $VERSION = ' 1.414 ' ;
22
22
23
23
@ISA = qw( SQL::Statement::Term) ;
24
24
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use strict;
17
17
use warnings FATAL => " all" ;
18
18
19
19
use vars qw( $VERSION) ;
20
- $VERSION = ' 1.413_001 ' ;
20
+ $VERSION = ' 1.414 ' ;
21
21
22
22
# ###################################
23
23
package SQL::Statement::RAM::Table ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ package SQL::Statement::Term;
13
13
use strict;
14
14
use warnings FATAL => " all" ;
15
15
16
- our $VERSION = ' 1.413_001 ' ;
16
+ our $VERSION = ' 1.414 ' ;
17
17
18
18
use Scalar::Util qw( weaken) ;
19
19
use Carp ();
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ use Data::Dumper;
22
22
use Params::Util qw( _HASH _ARRAY0 _INSTANCE) ;
23
23
use Scalar::Util qw( blessed weaken) ;
24
24
25
- our $VERSION = ' 1.413_001 ' ;
25
+ our $VERSION = ' 1.414 ' ;
26
26
27
27
my %oplist = (
28
28
' =' => ' Equal' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use strict;
15
15
use warnings FATAL => " all" ;
16
16
17
17
use vars qw( $VERSION) ;
18
- $VERSION = ' 1.413_001 ' ;
18
+ $VERSION = ' 1.414 ' ;
19
19
20
20
sub type
21
21
{
You can’t perform that action at this time.
0 commit comments