Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911009
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-version_fix.patch
Download


Fix weird module version
--- ./Tidy.pm
+++ ./Tidy.pm
@@ -8,7 +8,7 @@ use Carp;
 use Exporter;
 use Math::BaseCnv qw(:b64);
 use XML::XPath::XMLParser;
-our $VERSION     = '1.12.B55J2qn'; our $PTVR = $VERSION; $PTVR =~ s/^\d+\.\d+\.//; # Please see `perldoc Time::PT` for an explanation of $PTVR.
+our $VERSION     = '1.12'; our $PTVR = 'B55J2qn'; # Please see `perldoc Time::PT` for an explanation of $PTVR.
 @EXPORT = qw(
     UNKNOWN_NODE
     ELEMENT_NODE
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin