Initial Commit
This commit is contained in:
8
database/perl/vendor/lib/Win32/Exe/Section/Code.pm
vendored
Normal file
8
database/perl/vendor/lib/Win32/Exe/Section/Code.pm
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright 2004 by Audrey Tang <cpan@audreyt.org>
|
||||
|
||||
package Win32::Exe::Section::Code;
|
||||
|
||||
use strict;
|
||||
use base 'Win32::Exe::Section';
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user