diff options
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Samba/Template.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba/Template.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba/Template.pm b/source4/pidl/lib/Parse/Pidl/Samba/Template.pm index eb71b6d707..fea4b47dee 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba/Template.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba/Template.pm @@ -5,6 +5,9 @@ package Parse::Pidl::Samba::Template; +use vars qw($VERSION); +$VERSION = '0.01'; + use strict; my($res); |