1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r10388: Add version numbers (required for CPAN)

This commit is contained in:
Jelmer Vernooij
2005-09-21 12:57:18 +00:00
committed by Gerald (Jerry) Carter
parent b9e9cca14e
commit 786329576b
22 changed files with 60 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ package Parse::Pidl::Dump;
use Exporter;
use vars qw($VERSION);
$VERSION = '0.01';
@ISA = qw(Exporter);
@EXPORT_OK = qw(DumpTypedef DumpStruct DumpEnum DumpBitmap DumpUnion DumpFunction);