aboutsummaryrefslogtreecommitdiffstats
path: root/perl.prov
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-06 17:30:05 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-01-06 17:30:05 +0000
commit4f80b38c4dc01c1318e4824bbc617f8e828c9d36 (patch)
treeb94d335e7e4865ed80f54d08da70bee3a06394e5 /perl.prov
parent46126ac083e7b7e49c0cb26207b0e0a8206abde2 (diff)
downloadrpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.gz
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.bz2
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.tar.xz
rpm-setup-4f80b38c4dc01c1318e4824bbc617f8e828c9d36.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
Diffstat (limited to 'perl.prov')
-rwxr-xr-xperl.prov6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.prov b/perl.prov
index b2748e8..a6d68bb 100755
--- a/perl.prov
+++ b/perl.prov
@@ -142,9 +142,9 @@ sub process_file {
# here are examples of VERSION lines from the perl distribution
- #FindBin.pm:$VERSION = $VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
- #ExtUtils/Install.pm:$VERSION = substr q$Revision$, 10;
- #CGI/Apache.pm:$VERSION = (qw$Revision$)[1];
+ #FindBin.pm:$VERSION = $VERSION = sprintf("%d.%02d", q$Revision: 270245 $ =~ /(\d+)\.(\d+)/);
+ #ExtUtils/Install.pm:$VERSION = substr q$Revision: 270245 $, 10;
+ #CGI/Apache.pm:$VERSION = (qw$Revision: 270245 $)[1];
#DynaLoader.pm:$VERSION = $VERSION = "1.03"; # avoid typo warning
#$Locale::Maketext::Simple::VERSION = '0.21';