[packages/pldcpan] - hardcode VERSION, no longer maintained by vcs

qboosh qboosh at pld-linux.org
Sun Oct 28 08:02:38 CET 2012


commit e7afe34c793caf14be608e669b12351398e7ac3d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 28 08:03:17 2012 +0100

    - hardcode VERSION, no longer maintained by vcs

 pldcpan.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pldcpan.pl b/pldcpan.pl
index 4eb4d2e..6b72691 100644
--- a/pldcpan.pl
+++ b/pldcpan.pl
@@ -78,7 +78,7 @@ use File::Find::Rule ();
 use Module::CoreList ();
 use LWP::Simple      ();
 
-our $VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)/g;
+our $VERSION = 1.62;
 our %opts;
 GetOptions(\%opts, 'verbose|v', 'modulebuild|B', 'makemaker|M', 'force');
 eval "use Data::Dump qw(pp);" if $opts{verbose};
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pldcpan.git/commitdiff/e7afe34c793caf14be608e669b12351398e7ac3d



More information about the pld-cvs-commit mailing list