Skip Menu |

This queue is for tickets about the XML-RPC CPAN distribution.

Report information
The Basics
Id: 42082
Status: resolved
Priority: 0/
Queue: XML-RPC

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.8
Fixed in: (no value)



Subject: better dist
Installation with CPAN shell fails due to absence of tests. I wrote 2 simple tests and better Makefile.PL. Please use fresh ExtUtils::MakeMaker to create distribution. Also I attached ready distribution. -- Alexandr Ciornii, http://chorny.net
Subject: XML-RPC-0.9.tar.gz
Download XML-RPC-0.9.tar.gz
application/x-gzip 4.5k

Message body not shown because it is not plain text.

Subject: 01.t
#!perl -T use Test::More tests => 1; use XML::RPC 0.8; my $xmlrpc = XML::RPC->new('http://example.ex'); isa_ok($xmlrpc,'XML::RPC');
Subject: Makefile.PL
use ExtUtils::MakeMaker; WriteMakefile( AUTHOR => 'Niek Albers', ABSTRACT => 'Pure Perl implementation for an XML-RPC client and server', NAME => 'XML-RPC', VERSION_FROM => 'lib/XML/RPC.pm', PREREQ_PM => { 'XML::TreePP' => '0', 'LWP::UserAgent' => '0', # 'HTTP::Lite' => '0', # 'Jcode' => '0', # on Perl 5.005/5.6.x 'Test::More' => 0.17, #build }, ($ExtUtils::MakeMaker::VERSION ge '6.31'? ('LICENSE' => 'perl', ) : ()), );
Subject: 00-load.t
#!perl -T use Test::More tests => 1; BEGIN { use_ok( 'XML::RPC' ); } diag( "Testing Roman $XML::RPC::VERSION, Perl $], $^X" );
Subject: Re: [rt.cpan.org #42082] better dist
Date: Thu, 01 Jan 2009 20:59:50 +0100
To: bug-XML-RPC [...] rt.cpan.org
From: Niek <info [...] daansystems.com>
Hello Alexandr, thanks that's great, do you mind if I upload this release? On Thu, 01 Jan 2009 14:48:26 -0500 "Alexandr Ciornii via RT" <bug-XML-RPC@rt.cpan.org> wrote: Show quoted text
> Thu Jan 01 14:48:24 2009: Request 42082 was acted upon. > Transaction: Ticket created by CHORNY > Queue: XML-RPC > Subject: better dist > Broken in: 0.8 > Severity: Important > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=42082 > > > > Installation with CPAN shell fails due to absence of tests. > I wrote 2 simple tests and better Makefile.PL. Please use fresh > ExtUtils::MakeMaker to create distribution. > > Also I attached ready distribution. > > -- > Alexandr Ciornii, http://chorny.net >
-- Niek <info@daansystems.com>
Jan 01 15:00:23 2009, info@daansystems.com wrote: Show quoted text
> Hello Alexandr, thanks that's great, do you mind if I upload this > release?
Upload this file (attached), it is even better (1 error corrected, date in Changes and made a zip archive - I'm on Windows and my .tar.gz would not be accepted to PAUSE/CPAN). -- Alexandr Ciornii, http://chorny.net
Download XML-RPC-0.9.zip
application/x-zip-compressed 8.9k

Message body not shown because it is not plain text.