summaryrefslogtreecommitdiff
path: root/source4/pidl/lib
diff options
context:
space:
mode:
authorJulien Kerihuel <j.kerihuel@openchange.org>2008-01-18 18:30:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-18 18:31:03 +0100
commit2cf35f206817bfcc77a3f258fe220aac2b6f19a8 (patch)
tree9f92104e612cf2c3500f0a8579dcf81d88120921 /source4/pidl/lib
parentb39676089e8a4b0f2cca96c15ed21e054a78e8e2 (diff)
downloadsamba-2cf35f206817bfcc77a3f258fe220aac2b6f19a8.tar.gz
samba-2cf35f206817bfcc77a3f258fe220aac2b6f19a8.tar.bz2
samba-2cf35f206817bfcc77a3f258fe220aac2b6f19a8.zip
pidl: Add --version argument.
(This used to be commit ed1e58e8b35bc971451f4e0a357daa903cd7820d)
Diffstat (limited to 'source4/pidl/lib')
-rw-r--r--source4/pidl/lib/Parse/Pidl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl.pm b/source4/pidl/lib/Parse/Pidl.pm
index 0c6e0e5727..c2c9463d03 100644
--- a/source4/pidl/lib/Parse/Pidl.pm
+++ b/source4/pidl/lib/Parse/Pidl.pm
@@ -9,7 +9,7 @@ package Parse::Pidl;
require Exporter;
@ISA = qw(Exporter);
-@EXPORT_OK = qw(warning error fatal);
+@EXPORT_OK = qw(warning error fatal $VERSION);
use strict;