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

Commit 2d2fcfe

Browse files
updated changelog; fixed release script
1 parent a3f0989 commit 2d2fcfe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Changes

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Revision history for Perl extension Hexonet::Connector.
22

3+
1.03 Thu Jul 24 12:00:00 2018
4+
* fixed SDK docs
5+
* fixed build release script
6+
37
1.02 Thu Jul 24 11:00:00 2018
48
* reviewed documentation
5-
9+
610
1.01 Mon Jul 23 16:20:00 2018
711
* PrePAN review: lower case key names in documentation
812
* PrePAN review: Connection constructor / connect method using hash map

scripts/buildrelease.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#!/bin/bash
2-
perl Makefile.PL && make && cover -test && make tardist
2+
rm MANIFEST
3+
perl Makefile.PL &&
4+
make && cover -test &&
5+
make manifest &&
6+
make tardist

0 commit comments

Comments
 (0)