summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl0/lib/Win32/Exe/Section/Debug.pm
blob: e59ac4b3287dd047e3ae18b1f7aaefa69106db09 (plain)
1
2
3
4
5
6
7
8
9
# $File: //local/member/autrijus/Win32-Exe/lib/Win32/Exe/Section/Debug.pm $ $Author: autrijus $
# $Revision: #4 $ $Change: 1130 $ $Date: 2004-02-17T15:40:29.640821Z $

package Win32::Exe::Section::Debug;

use strict;
use base 'Win32::Exe::Section';

1;