[Catalyst] reserved word?

Alan Humphrey alan.humphrey at comcast.net
Tue Apr 19 03:14:52 CEST 2005


This is new to Catalyst 5:

I have a subroutine called "import".  Catalyst 4 didn't mind, Catalyst 5
chokes on it with a compile time error:

[Mon Apr 18 18:07:24 2005] [catalyst] [info] BirdWeb::Admin powered by
Catalyst 5.00
Can't call method "forward" on an undefined value at
/home/alanh/birdweb/trunk/BirdWeb-Admin/script/../lib/BirdWeb/Admin.pm
line 28.
BEGIN failed--compilation aborted at script/server.pl line 13.


If I simply change the name of the routine to something like
"import_data" all is well.

Are there other "reserved words" we should worry about?

- Alan




More information about the Catalyst mailing list