From 58a399d76699792f48fa6d121895a688d5987c80 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Sep 2005 12:57:18 +0000 Subject: r10388: Add version numbers (required for CPAN) (This used to be commit 786329576bf14ae774f9d5a24268e46b7dcb634a) --- source4/pidl/lib/Parse/Pidl/Test.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/pidl/lib/Parse/Pidl/Test.pm') 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}; -- cgit