You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just a couple of feedback about the quickstart. They come from a friend of mine who is a real newbie both in Perl and Dancer, so I think that it's of the most valuable form.
'curl' might not be installed, so it would be nice to give a wget alternative (perlbrew has it, for example):
The discussion about the version number does not belong to the quickstart and might be misleading. Moreover I don't even think that what is written about version numbers is still true any more.
It would be nice to add a phrase after the creation of the skeleton, e.g. "Now you can modify MyWeb-App/lib/MyWeb/App.pm to add your routes and MyWeb-App/views/index.tt to modify the contents of the home page. You can explore the other files to figure out what they do!"
Bye! Flavio.
The text was updated successfully, but these errors were encountered:
Hi, just a couple of feedback about the quickstart. They come from a friend of mine who is a real newbie both in Perl and Dancer, so I think that it's of the most valuable form.
'curl' might not be installed, so it would be nice to give a wget alternative (perlbrew has it, for example):
wget --no-check-certificate -O - http://cpanmin.us | perl - Dancer
The discussion about the version number does not belong to the quickstart and might be misleading. Moreover I don't even think that what is written about version numbers is still true any more.
It would be nice to add a phrase after the creation of the skeleton, e.g. "Now you can modify MyWeb-App/lib/MyWeb/App.pm to add your routes and MyWeb-App/views/index.tt to modify the contents of the home page. You can explore the other files to figure out what they do!"
Bye! Flavio.
The text was updated successfully, but these errors were encountered: