Hello Karen,
found the link in the tutorial, Chapter 01_Introduction.
So it's not a link to the manual pages, but to the example applications
used in the different chapters of the tutorial. There is a hint in the
Tutorial Intro page that the code examples will probably move to GitHub,
but i can't find it there.
However, this code examples are with DOS line endings and cause some
headache if you download to a linux box and try to run the scripts.
So found the link in the tutorial pages:
http://search.cpan.org/~ether/Catalyst-Manual/lib/Catalyst/Manual/Tutorial.pod
"...
Final code tarballs for each chapter of the tutorial are available at
http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/.
"
and in chapter introduction points to the same link.
http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/01_Intro.pod
"....
Should you wish to download the code directly, you get pull it via the
following command (note: will probably be switching to git soon):
svn co
http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/
CatalystTutorial
This will download the most recent code for each chapter of the tutorial
into the CatalystTutorial directory on your machine.
"
Best Regards
Michael
Show quoted text