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

Commit 18c7a8d

Browse files
review build release script
1 parent dbc1541 commit 18c7a8d

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

MYMETA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
}
3636
},
3737
"release_status" : "stable",
38-
"version" : "1.00",
38+
"version" : "1.01",
3939
"x_serialization_backend" : "JSON::PP version 2.27400_02"
4040
}

MYMETA.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ no_index:
1818
- t
1919
- inc
2020
requires: {}
21-
version: '1.00'
21+
version: '1.01'
2222
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile

+22-22
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ DIRFILESEP = /
5858
DFSEP = $(DIRFILESEP)
5959
NAME = WebService::Hexonet::Connector
6060
NAME_SYM = WebService_Hexonet_Connector
61-
VERSION = 1.00
61+
VERSION = 1.01
6262
VERSION_MACRO = VERSION
63-
VERSION_SYM = 1_00
63+
VERSION_SYM = 1_01
6464
DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
65-
XS_VERSION = 1.00
65+
XS_VERSION = 1.01
6666
XS_VERSION_MACRO = XS_VERSION
6767
XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
6868
INST_ARCHLIB = blib/arch
@@ -164,9 +164,9 @@ 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 \
167+
MAN3PODS = lib/Hexonet.pm \
168+
lib/Hexonet/Apiconnector/Response.pm \
169+
lib/Hexonet/Apiconnector/Util.pm \
170170
lib/WebService/Hexonet.pm \
171171
lib/WebService/Hexonet/Connector.pm \
172172
lib/WebService/Hexonet/Connector/Connection.pm \
@@ -194,9 +194,9 @@ PERL_ARCHIVEDEP =
194194
PERL_ARCHIVE_AFTER =
195195

196196

197-
TO_INST_PM = lib/HEXONET.pm \
198-
lib/HEXONET/Apiconnector/Response.pm \
199-
lib/HEXONET/Apiconnector/Util.pm \
197+
TO_INST_PM = lib/Hexonet.pm \
198+
lib/Hexonet/Apiconnector/Response.pm \
199+
lib/Hexonet/Apiconnector/Util.pm \
200200
lib/WebService/Hexonet.pm \
201201
lib/WebService/Hexonet/Connector.pm \
202202
lib/WebService/Hexonet/Connector/Connection.pm \
@@ -271,7 +271,7 @@ RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
271271
DIST_CP = best
272272
DIST_DEFAULT = tardist
273273
DISTNAME = WebService-Hexonet-Connector
274-
DISTVNAME = WebService-Hexonet-Connector-1.00
274+
DISTVNAME = WebService-Hexonet-Connector-1.01
275275

276276

277277
# --- MakeMaker macro section:
@@ -428,18 +428,18 @@ POD2MAN = $(POD2MAN_EXE)
428428

429429

430430
manifypods : pure_all config \
431-
lib/HEXONET.pm \
432-
lib/HEXONET/Apiconnector/Response.pm \
433-
lib/HEXONET/Apiconnector/Util.pm \
431+
lib/Hexonet.pm \
432+
lib/Hexonet/Apiconnector/Response.pm \
433+
lib/Hexonet/Apiconnector/Util.pm \
434434
lib/WebService/Hexonet.pm \
435435
lib/WebService/Hexonet/Connector.pm \
436436
lib/WebService/Hexonet/Connector/Connection.pm \
437437
lib/WebService/Hexonet/Connector/Response.pm \
438438
lib/WebService/Hexonet/Connector/Util.pm
439439
$(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) \
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) \
443443
lib/WebService/Hexonet.pm $(INST_MAN3DIR)/WebService::Hexonet.$(MAN3EXT) \
444444
lib/WebService/Hexonet/Connector.pm $(INST_MAN3DIR)/WebService::Hexonet::Connector.$(MAN3EXT) \
445445
lib/WebService/Hexonet/Connector/Connection.pm $(INST_MAN3DIR)/WebService::Hexonet::Connector::Connection.$(MAN3EXT) \
@@ -531,7 +531,7 @@ metafile : create_distdir
531531
$(NOECHO) $(ECHO) ' - t' >> META_new.yml
532532
$(NOECHO) $(ECHO) ' - inc' >> META_new.yml
533533
$(NOECHO) $(ECHO) 'requires: {}' >> META_new.yml
534-
$(NOECHO) $(ECHO) 'version: '\''1.00'\''' >> META_new.yml
534+
$(NOECHO) $(ECHO) 'version: '\''1.01'\''' >> META_new.yml
535535
$(NOECHO) $(ECHO) 'x_serialization_backend: '\''CPAN::Meta::YAML version 0.018'\''' >> META_new.yml
536536
-$(NOECHO) $(MV) META_new.yml $(DISTVNAME)/META.yml
537537
$(NOECHO) $(ECHO) Generating META.json
@@ -572,7 +572,7 @@ metafile : create_distdir
572572
$(NOECHO) $(ECHO) ' }' >> META_new.json
573573
$(NOECHO) $(ECHO) ' },' >> META_new.json
574574
$(NOECHO) $(ECHO) ' "release_status" : "stable",' >> META_new.json
575-
$(NOECHO) $(ECHO) ' "version" : "1.00",' >> META_new.json
575+
$(NOECHO) $(ECHO) ' "version" : "1.01",' >> META_new.json
576576
$(NOECHO) $(ECHO) ' "x_serialization_backend" : "JSON::PP version 2.27400_02"' >> META_new.json
577577
$(NOECHO) $(ECHO) '}' >> META_new.json
578578
-$(NOECHO) $(MV) META_new.json $(DISTVNAME)/META.json
@@ -858,7 +858,7 @@ testdb_static :: static pure_all
858858
# --- MakeMaker ppd section:
859859
# Creates a PPD (Perl Package Description) for a binary distribution.
860860
ppd :
861-
$(NOECHO) $(ECHO) '<SOFTPKG NAME="WebService-Hexonet-Connector" VERSION="1.00">' > WebService-Hexonet-Connector.ppd
861+
$(NOECHO) $(ECHO) '<SOFTPKG NAME="WebService-Hexonet-Connector" VERSION="1.01">' > WebService-Hexonet-Connector.ppd
862862
$(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
@@ -872,9 +872,9 @@ ppd :
872872

873873
pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)
874874
$(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' \
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' \
878878
'lib/WebService/Hexonet.pm' 'blib/lib/WebService/Hexonet.pm' \
879879
'lib/WebService/Hexonet/Connector.pm' 'blib/lib/WebService/Hexonet/Connector.pm' \
880880
'lib/WebService/Hexonet/Connector/Connection.pm' 'blib/lib/WebService/Hexonet/Connector/Connection.pm' \

scripts/buildrelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
make && cover -test && make tardist
2+
perl Makefile.PL && make && cover -test && make tardist

0 commit comments

Comments
 (0)