[prev] [thread] [next] [lurker] [Date index for 2003/03/15]
Update of /cvsroot/siesta/siesta In directory sc8-pr-cvs1:/tmp/cvs-serv18632 Modified Files: Makefile.PL Log Message: use mail::localdelivery, to save having to grok maildir writing Index: Makefile.PL =================================================================== RCS file: /cvsroot/siesta/siesta/Makefile.PL,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Makefile.PL 10 Oct 2002 12:25:25 -0000 1.26 +++ Makefile.PL 15 Mar 2003 23:45:35 -0000 1.27 @@ -31,16 +31,17 @@ NAME => "Siesta", VERSION_FROM => "lib/Siesta.pm", EXE_FILES => [ 'bin/tequila', 'bin/nacho' ], - PREREQ_PM => { Test::More => 0, - Test::MockObject => 0, - Class::MethodMaker => 0, - Mail::Internet => 0, - Mail::Address => 0, - DBD::SQLite => 0, - File::Path => 0, - File::Basename => 0, - File::Find::Rule => 0, - Storable => 0, + PREREQ_PM => { 'Test::More' => 0, + 'Test::MockObject' => 0, + 'Class::MethodMaker' => 0, + 'Mail::Internet' => 0, + 'Mail::Address' => 0, + 'Mail::LocalDelivery' => 0, + 'DBD::SQLite' => 0, + 'File::Path' => 0, + 'File::Basename' => 0, + 'File::Find::Rule' => 0, + 'Storable' => 0, }, );
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52