diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-21 12:57:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:38 -0500 |
commit | 58a399d76699792f48fa6d121895a688d5987c80 (patch) | |
tree | 32d2405a0946e82cad82a0e8380a08dc3377fa37 /source4/pidl/lib/Parse/Pidl/Ethereal | |
parent | 1d4fcd40a6222e0b9d35ace363e33a6bbb8cbd68 (diff) | |
download | samba-58a399d76699792f48fa6d121895a688d5987c80.tar.gz samba-58a399d76699792f48fa6d121895a688d5987c80.tar.bz2 samba-58a399d76699792f48fa6d121895a688d5987c80.zip |
r10388: Add version numbers (required for CPAN)
(This used to be commit 786329576bf14ae774f9d5a24268e46b7dcb634a)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Ethereal')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm | 2 | ||||
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm index c12731eca2..706a259306 100644 --- a/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm +++ b/source4/pidl/lib/Parse/Pidl/Ethereal/Conformance.pm @@ -6,6 +6,8 @@ package Parse::Pidl::Ethereal::Conformance; require Exporter; +use vars qw($VERSION); +$VERSION = '0.01'; @ISA = qw(Exporter); @EXPORT_OK = qw(ReadConformance); diff --git a/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm b/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm index 4b1dd26876..8441ea25b9 100644 --- a/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Ethereal/NDR.pm @@ -15,6 +15,9 @@ use Parse::Pidl::NDR; use Parse::Pidl::Dump qw(DumpTypedef DumpFunction); use Parse::Pidl::Ethereal::Conformance qw(ReadConformance); +use vars qw($VERSION); +$VERSION = '0.01'; + my @ett; my %hf_used = (); |