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

package Win32::Exe::Section::Exports;

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

1;