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

Commit b6f2d19

Browse files
reviewed documentation
1 parent 0f44cf5 commit b6f2d19

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

MYMETA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"abstract" : "Connector library for the insanely fast L<Hexonet Backend API|https://www.hexonet.net/>.",
2+
"abstract" : "Connector library for the insanely fast L<HEXONET Backend API|https://www.hexonet.net/>.",
33
"author" : [
44
"hexonet <[email protected]>"
55
],

MYMETA.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
abstract: 'Connector library for the insanely fast L<Hexonet Backend API|https://www.hexonet.net/>.'
2+
abstract: 'Connector library for the insanely fast L<HEXONET Backend API|https://www.hexonet.net/>.'
33
author:
44
- 'hexonet <[email protected]>'
55
build_requires:

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ realclean purge :: realclean_subdirs
512512
metafile : create_distdir
513513
$(NOECHO) $(ECHO) Generating META.yml
514514
$(NOECHO) $(ECHO) '---' > META_new.yml
515-
$(NOECHO) $(ECHO) 'abstract: '\''Connector library for the insanely fast L<Hexonet Backend API|https://www.hexonet.net/>.'\''' >> META_new.yml
515+
$(NOECHO) $(ECHO) 'abstract: '\''Connector library for the insanely fast L<HEXONET Backend API|https://www.hexonet.net/>.'\''' >> META_new.yml
516516
$(NOECHO) $(ECHO) 'author:' >> META_new.yml
517517
$(NOECHO) $(ECHO) ' - '\''hexonet <[email protected]>'\''' >> META_new.yml
518518
$(NOECHO) $(ECHO) 'build_requires:' >> META_new.yml
@@ -536,7 +536,7 @@ metafile : create_distdir
536536
-$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml
537537
$(NOECHO) $(ECHO) Generating META.json
538538
$(NOECHO) $(ECHO) '{' > META_new.json
539-
$(NOECHO) $(ECHO) ' "abstract" : "Connector library for the insanely fast L<Hexonet Backend API|https://www.hexonet.net/>.",' >> META_new.json
539+
$(NOECHO) $(ECHO) ' "abstract" : "Connector library for the insanely fast L<HEXONET Backend API|https://www.hexonet.net/>.",' >> META_new.json
540540
$(NOECHO) $(ECHO) ' "author" : [' >> META_new.json
541541
$(NOECHO) $(ECHO) ' "hexonet <[email protected]>"' >> META_new.json
542542
$(NOECHO) $(ECHO) ' ],' >> META_new.json
@@ -859,7 +859,7 @@ testdb_static :: static pure_all
859859
# Creates a PPD (Perl Package Description) for a binary distribution.
860860
ppd :
861861
$(NOECHO) $(ECHO) '<SOFTPKG NAME="WebService-Hexonet-Connector" VERSION="1.01">' > WebService-Hexonet-Connector.ppd
862-
$(NOECHO) $(ECHO) ' <ABSTRACT>Connector library for the insanely fast L&lt;Hexonet Backend API|https://www.hexonet.net/&gt;.</ABSTRACT>' >> WebService-Hexonet-Connector.ppd
862+
$(NOECHO) $(ECHO) ' <ABSTRACT>Connector library for the insanely fast L&lt;HEXONET Backend API|https://www.hexonet.net/&gt;.</ABSTRACT>' >> WebService-Hexonet-Connector.ppd
863863
$(NOECHO) $(ECHO) ' <AUTHOR>hexonet &lt;[email protected]&gt;</AUTHOR>' >> WebService-Hexonet-Connector.ppd
864864
$(NOECHO) $(ECHO) ' <IMPLEMENTATION>' >> WebService-Hexonet-Connector.ppd
865865
$(NOECHO) $(ECHO) ' <ARCHITECTURE NAME="x86_64-linux-gnu-thread-multi-5.26" />' >> WebService-Hexonet-Connector.ppd

docs/apiconnector.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
generated by Pod::Simple::HTML v3.35,
77
using Pod::Simple::PullParser v3.35,
8-
under Perl v5.026000 at Mon Jul 23 14:56:23 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:51:10 2018 GMT.
99
1010
If you want to change this HTML document, you probably shouldn't do that
1111
by changing it directly. Instead, see about changing the calling options
@@ -24,7 +24,7 @@ <h1><a class='u'
2424
>NAME</a></h1>
2525

2626
<p>WebService::Hexonet::Connector - Connector library for the insanely fast <a href="https://www.hexonet.net/" class="podlinkurl"
27-
>Hexonet Backend API</a>.</p>
27+
>HEXONET Backend API</a>.</p>
2828

