rev 1803 - trunk/Email-Store

[prev] [thread] [next] [lurker] [Date index for 2005/02/03]

From: richardc
Subject: rev 1803 - trunk/Email-Store
Date: 15:11 on 03 Feb 2005
Author: richardc
Date: 2005-02-03 15:11:00 +0000 (Thu, 03 Feb 2005)
New Revision: 1803

Modified:
   trunk/Email-Store/Makefile.PL
Log:
sort the list


Modified: trunk/Email-Store/Makefile.PL
===================================================================
--- trunk/Email-Store/Makefile.PL	2005-02-03 15:05:23 UTC (rev 1802)
+++ trunk/Email-Store/Makefile.PL	2005-02-03 15:11:00 UTC (rev 1803)
@@ -1,23 +1,21 @@
 use 5.006;
 use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
 WriteMakefile(
     NAME              => 'Email::Store',
-    VERSION_FROM      => 'lib/Email/Store.pm', # finds $VERSION
+    VERSION_FROM      => 'lib/Email/Store.pm',
     PREREQ_PM         => {
-        Module::Pluggable::Ordered => 1.0,
-        Module::Pluggable => 1.4,
-        Email::Simple => 1.92,
-        Email::MIME => 1.8,
-        DBD::SQLite => 0,
         Class::DBI => 0.9,
         Class::DBI::DATA::Schema => 0,
-        Mail::ListDetector => 0.31,
+        DBD::SQLite => 0,
+        Email::Address => 1.80,
+        Email::MIME => 1.8,
         Email::MIME::Attachment::Stripper => 1.3,
-        Time::Piece => 0,
+        Email::Simple => 1.92,
         File::Slurp => 0,
-        Email::Address => 1.80,
+        Mail::ListDetector => 0.31,
+        Module::Pluggable => 1.4,
+        Module::Pluggable::Ordered => 1.0,
         SQL::Translator => 0,
-    }, # e.g., Module::Name => 1.1
+        Time::Piece => 0,
+    },
 );

Generated at 16:00 on 03 Feb 2005 by mariachi 0.52