Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 49136a3

Browse files
prepare new release
1 parent a1fe316 commit 49136a3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/WebService/Hexonet.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use WebService::Hexonet::Connector;
77

8-
our $VERSION = '1.06';
8+
our $VERSION = '1.07';
99

1010
1;
1111

lib/WebService/Hexonet/Connector.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use WebService::Hexonet::Connector::Connection;
77

8-
our $VERSION = '1.06';
8+
our $VERSION = '1.07';
99

1010
sub connect {
1111
return WebService::Hexonet::Connector::Connection->new(@_);

lib/WebService/Hexonet/Connector/Connection.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use WebService::Hexonet::Connector::Response;
66
use WebService::Hexonet::Connector::Util;
77
use LWP::UserAgent;
88

9-
our $VERSION = '1.06';
9+
our $VERSION = '1.07';
1010

1111
sub new {
1212
my $class = shift;

lib/WebService/Hexonet/Connector/Response.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use overload
88
'@{}' => \&as_list,
99
;
1010

11-
our $VERSION = '1.06';
11+
our $VERSION = '1.07';
1212

1313
sub new {
1414
my $class = shift;

lib/WebService/Hexonet/Connector/Util.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use base 'Exporter';
77
use Time::Local;
88
use MIME::Base64;
99

10-
our $VERSION = '1.06';
10+
our $VERSION = '1.07';
1111

1212
our @EXPORT = qw();
1313
our @EXPORT_OK = qw(sqltime timesql);

t/Hexonet-connector.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Test::More;
55
use Test::Exception;
66
use Test::RequiresInternet ( 'coreapi.1api.net' => 80 );
77

8-
our $VERSION = '1.06';
8+
our $VERSION = '1.07';
99

1010
##########################
1111
# TESTS for Connection.pm

0 commit comments

Comments
 (0)