[Catalyst-commits] r7195 -
trunk/examples/CatalystAdvent/root/2007/pen
jgoulah at dev.catalyst.perl.org
jgoulah at dev.catalyst.perl.org
Sun Dec 2 04:38:21 GMT 2007
Author: jgoulah
Date: 2007-12-02 04:38:21 +0000 (Sun, 02 Dec 2007)
New Revision: 7195
Modified:
trunk/examples/CatalystAdvent/root/2007/pen/12.pod
Log:
fixed semantic errors
Modified: trunk/examples/CatalystAdvent/root/2007/pen/12.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/pen/12.pod 2007-12-02 01:16:32 UTC (rev 7194)
+++ trunk/examples/CatalystAdvent/root/2007/pen/12.pod 2007-12-02 04:38:21 UTC (rev 7195)
@@ -95,7 +95,7 @@
Once you've added all of your dependencies, you can install them
- % cd My-Module-branch
+ % cd MyApp
% perl Makefile.PL && make installdeps
Assuming you have a fresh perl and local::lib installation, the dependency list
@@ -119,6 +119,7 @@
want to test out a branch of code, you can install it to your local::lib in the
typical way
+ % cd My-Module-branch
% perl Makefile.PL && make install
Then later if you want to rollback to the current version of the module fire up
More information about the Catalyst-commits
mailing list