put dx.pl into an explicit handle sub
[spider.git] / perl / Version.pm
1 #
2 # Version information for DXSpider
3 #
4 # DO NOT ALTER THIS FILE. It is generated automatically
5 # and will be overwritten
6 #
7
8 package main;
9
10 use vars qw($version $build $gitversion);
11
12 $version = '1.57';
13 $build = '46';
14 $gitversion = '855513b[i]';
15
16 1;