upgrade version to 0.41

This commit is contained in:
renmingshuai 2021-01-29 11:18:51 +08:00
parent 8fe19dbc88
commit 68e035d32c
4 changed files with 34 additions and 3 deletions

Binary file not shown.

BIN
IO-Socket-IP-0.41.tar.gz Normal file

Binary file not shown.

27
Makefile.PL Normal file
View File

@ -0,0 +1,27 @@
use strict;
use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'IO::Socket::IP',
'VERSION_FROM' => 'lib/IO/Socket/IP.pm',
'ABSTRACT_FROM' => 'lib/IO/Socket/IP.pm',
'PREREQ_PM' => {
'base' => '0',
'Carp' => '0',
'constant' => '0',
'Errno' => '0',
'IO::Socket' => 0,
'POSIX' => '0',
'Socket' => '1.97',
'strict' => '0',
'warnings' => '0',
},
'TEST_REQUIRES' => {
'IO::Socket::INET' => '0',
'Test::More' => '0.88',
},
'INSTALLDIRS' => 'site',
);

View File

@ -1,10 +1,11 @@
Name: perl-IO-Socket-IP
Version: 0.39
Release: 420
Version: 0.41
Release: 1
Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Socket-IP
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-%{version}.tar.gz
Source1: Makefile.PL
BuildArch: noarch
#For Build
@ -26,7 +27,7 @@ way.
%prep
%autosetup -n IO-Socket-IP-%{version} -p1
cp %{SOURCE1} .
chmod -x lib/IO/Socket/IP.pm
%build
@ -53,6 +54,9 @@ make test TEST_VERBOSE=1
%changelog
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 0.41-1
- upgrade version to 0.41
* Sat Oct 26 2019 shenyangyang <shenyangyang4@huawei.com> - 0.39-420
- Type:enhancement
- ID:NA