[Orca-checkins] r441 - trunk/orca/orca

blair at orcaware.com blair at orcaware.com
Mon May 2 17:51:50 PDT 2005


Author: blair at orcaware.com
Date: Mon May  2 17:50:56 2005
New Revision: 441

Modified:
   trunk/orca/orca/orca.pl.in
Log:
Improve a comment on loading Perl modules that have a minimum required
module version number.

* orca/orca.pl.in:
  Improve comment.


Modified: trunk/orca/orca/orca.pl.in
==============================================================================
--- trunk/orca/orca/orca.pl.in	(original)
+++ trunk/orca/orca/orca.pl.in	Mon May  2 17:50:56 2005
@@ -43,9 +43,11 @@
 use Getopt::Long;
 use Cwd;
 
-# Load any modules that have required version numbers here in
-# addition to the loading of the modules in the other Orca
-# modules to keep all the requiste numbers here.
+# For this script and all of the Orca::* Perl modules loaded by this
+# script, load of the all Perl modules here that have a minimum
+# required version number so that the minimum module version numbers
+# can be listed in once place instead of spread out in each Orca::*
+# module.
 use Data::Dumper         @DATA_DUMPER_VER@;
 use Digest::MD5          @DIGEST_MD5_VER@;
 use Math::IntervalSearch @MATH_INTERVALSEARCH_VER@ qw(interval_search);



More information about the Orca-checkins mailing list