diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Win32/Exe/Section/Exports.pm')
-rwxr-xr-x | Master/tlpkg/tlperl/lib/Win32/Exe/Section/Exports.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Master/tlpkg/tlperl/lib/Win32/Exe/Section/Exports.pm b/Master/tlpkg/tlperl/lib/Win32/Exe/Section/Exports.pm deleted file mode 100755 index 9d1d5117555..00000000000 --- a/Master/tlpkg/tlperl/lib/Win32/Exe/Section/Exports.pm +++ /dev/null @@ -1,9 +0,0 @@ -# $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; |