perl-IO-Socket-IP:ver bump
This commit is contained in:
@@ -10,15 +10,19 @@ from pisi.actionsapi import perlmodules
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Family-neutral IP socket supporting both IPv4 and IPv6</Summary>
|
||||
<Description>This module provides a protocol-independent way to use IPv4 and IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way.</Description>
|
||||
<Archive sha1sum="4e12fc601a7d71189c4b49c2a72b46bc8f939993" type="targz">https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.39.tar.gz</Archive>
|
||||
<Archive sha1sum="0618286bd209c37c7a7eee0f6348d3f122fbe464" type="targz">https://cpan.metacpan.org/authors/id/P/PE/PEVANS/IO-Socket-IP-0.41.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>0.41</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-08</Date>
|
||||
<Version>0.39</Version>
|
||||
|
||||
Reference in New Issue
Block a user