<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">
<DIV><FONT size=2>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),</FONT></DIV></DIV>
<DIV><FONT size=2>and when I opened the main pm file,&nbsp;near the top 
was:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>use Catalyst::Runtime 5.80;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I'd just installed Catalyst 5.90101 via cpanm, so wasn't sure 
why 5.80 was written there (for compatibility reasons?),</FONT></DIV>
<DIV><FONT size=2>so as I modify the script to suit my purposes, I've changed it 
to:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>use Catalyst::Runtime 5.90101;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>...does it do anything, or make any difference?</FONT></DIV>
<DIV><FONT size=2>What was the significance of 5.80 being written there? 
</FONT></DIV>
<DIV><FONT size=2>Should I have left it as it was?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>