try to make Version.pm autoupdate
authorDirk Koopman <djk@tobit.co.uk>
Thu, 19 Jun 2014 22:02:18 +0000 (23:02 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 19 Jun 2014 22:02:18 +0000 (23:02 +0100)
Changes
perl/Version.pm [deleted file]
perl/issue.pl

diff --git a/Changes b/Changes
index 4b4f3da4463d629e4c6ae35e68f3ae1132614991..9266f43ba0012b4d58d115a2de67d004055218a0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 19Jun14=======================================================================
 1. Fix EOF detection of incoming nodes.
+2. Attempt to autogenerate Version.pm with *correct* values (instead of the
+   the git id of the previous commit). Oh, and do it on  every commit or pull.
 17Jun14=======================================================================
 1. Add CTY2405 prefix changes
 2. Arrange for all file searching routines based on sh/dx or sh/log to be
diff --git a/perl/Version.pm b/perl/Version.pm
deleted file mode 100644 (file)
index 42a4484..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Version information for DXSpider
-#
-# DO NOT ALTER THIS FILE. It is generated automatically
-# and will be overwritten
-#
-
-package main;
-
-use vars qw($version $build $gitversion);
-
-$version = '1.57';
-$build = '30';
-$gitversion = 'a76624e';
-
-1;
index ea0c083fcf8a43efc426be75049083c7b5acb7b2..49bc62fdda6a93778d7e57a2da6a53f888674142 100755 (executable)
@@ -40,3 +40,5 @@ use vars qw(\$version \$build \$gitversion);
 
 1;
 );
+
+exit(0);