Source: libfortune-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfortune-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfortune-perl.git Homepage: https://metacpan.org/release/Fortune Testsuite: autopkgtest-pkg-perl Package: libfortune-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: fortunes Description: Perl module to read fortune (strfile) databases The fortune program is a small but important part of the Unix culture, and this module aims to provide support for its "fortune cookie" databases to Perl programmes. . For efficiency, all versions of fortune rely on a binary header consisting mainly of offsets into the fortune file proper. . Modern versions of fortune keep this header in a separate file, and this is the style adopted by the Fortune module; the older style of munging the header and data into one large "compiled" file is not (currently) supported.