Skip Menu |

This queue is for tickets about the activitymail CPAN distribution.

Report information
The Basics
Id: 44686
Status: resolved
Priority: 0/
Queue: activitymail

People
Owner: Nobody in particular
Requestors: bryce2 [...] obviously.com
Cc:
AdminCc:

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



Subject: Illegal character in prototype for main::uri_escape
I installed it, and immediately got: Illegal character in prototype for main::uri_escape : @_ at (eval 3) line 1. ######## activitymail error: Cannot open '/tmp/#cvs.lastdir.13738' for reading: No such file or directory So I gave up. Perl 5.8.8, cvs 1.12.13, debian OS.
On Mon Mar 30 18:14:53 2009, brycenesbitt wrote: Show quoted text
> I installed it, and immediately got: > > Illegal character in prototype for main::uri_escape : @_ at (eval 3)
line 1. Show quoted text
> ######## activitymail error: Cannot open '/tmp/#cvs.lastdir.13738' for > reading: No such file or directory > > So I gave up. Perl 5.8.8, cvs 1.12.13, debian OS.
Thanks. Fixed in SVN. If you want to fix your copy, just change line 53 from this: eval 'sub uri_escape( @_ )'; To this: eval 'sub uri_escape { @_ }'; Thanks, David