While we're at it, sort Makefile.PL so it's harder to
miss things.
- 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
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,
},
);