blob: 726707c306411df5f74b60d09556df00ba23c4a1 (
plain)
1
2
3
4
5
6
7
8
9
|
# $File: //local/member/autrijus/Win32-Exe/lib/Win32/Exe/Section/Code.pm $ $Author: autrijus $
# $Revision: #4 $ $Change: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $
package Win32::Exe::Section::Code;
use strict;
use base 'Win32::Exe::Section';
1;
|