Package: podlators-pm
Version: 5.01
Revision: 1
Type: perl
Source: mirror:cpan:authors/id/R/RR/RRA/podlators-%v.tar.gz
Source-Checksum: SHA256(ccfd1df9f1a47f095bce6d718fad5af40f78ce2491f2c7239626e15b7020bc71)
Depends: pod-simple-pm (>= 3.26)
InstallScript: <<
	%{default_script}
	mv %i/bin/pod2text %i/bin/pod2text-new
	mv %i/bin/pod2man %i/bin/pod2man-new
	mv %i/share/man/man1/pod2text.1 %i/share/man/man1/pod2text-new.1
	mv %i/share/man/man1/pod2man.1 %i/share/man/man1/pod2man-new.1
	mv %i/share/man/man1/perlpodstyle.1 %i/share/man/man1/perlpodstyle-new.1
<<
DocFiles: Changes LICENSE README.md THANKS TODO
UpdatePOD: true
Description: Format POD source into various output formats
DescDetail: <<
Provides the Pod::Text and Pod::Man modules and the pod2text and
pod2man programs. Those programs are installed as "pod2text-new" and
"pod2man-new" to avoid collisions with the ones supplied by perl
itself (this package has newer versions of the core items).
<<
License: Artistic/GPL
Homepage: https://metacpan.org/dist/podlators
Maintainer: Daniel Macks <dmacks@netspace.org>