This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use WebService::Hexonet::Connector;
7
7
8
- our $VERSION = ' 1.02 ' ;
8
+ our $VERSION = ' 1.03 ' ;
9
9
10
10
1;
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use WebService::Hexonet::Connector::Connection;
7
7
8
- our $VERSION = ' 1.02 ' ;
8
+ our $VERSION = ' 1.03 ' ;
9
9
10
10
sub connect {
11
11
return WebService::Hexonet::Connector::Connection-> new(@_ );
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use WebService::Hexonet::Connector::Response;
6
6
use WebService::Hexonet::Connector::Util;
7
7
use LWP::UserAgent;
8
8
9
- our $VERSION = ' 1.02 ' ;
9
+ our $VERSION = ' 1.03 ' ;
10
10
11
11
sub new {
12
12
my $class = shift ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use overload
8
8
' @{}' => \&as_list,
9
9
;
10
10
11
- our $VERSION = ' 1.02 ' ;
11
+ our $VERSION = ' 1.03 ' ;
12
12
13
13
sub new {
14
14
my $class = shift ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use base 'Exporter';
7
7
use Time::Local;
8
8
use MIME::Base64;
9
9
10
- our $VERSION = ' 1.02 ' ;
10
+ our $VERSION = ' 1.03 ' ;
11
11
12
12
our @EXPORT = qw( ) ;
13
13
our @EXPORT_OK = qw( sqltime timesql) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use Test::More tests => 50;
5
5
use Test::Exception;
6
6
7
- our $VERSION = ' 1.02 ' ;
7
+ our $VERSION = ' 1.03 ' ;
8
8
9
9
# ######################################
10
10
# TESTS for Connection.pm
You can’t perform that action at this time.
0 commit comments