I ran catalyst.pl to create a new app (at least I think that's how I did it - 
it was a couple of days back now),
and when I opened the main pm file, near the top was:

use Catalyst::Runtime 5.80;

I'd just installed Catalyst 5.90101 via cpanm, so wasn't sure why 5.80 was 
written there (for compatibility reasons?),
so as I modify the script to suit my purposes, I've changed it to:

use Catalyst::Runtime 5.90101;

...does it do anything, or make any difference?
What was the significance of 5.80 being written there? 
Should I have left it as it was?


_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to