summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Test.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Test.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Test.pm b/source4/pidl/lib/Parse/Pidl/Test.pm
index 34ea80c95c..66f5c73595 100644
--- a/source4/pidl/lib/Parse/Pidl/Test.pm
+++ b/source4/pidl/lib/Parse/Pidl/Test.pm
@@ -8,6 +8,8 @@ use strict;
use Parse::Pidl::Util;
use Getopt::Long;
+use vars qw($VERSION);
+$VERSION = '0.01';
my $cc = $ENV{CC};
my @cflags = split / /, $ENV{CFLAGS};
my @ldflags = split / /, $ENV{LDFLAGS};