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:
committed by
Gerald (Jerry) Carter
parent
b9e9cca14e
commit
786329576b
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user