Initial Commit
This commit is contained in:
11
database/perl/vendor/lib/Win32/Exe/DebugTable.pm
vendored
Normal file
11
database/perl/vendor/lib/Win32/Exe/DebugTable.pm
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2004 by Audrey Tang <cpan@audreyt.org>
|
||||
|
||||
package Win32::Exe::DebugTable;
|
||||
|
||||
use strict;
|
||||
use base 'Win32::Exe::Base';
|
||||
use constant FORMAT => (
|
||||
'DebugDirectory' => [ 'a28', '*', 1 ],
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user