| Email-FolderType documentation | Contained in the Email-FolderType distribution. |
Email::FolderType::MH - class to help Email::FolderType recognise MH mail directories
| Email-FolderType documentation | Contained in the Email-FolderType distribution. |
package Email::FolderType::MH; use strict;
sub match { @_ || return 0; $_[0] =~ m{/\.$} } 1;