r12765 - /scripts/qa/DebianQA/Common.pm

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Tue Jan 15 12:15:20 UTC 2008


Author: tincho-guest
Date: Tue Jan 15 12:15:19 2008
New Revision: 12765

URL: http://svn.debian.org/wsvn/?sc=1&rev=12765
Log:
Drop version.pm as it's not present in alioth

Modified:
    scripts/qa/DebianQA/Common.pm

Modified: scripts/qa/DebianQA/Common.pm
URL: http://svn.debian.org/wsvn/scripts/qa/DebianQA/Common.pm?rev=12765&op=diff
==============================================================================
--- scripts/qa/DebianQA/Common.pm (original)
+++ scripts/qa/DebianQA/Common.pm Tue Jan 15 12:15:19 2008
@@ -9,13 +9,17 @@
 package DebianQA::Common;
 use strict;
 use warnings;
-use version;
 
 our @ISA = "Exporter";
 our @EXPORT = qw(debug info warn error $VERSION);
 #our $VERSION = join(".", q$Revision$ =~ /(\d+)/g);
+
+# Cannot use this on alioth
+#use version;
+#our $VERSION = qv("1.000");
+
 # Bump this version in case of data file change
-our $VERSION = qv("1.000");
+our $VERSION = 1.000;
 
 use DebianQA::Config '%CFG';
 use POSIX;




More information about the Pkg-perl-cvs-commits mailing list