diff options
author | schnoebe <schnoebe@pkgsrc.org> | 2010-09-08 03:48:58 +0000 |
---|---|---|
committer | schnoebe <schnoebe@pkgsrc.org> | 2010-09-08 03:48:58 +0000 |
commit | 385e2af2d73174ec1bcd1e26f27ff9481ca37fa3 (patch) | |
tree | 3380793c17ded3b9d8f8bfad5d81d935e62d8baa /net/p5-RPC-XML | |
parent | 10ca082956a7484dee5aa634a735fef53e45840d (diff) | |
download | pkgsrc-385e2af2d73174ec1bcd1e26f27ff9481ca37fa3.tar.gz |
Welcome to 0.73:
0.73 Tuesday March 16, 2010, 10:45:00 PM -0700
* MANIFEST
* t/28_parser_bugs_50013.t (deleted)
* t/90_rt50013_parser_bugs.t (added)
Rename of t/28_parser_bugs_50013.t to fit more universal scheme
for test suites that directly address specific RT bugs.
* lib/RPC/XML/Server.pm
* t/90_rt54183_sigpipe.t (added)
RT #54183: Provide handling of SIGPIPE when sending the
response to the client, in case they've terminated the
connection.
* MANIFEST
Forgot to add the new test suite to MANIFEST.
* lib/RPC/XML/Server.pm
Forgot to update the module version number.
* lib/RPC/XML.pm
Fix typo in reftype() call.
* lib/RPC/XML.pm
* t/90_rt54494_blessed_refs.t (added)
RT #54494: Fix handling of blessed references in smart_encode().
* lib/Apache/RPC/Server.pm
* lib/Apache/RPC/Status.pm
* lib/RPC/XML.pm
* lib/RPC/XML/Client.pm
* lib/RPC/XML/Function.pm
* lib/RPC/XML/Method.pm
* lib/RPC/XML/Parser.pm
* lib/RPC/XML/Parser/XMLLibXML.pm
* lib/RPC/XML/Parser/XMLParser.pm
* lib/RPC/XML/ParserFactory.pm
* lib/RPC/XML/Procedure.pm
* lib/RPC/XML/Server.pm
Large-scale code clean-up driven by Perl::Critic. All critic
flags down to severity 1 now removed.
* MANIFEST
Forgot to add t/90_rt54494_blessed_refs.t when it was created.
Diffstat (limited to 'net/p5-RPC-XML')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 5 | ||||
-rw-r--r-- | net/p5-RPC-XML/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 9b816df95fa..6e7da666880 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/08/21 16:35:31 seb Exp $ +# $NetBSD: Makefile,v 1.10 2010/09/08 03:48:58 schnoebe Exp $ -DISTNAME= RPC-XML-0.72 +DISTNAME= RPC-XML-0.73 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} diff --git a/net/p5-RPC-XML/distinfo b/net/p5-RPC-XML/distinfo index b9c80e3b555..27bbe56228f 100644 --- a/net/p5-RPC-XML/distinfo +++ b/net/p5-RPC-XML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/01/16 15:32:58 sno Exp $ +$NetBSD: distinfo,v 1.8 2010/09/08 03:48:58 schnoebe Exp $ -SHA1 (RPC-XML-0.72.tar.gz) = 5cdd3ad600696b80a72c70518c34d78af97cb734 -RMD160 (RPC-XML-0.72.tar.gz) = b20df1c38e297c48c4739a8320d890faa2a7c69d -Size (RPC-XML-0.72.tar.gz) = 182943 bytes +SHA1 (RPC-XML-0.73.tar.gz) = 9a200c98bff26e88241d5cb581493d65d21a0e1d +RMD160 (RPC-XML-0.73.tar.gz) = 32aabdf530e4b7a150c9bb9695685314954b15b6 +Size (RPC-XML-0.73.tar.gz) = 183972 bytes |