try to make Version.pm autoupdate
[spider.git] / perl / Version.pm
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;