Package: framemaker-miftree-pm Version: 0.075 Revision: 52 Type: perl Description: Parser for Adobe FrameMaker MIF files License: Artistic Homepage: https://metacpan.org/dist/FrameMaker-MifTree Maintainer: Remi Mommsen # Unpack Phase. Source: mirror:cpan:authors/id/R/RS/RST/FrameMaker-MifTree/FrameMaker-MifTree-%v.tar.gz Source-Checksum: SHA256(beb640c3150b5d6ba07e6e767a08c39e8587cb1b2f37d0e9140933b8c1fc07a1) PatchScript: << # disable inappropriate silliness for packaging environment # Module::Install::AutoInstall specifically says *not* to put # this in Makefile.PL! perl -pi -e 's/(auto_install)/#\1/'g Makefile.PL << # Depends. Depends: tree-dag-node-pm, io-tokenized-pm, io-stringy-pm # Install Phase. UpdatePOD: true DocFiles: Changes MANIFEST README # Documentation. DescDetail: << MIF (Maker Interchange Format) is an Adobe FrameMaker file format in ASCII, consisting of statements that create an easily parsed, readable text file of all the text, graphics, formatting, and layout constructs that FrameMaker understands. Because MIF is an alternative representation of a FrameMaker document, it allows FrameMaker and other applications to exchange information while preserving graphics, document content, and format. <<