On Mon, 26 Feb 2007, David Cantrell wrote: > On Sun, Feb 25, 2007 at 12:45:00PM +0800, Greg Matheson wrote:
> > With reference to: > > http://www.mail-archive.com/cpan-testers%40perl.org/msg398745.html > > Because it is not failing on 5.8, I suspect that in 5.6.2 the constants > > pragma > > didn't have: > > Defining multiple constants at once > So presumably just changing it to this should work: > use constant C1 => 'C1'; > use constant C2 => 'C2'; > [and so on] > If it would help, I can give you a temporary account with perl 5.6.2 > installed. Thanks! But I'll just change the code I think. -- Greg Matheson How do we make someone unafraid of failure, but also eager for success? --Ian Bicking -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
