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())
|
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
pisitools.dodoc("LICENSE", "README")
|
pisitools.dodoc("LICENSE", "README")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Family-neutral IP socket supporting both IPv4 and IPv6</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Module-Build</Dependency>
|
<Dependency>perl-Module-Build</Dependency>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2020-01-08</Date>
|
<Date>2020-01-08</Date>
|
||||||
<Version>0.39</Version>
|
<Version>0.39</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user