[svn:PHP-Sandwich] rev 1413 - in PHP-Sandwich/trunk: . PHP lib lib/PHP

[email protected] 25 Jul 2005 22:16:12 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: gschlossnagle
Date: Mon Jul 25 15:16:12 2005
New Revision: 1413

Added:
   PHP-Sandwich/trunk/lib/
   PHP-Sandwich/trunk/lib/PHP/
      - copied from rev 1412, PHP-Sandwich/trunk/PHP/
Removed:
   PHP-Sandwich/trunk/PHP/
Modified:
   PHP-Sandwich/trunk/Makefile.PL
Log:
move pm's under lib and ditch PMLIBDIR


Modified: PHP-Sandwich/trunk/Makefile.PL
==============================================================================
--- PHP-Sandwich/trunk/Makefile.PL	(original)
+++ PHP-Sandwich/trunk/Makefile.PL	Mon Jul 25 15:16:12 2005
@@ -1,4 +1,4 @@
-use ExtUtils::MakeMaker 5.16 ;
+use ExtUtils::MakeMaker;
 use Config ;
 use POSIX;
 
@@ -20,8 +20,8 @@ WriteMakefile(
         CCFLAGS		=> '-g',
         OBJECT		=> join(' ',@ofiles),
         NAME            => 'PHP::Interpreter',
-        VERSION_FROM    => 'PHP/Interpreter.pm',
-        PMLIBDIRS       => ['PHP'],
+        VERSION_FROM    => 'lib/PHP/Interpreter.pm',
+	PMLIBDIRS	=> ['lib'],
         LIBS            =>  join(' ',@libs),
         LDDLFLAGS	=> join(' ',@lddlflags),
         INC             => "-I$phpdir/include ".`$phpdir/bin/php-config --includes`