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

Commit 831d811

Browse files
cleanup
1 parent b6f2d19 commit 831d811

File tree

9 files changed

+7
-681
lines changed

9 files changed

+7
-681
lines changed

Makefile

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ C_FILES =
164164
O_FILES =
165165
H_FILES =
166166
MAN1PODS =
167-
MAN3PODS = lib/HEXONET.pm \
168-
lib/HEXONET/Apiconnector/Response.pm \
169-
lib/HEXONET/Apiconnector/Util.pm \
170-
lib/WebService/Hexonet.pm \
167+
MAN3PODS = lib/WebService/Hexonet.pm \
171168
lib/WebService/Hexonet/Connector.pm \
172169
lib/WebService/Hexonet/Connector/Connection.pm \
173170
lib/WebService/Hexonet/Connector/Response.pm \
@@ -194,10 +191,7 @@ PERL_ARCHIVEDEP =
194191
PERL_ARCHIVE_AFTER =
195192

196193

197-
TO_INST_PM = lib/HEXONET.pm \
198-
lib/HEXONET/Apiconnector/Response.pm \
199-
lib/HEXONET/Apiconnector/Util.pm \
200-
lib/WebService/Hexonet.pm \
194+
TO_INST_PM = lib/WebService/Hexonet.pm \
201195
lib/WebService/Hexonet/Connector.pm \
202196
lib/WebService/Hexonet/Connector/Connection.pm \
203197
lib/WebService/Hexonet/Connector/Response.pm \
@@ -428,18 +422,12 @@ POD2MAN = $(POD2MAN_EXE)
428422

429423

430424
manifypods : pure_all config \
431-
lib/HEXONET.pm \
432-
lib/HEXONET/Apiconnector/Response.pm \
433-
lib/HEXONET/Apiconnector/Util.pm \
434425
lib/WebService/Hexonet.pm \
435426
lib/WebService/Hexonet/Connector.pm \
436427
lib/WebService/Hexonet/Connector/Connection.pm \
437428
lib/WebService/Hexonet/Connector/Response.pm \
438429
lib/WebService/Hexonet/Connector/Util.pm
439430
$(NOECHO) $(POD2MAN) --section=$(MAN3EXT) --perm_rw=$(PERM_RW) -u \
440-
lib/HEXONET.pm $(INST_MAN3DIR)/HEXONET.$(MAN3EXT) \
441-
lib/HEXONET/Apiconnector/Response.pm $(INST_MAN3DIR)/HEXONET::Apiconnector::Response.$(MAN3EXT) \
442-
lib/HEXONET/Apiconnector/Util.pm $(INST_MAN3DIR)/HEXONET::Apiconnector::Util.$(MAN3EXT) \
443431
lib/WebService/Hexonet.pm $(INST_MAN3DIR)/WebService::Hexonet.$(MAN3EXT) \
444432
lib/WebService/Hexonet/Connector.pm $(INST_MAN3DIR)/WebService::Hexonet::Connector.$(MAN3EXT) \
445433
lib/WebService/Hexonet/Connector/Connection.pm $(INST_MAN3DIR)/WebService::Hexonet::Connector::Connection.$(MAN3EXT) \
@@ -872,9 +860,6 @@ ppd :
872860

873861
pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
874862
$(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\''$(INST_LIB)/auto'\'', q[$(PM_FILTER)], '\''$(PERM_DIR)'\'')' -- \
875-
'lib/HEXONET.pm' 'blib/lib/HEXONET.pm' \
876-
'lib/HEXONET/Apiconnector/Response.pm' 'blib/lib/HEXONET/Apiconnector/Response.pm' \
877-
'lib/HEXONET/Apiconnector/Util.pm' 'blib/lib/HEXONET/Apiconnector/Util.pm' \
878863
'lib/WebService/Hexonet.pm' 'blib/lib/WebService/Hexonet.pm' \
879864
'lib/WebService/Hexonet/Connector.pm' 'blib/lib/WebService/Hexonet/Connector.pm' \
880865
'lib/WebService/Hexonet/Connector/Connection.pm' 'blib/lib/WebService/Hexonet/Connector/Connection.pm' \

docs/apiconnector.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 Tue Jul 24 08:51:10 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:53:12 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/connection.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 Tue Jul 24 08:51:10 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:53:12 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/hexonet.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 Tue Jul 24 08:51:10 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:53:12 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/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 Tue Jul 24 08:51:10 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:53:12 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 Tue Jul 24 08:51:10 2018 GMT.
8+
under Perl v5.026000 at Tue Jul 24 08:53:12 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: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)