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

package Win32::Exe::Section::Data;

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

1;