Thanx for that, I'll get onto it ASAP.

And your absolutely right, I should have lowered the VERSION.pm into a safer 
namespace.

Leif

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 17 October 2006 5:05 PM
To: Leif Eriksen
Cc: perl-qa@perl.org
Subject: Re: Tidyview available via CPAN now

[EMAIL PROTECTED] wrote:
> I'm very pleased to announce that tidyview is now available from CPAN.

Neat idea, but this is bad:

0 windhund /usr/local/src/CPAN/tidyview-1.09$ sudo make install
Password:
Installing /usr/local/lib/site_perl/VERSION.pm

Like it or not, we have to live with case-insensitive filesystems.  This does 
not actually blow over version.pm but only because tidyview is arch independent 
and version.pm is dependent so they go into different directories and 
arch-dependent modules (usually) come first in @INC.

And then there's the consideration of what happens when another application 
decides to ship their own VERSION.pm blowing over yours.

Call it TidyView::VERSION or something, keep it in your namespace.  It also 
means you can use version.pm without hacky work-arounds.

Patch attached.


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/477 - Release Date: 16/10/2006
 
  

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/477 - Release Date: 16/10/2006
 
**********************************************************************
IMPORTANT
The contents of this e-mail and its attachments are confidential and intended
solely for the use of the individual or entity to whom they are addressed.  If
you received this e-mail in error, please notify the HPA Postmaster, [EMAIL 
PROTECTED],
then delete  the e-mail.
This footnote also confirms that this e-mail message has been swept for the
presence of computer viruses by Ironport. Before opening or using any
attachments, check them for viruses and defects.
Our liability is limited to resupplying any affected attachments.
HPA collects personal information to provide and market our services. For more
information about use, disclosure and access see our Privacy Policy at
www.hpa.com.au
**********************************************************************

Reply via email to