Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37838691
en ru br
ALT Linux repos
S:1.14-alt1
5.0: 1.4.75-alt1
4.1: 1.4.75-alt1
4.0: 1.2.59-alt1

Group :: Development/Perl
RPM: perl-Math-BaseCnv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Math-BaseCnv-1.8-alt-version_fix.patch
Download


Fix weird module version
--- ./BaseCnv.pm
+++ ./BaseCnv.pm
@@ -14,7 +14,7 @@ our %EXPORT_TAGS = ( 'all' =>[ qw(cnv dec hex b10 b64 b64sort dig diginit summ f
                      'b64' =>[ qw(cnv         b10 b64 b64sort            ) ],
                      'dig' =>[ qw(                            dig diginit) ],
                      'sfc' =>[ qw(                         summ fact choo) ] );
-our $VERSION     = '1.8.B59BrZX'; our $PTVR = $VERSION; $PTVR =~ s/^\d+\.\d+\.//; # Please see `perldoc Time::PT` for an explanation of $PTVR.
+our $VERSION     = '1.8'; our $PTVR = 'B59BrZX'; # Please see `perldoc Time::PT` for an explanation of $PTVR.
 my $d2bs = ''; my %bs2d = (); my $nega = '';
 my %digsets = (
   'usr' => [], # this will be assigned if a dig(\@newd) call is made
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin