Fix Makefile.PL, reword Changes to be more in line with reality. multipart will
[p5sagit/Email-Archive.git] / lib / Email / Archive / Storage.pm
1 package Email::Archive::Storage;
2 use Moo::Role;
3
4 requires qw/store retrieve search storage_connect/;
5 1;