|
From: notifies s. of c. c. <per...@li...> - 2007-03-02 04:14:16
|
Revision: 112
http://svn.sourceforge.net/perl-flat/?rev=112&view=rev
Author: estrabd
Date: 2007-03-01 20:14:12 -0800 (Thu, 01 Mar 2007)
Log Message:
-----------
took out dependency for Sub::Recursive
Modified Paths:
--------------
trunk/perl-flat/Makefile.PL
Modified: trunk/perl-flat/Makefile.PL
===================================================================
--- trunk/perl-flat/Makefile.PL 2007-02-27 23:31:43 UTC (rev 111)
+++ trunk/perl-flat/Makefile.PL 2007-03-02 04:14:12 UTC (rev 112)
@@ -5,8 +5,7 @@
WriteMakefile(
NAME => 'FLAT',
VERSION_FROM => 'lib/FLAT.pm',
- PREREQ_PM => { Parse::RecDescent => 0,
- Sub::Recursive => 0 },
+ PREREQ_PM => { Parse::RecDescent => 0,},
PL_FILES => {'bin/util-put.pl', 'bin/util-put'},
($] >= 5.005 ? (ABSTRACT_FROM => 'lib/FLAT.pm',
AUTHOR => 'perl-flat')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|