diff options
author | Julien Kerihuel <j.kerihuel@openchange.org> | 2008-01-18 18:30:00 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-18 18:31:03 +0100 |
commit | 2cf35f206817bfcc77a3f258fe220aac2b6f19a8 (patch) | |
tree | 9f92104e612cf2c3500f0a8579dcf81d88120921 /source4/pidl/lib/Parse/Pidl.pm | |
parent | b39676089e8a4b0f2cca96c15ed21e054a78e8e2 (diff) | |
download | samba-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/Parse/Pidl.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl.pm | 2 |
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; |