Skip Menu |

This queue is for tickets about the Net-Netmask CPAN distribution.

Report information
The Basics
Id: 57145
Status: resolved
Priority: 0/
Queue: Net-Netmask

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

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



Subject: Use Test::More
While looking at #43348 I realised that it was very hard to learn anything useful from the output of the test failures, since it wasn't displaying value comparisons or line numbers. I decided to convert the test script to use Test::More, and the result (which passes fine like the original one did on my normal test box) is attached. Please consider using this. Thanks, Dominic.
Subject: testmore.patch

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #57145] Use Test::More
Date: Sun, 2 May 2010 15:43:48 -0700
To: bug-Net-Netmask [...] rt.cpan.org
From: David Muir Sharnoff <sharnoff [...] gmail.com>
At the current time, I doing any work on my modules would complicate their copyrights. If you're confident with your patch, please roll an entire new tarball. I'll put it up. I cannot even check your work until after my employer's lawyers finish farting around.. -Dave On Sun, May 2, 2010 at 9:00 AM, Dominic Hargreaves via RT <bug-Net-Netmask@rt.cpan.org> wrote: Show quoted text
> Sun May 02 12:00:05 2010: Request 57145 was acted upon. > Transaction: Ticket created by DOM >       Queue: Net-Netmask >     Subject: Use Test::More >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: dom@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=57145 > > > > While looking at #43348 I realised that it was very hard to learn > anything useful from the output of the test failures, since it wasn't > displaying value comparisons or line numbers. > > I decided to convert the test script to use Test::More, and the result > (which passes fine like the original one did on my normal test box) is > attached. Please consider using this. > > Thanks, > Dominic. >
Subject: Re: [rt.cpan.org #57145] Use Test::More
Date: Sun, 15 Aug 2010 17:51:22 +0100
To: muir via RT <bug-Net-Netmask [...] rt.cpan.org>
From: Dominic Hargreaves <dom [...] earth.li>
On Sun, May 02, 2010 at 06:44:21PM -0400, muir via RT wrote: Show quoted text
> At the current time, I doing any work on my modules would complicate > their copyrights. If you're confident with your patch, please roll an entire > new tarball. I'll put it up. I cannot even check your work until after my > employer's lawyers finish farting around..
:( Is this situation still true? If so, I'll have a look at doing this. I'm a CPAN author so if it's easiest to grant me co-maint on the module, feel free. Cheers, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
Subject: Re: [rt.cpan.org #57145] Use Test::More
Date: Mon, 16 Aug 2010 10:51:03 -0700
To: bug-Net-Netmask [...] rt.cpan.org
From: David Muir Sharnoff <muir [...] idiom.org>
No longer true! I've been updating various modules and pushing them onto github. I've got Net::Netmask on github. I'll take a look at your patch. -Dave On Sun, Aug 15, 2010 at 9:51 AM, dom@earth.li via RT <bug-Net-Netmask@rt.cpan.org> wrote: Show quoted text
>       Queue: Net-Netmask >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=57145 > > > On Sun, May 02, 2010 at 06:44:21PM -0400, muir via RT wrote:
>> At the current time, I doing any work on my modules would complicate >> their copyrights.   If you're confident with your patch, please roll an entire >> new tarball.  I'll put it up.  I cannot even check your work until after my >> employer's lawyers finish farting around..
> > :( > > Is this situation still true? If so, I'll have a look at doing this. > I'm a CPAN author so if it's easiest to grant me co-maint on the module, > feel free. > > Cheers, > Dominic. > > -- > Dominic Hargreaves | http://www.larted.org.uk/~dom/ > PGP key 5178E2A5 from the.earth.li (keyserver,web,email) > >
Subject: Re: [rt.cpan.org #57145] Use Test::More
Date: Tue, 17 Aug 2010 11:06:37 +0100
To: muir via RT <bug-Net-Netmask [...] rt.cpan.org>
From: Dominic Hargreaves <dom [...] earth.li>
On Mon, Aug 16, 2010 at 01:51:32PM -0400, muir via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=57145 > > > No longer true! I've been updating various modules and pushing them > onto github. > I've got Net::Netmask on github. > > I'll take a look at your patch.
Thanks. There's a patch on <https://rt.cpan.org/Public/Bug/Display.html?id=43348> which you might be interested in, too. Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
In 1.9015 Net::Netmask uses Test::More