Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 2564
Status: resolved
Priority: 0/
Queue: Regexp-Common

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

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



Subject: Warnings in gopher.t
Some warnings while testing Possible attempt to separate words with commas at t/URI/gopher.t line 103. Possible attempt to separate words with commas at t/URI/gopher.t line 107. Oh, and while I'm reporting, are you absolutely sure you need to test 36,000 palindromes, 16,000 "roman" ( numerals? ), 20,000 gopher values etc etc? It takes a VERY long time to install Regexp::Common these days.
Date: Tue, 13 May 2003 08:37:58 +1000
From: Damian Conway <damian [...] conway.org>
To: bug-Regexp-Common [...] rt.cpan.org
Subject: Re: [cpan #2564] Warnings in gopher.t
RT-Send-Cc:
Guest via RT wrote: Show quoted text
> This message about Regexp-Common was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2564 > > > Some warnings while testing > > Possible attempt to separate words with commas at t/URI/gopher.t line 103. > Possible attempt to separate words with commas at t/URI/gopher.t line 107. > > Oh, and while I'm reporting, are you absolutely sure you need to test 36,000 palindromes, 16,000 "roman" ( numerals? ), 20,000 gopher values etc etc? It takes a VERY long time to install Regexp::Common these days.
Could someone update the database so that Regexp::Common bugs go (only) to the current maintainer: Abigail. Thanks, Damian
Date: Tue, 13 May 2003 00:55:57 +0200
From: Abigail <abigail [...] abigail.nl>
To: Guest via RT <bug-Regexp-Common [...] rt.cpan.org>
Subject: Re: [cpan #2564] Warnings in gopher.t
RT-Send-Cc:
On Mon, May 12, 2003 at 05:52:23PM -0400, Guest via RT wrote: Show quoted text
> > This message about Regexp-Common was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2564 > > > Some warnings while testing > > Possible attempt to separate words with commas at t/URI/gopher.t line 103. > Possible attempt to separate words with commas at t/URI/gopher.t line 107.
Thanks, this will be fixed in the next release. Show quoted text
> Oh, and while I'm reporting, are you absolutely sure you need to test 36,000 palindromes, 16,000 "roman" ( numerals? ), 20,000 gopher values etc etc? It takes a VERY long time to install Regexp::Common these days.
Whether something is needed is a very subjective matter. I don't think I "need" tests at all. I don't think I "need" the module at all. But those thousands of tests has helped catching bugs, so I don't think I will remove them any time soon. If you don't want to run tests, you can always do: "perl Makefile.pl && make && make install". That a module isn't installed in a flash (what is very long anyway? Even on my laptop that's a few years old it takes less than 2 minutes) isn't something that bothers me. Installing new software is a relative rare event. Get a cup of coffee, hug your cat, answer mail in another window - the test suite runs fine without the need of human interaction. Abigail