put back Version.pm, auto update to difficult
authorDirk Koopman <djk@tobit.co.uk>
Thu, 19 Jun 2014 22:18:42 +0000 (23:18 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 19 Jun 2014 22:18:42 +0000 (23:18 +0100)
perl/Version.pm [new file with mode: 0644]

diff --git a/perl/Version.pm b/perl/Version.pm
new file mode 100644 (file)
index 0000000..5d1d28a
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# 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 = '33';
+$gitversion = '4b94818';
+
+1;