perl-HTTP-Body:update

This commit is contained in:
alihanozturk
2016-03-27 16:46:26 +03:00
parent 51186eebe0
commit e2e76dfa54
2 changed files with 10 additions and 6 deletions
@@ -20,4 +20,4 @@ def check():
def install(): def install():
perlmodules.install() perlmodules.install()
pisitools.dodoc("Changes", "MANIFEST", "README") pisitools.dodoc("Changes", "MANIFEST", "README")
@@ -15,10 +15,13 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>HTTP Body Parser</Summary> <Summary>HTTP Body Parser</Summary>
<Description>HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data.</Description> <Description>HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data.</Description>
<Archive sha1sum="ea213b34beffb0a0788bedec51fbfad642d81802" type="targz">http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.19.tar.gz</Archive> <Archive sha1sum="eb1db245fd2a0d6a652b3452fbea63404629a49c" type="targz">http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.22.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-HTTP-Message</Dependency>
<Dependency>perl-Test-Deep</Dependency> <Dependency>perl-Test-Deep</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -26,6 +29,7 @@
<Name>perl-HTTP-Body</Name> <Name>perl-HTTP-Body</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-HTTP-Message</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
@@ -37,11 +41,11 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2014-09-10</Date> <Date>2016-03-27</Date>
<Version>1.19</Version> <Version>1.22</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Marcin Bojara</Name> <Name>Alihan Öztürk</Name>
<Email>marcin@pisilinux.org</Email> <Email>alihan@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>