aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/lib/Parse/Pidl/Compat.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pidl/lib/Parse/Pidl/Compat.pm')
-rw-r--r--tools/pidl/lib/Parse/Pidl/Compat.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pidl/lib/Parse/Pidl/Compat.pm b/tools/pidl/lib/Parse/Pidl/Compat.pm
index 39cb67fd71..2e7d686249 100644
--- a/tools/pidl/lib/Parse/Pidl/Compat.pm
+++ b/tools/pidl/lib/Parse/Pidl/Compat.pm
@@ -8,6 +8,9 @@ package Parse::Pidl::Compat;
use Parse::Pidl::Util qw(has_property);
use strict;
+use vars qw($VERSION);
+$VERSION = '0.01';
+
my %supported_properties = (
# interface
"helpstring" => ["INTERFACE", "FUNCTION"],