INSTALL: fix misnamed Debian package
authorEric Wong <normalperson@yhbt.net>
Thu, 10 Apr 2014 06:09:37 +0000 (06:09 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 10 Apr 2014 06:10:37 +0000 (06:10 +0000)
While we're at it, sort Makefile.PL so it's harder to
miss things.

INSTALL
Makefile.PL

diff --git a/INSTALL b/INSTALL
index da1fe13e1c11c15daffeb70757b813f3fddbe5db..d21a5c72c527387eb0f97478ba77cd031790f3c7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -20,7 +20,7 @@ convenience.
   - Email::LocalDelivery        libemail-localdelivery-perl
   - Email::Simple               libemail-simple-perl
   - File::FcntlLock             libfile-fcntllock-perl
-  - File::Path::Expand          libfile-expand-perl
+  - File::Path::Expand          libfile-path-expand-perl
   - Net::IMAP::Simple           libnet-imap-simple-perl
 
 Copyright
index 8f10bcef545b6623364d267987f5ae2874710ef9..7873a54e01720a38b8ad89c06b587c3e1e0c63fd 100644 (file)
@@ -13,11 +13,13 @@ WriteMakefile(
        ABSTRACT => 'some sort of mail archiver',
        EXE_FILES => [qw/ssoma-mda ssoma ssoma-rm/],
        PREREQ_PM => {
+               # Keep this sorted and synced to the INSTALL document
+               'Digest::SHA' => 0,
                'Email::LocalDelivery' => 0,
                'Email::Simple' => 0,
                'File::FcntlLock' => 0,
+               'File::Path::Expand' => 0,
                'Net::IMAP::Simple' => 0,
-               'Digest::SHA' => 0,
        },
 );