Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911597
en ru br
ALT Linux repos
S:1.20-alt1
5.0: 1.2.54-alt1
4.1: 1.2.54-alt1
4.0: 1.2.54-alt1

Group :: Development/Perl
RPM: perl-XML-Tidy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: XML-Tidy-1.12-alt-add_pod_encoding.patch
Download


Adding =encoding tag into POD for Perl 5.16
--- Tidy.pm
+++ Tidy.pm
@@ -771,6 +771,8 @@ sub AUTOLOAD { # methods (created as necessary)
 sub DESTROY { } # do nothing but define in case && to calm test warnings
 127;
 
+=encoding iso8859-1
+
 =head1 NAME
 
 XML::Tidy - tidy indenting of XML documents
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin