Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37861978
en ru br
ALT Linux repos
S:4.079-alt1.2
5.0: 4.011-alt1
4.1: 4.007-alt1
4.0: 4.007-alt1

Group :: Development/Perl
RPM: perl-NetAddr-IP

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: NetAddr-IP-4.079-version.patch
Download


diff --git a/IP.pm b/IP.pm
index 5c9f816..05468bc 100644
--- a/IP.pm
+++ b/IP.pm
@@ -35,7 +35,7 @@ require Exporter;
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.79 $ =~ /\d+/g) };
+$VERSION = do { sprintf "%d.%03d", (q$Revision: 4.79 $ =~ /\d+/g) };
 
 =pod
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin