Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where do you report perl bugs?

2 views
Skip to first unread message

Wes Groleau

unread,
Jan 16, 2005, 11:04:18 PM1/16/05
to
I have a case where adding a space in a place where it's
not supposed to matter makes a program work.

wgroleau$ diff ~/bin/GEDCOM_DB ./tempGCDB
1c1
< #!/usr/bin/perl -w -CSD
---
> #!/usr/bin/perl -w -CSD

od -xc revealed that the extra space is indeed a (hex 20)
regular space and not a UTF-8 construct.

Without the extra space, it refuses to run on v5.8.0 built for
alpha-netbsd 1.6.2_STABLE and it crashes (segmentation fault/bus error)
on perl, v5.8.1-RC3 built for darwin-thread-multi-2level 7.7.0

--
Wes Groleau

Truth often suffers more from the heat of its defenders
than from the arguments of its opposers.
-- William Penn

A. Sinan Unur

unread,
Jan 16, 2005, 11:38:44 PM1/16/05
to
In article <U_qdncm7WdN...@gbronline.com> posted on Sun, 16 Jan
2005 23:04:18 -0500, Wes Groleau wrote:

> Subject: Re: Where do you report perl bugs?

[ Incomplete symptom description snipped ]

Please don put your entire question in the subject line.

Use perlbug to report perl bugs (shocking, I know).

Sinan

--
A. Sinan Unur
us...@llenroc.ude.invalid -- remove invalid and
reverse each component for email address.

Wes Groleau

unread,
Jan 17, 2005, 6:21:17 PM1/17/05
to
A. Sinan Unur wrote:
> [ Incomplete symptom description snipped ]

Unless you are the one trying to fix it, more details
than you want were in another thread.

> Use perlbug to report perl bugs (shocking, I know).

Thanks. Appeared to work (no error message).

Is there an auto-reply to show that it actually arrived?


--
Wes Groleau
------
"The reason most women would rather have beauty than brains is
they know that most men can see better than they can think."
-- James Dobson

Tad McClellan

unread,
Jan 17, 2005, 11:43:16 PM1/17/05
to
Wes Groleau <grolea...@freeshell.org> wrote:

> Subject: Where do you report perl bugs?


You are expected to check the Perl FAQ *before* posting
to the Perl newsgroup you know.

perldoc -q bug

Where do I send bug reports?


--
Tad McClellan SGML consulting
ta...@augustmail.com Perl programming
Fort Worth, Texas

0 new messages