From 6151a706a5a1e70c0f960cd88579ba2afac5b903 Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Thu, 9 Jun 2011 19:54:19 -0700 Subject: [PATCH] tweak pod about extlibs --- bin/starmachine_init.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/starmachine_init.d b/bin/starmachine_init.d index da932de..2209c21 100755 --- a/bin/starmachine_init.d +++ b/bin/starmachine_init.d @@ -14,9 +14,9 @@ suite. Or it may not. The init script itself depends only on core Perl 5.6, although of course Starman and Server::Starter, plus your application's -dependencies, must of course be available for your app to run. These -can be in a L-compatible directory, living by default at -`/path/to/myapp/extlib`. +dependencies, must of course be available either in the main system or +in your app's extlib for your app to run (see B conf var +below). =head2 Most basic setup - single app