Source: libmail-box-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdevel-globaldestruction-perl <!nocheck>,
                     libfile-remove-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libmail-message-perl (>= 3.015) <!nocheck>,
                     libmail-transport-perl <!nocheck>,
                     libobject-realize-later-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-box-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-box-perl.git
Homepage: http://perl.overmeer.net/mailbox/
Rules-Requires-Root: no

Package: libmail-box-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-globaldestruction-perl,
         libfile-remove-perl,
         libio-stringy-perl,
         libmail-message-perl (>= 3.015),
         libmail-transport-perl,
         libobject-realize-later-perl
Suggests: libfile-fcntllock-perl,
          spamassassin
Description: message-folder management module
 Mail::Box is the base-class for accessing various types of mail-folder
 organizational structures in a uniform way.  The various folder types vary
 on how they store their messages. For example, a folder may store many
 messages in a single file, or store each message in a separate file in a
 directory. Similarly, there may be different techniques for locking the
 folders.
