File: control

package info (click to toggle)
libmail-mboxparser-perl 0.55-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 74
  • sloc: perl: 1,010; makefile: 16
file content (23 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libmail-mboxparser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt
Build-Depends-Indep: perl (>= 5.8.0-7), libmime-tools-perl, libfile-temp-perl,
 libmail-mbox-messageparser-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <tim@retout.co.uk>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Mail-MboxParser/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-mboxparser-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/

Package: libmail-mboxparser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmime-tools-perl, libfile-temp-perl
Recommends: libmail-mbox-messageparser-perl, liburi-find-perl
Description: Read-only access to UNIX mailboxes
 Mail::MboxParser attempts to provide a simplified access to standard
 UNIX-mailboxes.  It offers only a subset of methods to get 'straight
 to the point'. More sophisticated things can still be done by
 invoking any method from MIME::Tools on the appropriate return
 values.