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

Commit 478d98a

Browse files
prepare new release
1 parent 2d2fcfe commit 478d98a

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.02';
8+
our $VERSION = '1.03';
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.02';
8+
our $VERSION = '1.03';
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.02';
9+
our $VERSION = '1.03';
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.02';
11+
our $VERSION = '1.03';
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.02';
10+
our $VERSION = '1.03';
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
@@ -4,7 +4,7 @@ use warnings;
44
use Test::More tests => 50;
55
use Test::Exception;
66

7-
our $VERSION = '1.02';
7+
our $VERSION = '1.03';
88

99
#######################################
1010
# TESTS for Connection.pm

0 commit comments

Comments
 (0)