From 6b29333aeac7e14e6736d1e8a194ac5580afa0a7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 28 Oct 2005 09:12:18 +0000 Subject: Don't use CVS release for CPAN version number. --- lib/MDV/Distribconf.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index 8d099f4..e94a852 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -1,6 +1,8 @@ package MDV::Distribconf; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +# $Id$ + +our $VERSION = '1.00'; =head1 NAME -- cgit v1.2.1