]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- hardcode VERSION, no longer maintained by vcs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Oct 2012 07:03:17 +0000 (08:03 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Oct 2012 07:03:17 +0000 (08:03 +0100)
pldcpan.pl

index 4eb4d2ea623439136025f25ada05bbf443afa69a..6b72691c05c30238ab89294b15621d89e8e8f891 100644 (file)
@@ -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};
This page took 0.122416 seconds and 4 git commands to generate.