2929
<h1><a class='u'
3030
name="SYNOPSIS"

docs/connection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
generated by Pod::Simple::HTML v3.35,
77
using Pod::Simple::PullParser v3.35,
8-
under Perl v5.026000 at Mon Jul 23 14:56:23 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:51:10 2018 GMT.
99
1010
If you want to change this HTML document, you probably shouldn't do that
1111
by changing it directly. Instead, see about changing the calling options
@@ -30,7 +30,7 @@ <h1><a class='u'
3030
>DESCRIPTION</a></h1>
3131

3232
<p>This package provides any API client functionality that you need to communicate with the insanely fast <a href="https://www.hexonet.net/" class="podlinkurl"
33-
>Hexonet Backend API</a>.
33+
>HEXONET Backend API</a>.
3434
A short hand method to instantiate the API client is provided as WebService::Hexonet::Connector::connect and its usage is described in that appropriate file.</p>
3535

3636
<p>The API client library itself cares about requesting provided commands to the Backend API by using the given configuration data (credentials,

docs/hexonet.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
generated by Pod::Simple::HTML v3.35,
77
using Pod::Simple::PullParser v3.35,
8-
under Perl v5.026000 at Mon Jul 23 14:56:23 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:51:10 2018 GMT.
99
1010
If you want to change this HTML document, you probably shouldn't do that
1111
by changing it directly. Instead, see about changing the calling options
@@ -24,14 +24,14 @@ <h1><a class='u'
2424
>NAME</a></h1>
2525

2626
<p>WebService::Hexonet - Namespace package for modules provided by <a href="https://www.hexonet.net/" class="podlinkurl"
27-
>Hexonet</a>.</p>
27+
>HEXONET</a>.</p>
2828

2929
<h1><a class='u'
3030
name="DESCRIPTION"
3131
>DESCRIPTION</a></h1>
3232

3333
<p>This module is just used as namespace package for module provided by <a href="https://www.hexonet.net/" class="podlinkurl"
34-
>Hexonet</a> and does not provide any further functionality.</p>
34+
>HEXONET</a> and does not provide any further functionality.</p>
3535

3636
<h1><a class='u'
3737
name="AVAILABLE_MODULES"

docs/response.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
generated by Pod::Simple::HTML v3.35,
77
using Pod::Simple::PullParser v3.35,
8-
under Perl v5.026000 at Mon Jul 23 14:56:23 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:51:10 2018 GMT.
99
1010
If you want to change this HTML document, you probably shouldn't do that
1111
by changing it directly. Instead, see about changing the calling options

docs/util.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--
66
generated by Pod::Simple::HTML v3.35,
77
using Pod::Simple::PullParser v3.35,
8-
under Perl v5.026000 at Mon Jul 23 14:56:23 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:51:10 2018 GMT.
99
1010
If you want to change this HTML document, you probably shouldn't do that
1111
by changing it directly. Instead, see about changing the calling options

lib/HEXONET.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ __END__
1313
1414
=head1 NAME
1515
16-
Hexonet - Namespace package for any module provided by L<Hexonet|https://www.hexonet.net/>.
16+
Hexonet - Namespace package for any module provided by L<HEXONET|https://www.hexonet.net/>.
1717
1818
=head1 DESCRIPTION
1919
20-
This module is just used as namespace package for any module provided by L<Hexonet|https://www.hexonet.net/>
20+
This module is just used as namespace package for any module provided by L<HEXONET|https://www.hexonet.net/>
2121
and does not provide any further functionality.
2222
2323
=head1 AVAILABLE MODULES
@@ -26,7 +26,7 @@ Up to now we provide the following modules:
2626
2727
=over 4
2828
29-
=item L<Hexonet::Connector> - Connector Library for our Backend API.
29+
=item L<HEXONET::Connector> - Connector Library for our Backend API.
3030
3131
=back
3232

lib/WebService/Hexonet.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ __END__
1313
1414
=head1 NAME
1515
16-
WebService::Hexonet - Namespace package for modules provided by L<Hexonet|https://www.hexonet.net/>.
16+
WebService::Hexonet - Namespace package for modules provided by L<HEXONET|https://www.hexonet.net/>.
1717
1818
=head1 DESCRIPTION
1919
20-
This module is just used as namespace package for module provided by L<Hexonet|https://www.hexonet.net/>
20+
This module is just used as namespace package for module provided by L<HEXONET|https://www.hexonet.net/>
2121
and does not provide any further functionality.
2222
2323
=head1 AVAILABLE MODULES

0 commit comments

Comments
 (0)