[svn:p5ee] r13865 - p5ee/trunk/App-Options

[email protected] Tue, 16 Mar 2010 18:03:26 -0700 (PDT)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Tue Mar 16 18:03:26 2010
New Revision: 13865

Modified:
   p5ee/trunk/App-Options/CHANGES

Log:
modified the default perlinc to use libdir/perl5, then libdir/perl, and prefix/share/perl if it exists

Modified: p5ee/trunk/App-Options/CHANGES
==============================================================================
--- p5ee/trunk/App-Options/CHANGES	(original)
+++ p5ee/trunk/App-Options/CHANGES	Tue Mar 16 18:03:26 2010
@@ -3,11 +3,14 @@
 #############################################################################
 
 VERSION 1.07
+ x Automagically add $PREFIX/lib/perl5 to @INC (only if it exists), else $PREFIX/lib/perl
+   Also check $PREFIX/share/perl and add it to @INC if it exists.
+   Surprisingly, $PREFIX/share/perl and $PREFIX/lib/perl seems to be the directories created
+   and used under Ubuntu 8.04's perl.
  x Allow dashes ("-") as a variable name (i.e. foo-bar = 1).
    In doing this, I actually allow that any characters other than spaces/tabs/= can make up the variable name
  x Trim leading and trailing tabs (as well as spaces) from the line
 
-VERSION 1.05
 VERSION 1.06
  x Remove trailing \r from option files (for Windows-edited .conf files)