This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Win32API::File to the core
authorSteve Hay <SteveHay@planit.com>
Fri, 30 Jun 2006 13:46:06 +0000 (13:46 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 30 Jun 2006 13:46:06 +0000 (13:46 +0000)
commit007018781f8447ed48dee6b5394b6d00745d543b
tree857103209ed0460ef4f704f7612295e65cf16344
parent625dac9da817af72bb35414c226dadeb2d915f21
Add Win32API::File to the core

For discussions, see the thread starting here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html

p4raw-id: //depot/perl@28460
21 files changed:
MANIFEST
Porting/Maintainers.pl
t/TEST
t/harness
win32/Makefile
win32/config_sh.PL
win32/ext/Win32API/File/Changes [new file with mode: 0644]
win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm [new file with mode: 0644]
win32/ext/Win32API/File/File.pm [new file with mode: 0644]
win32/ext/Win32API/File/File.xs [new file with mode: 0644]
win32/ext/Win32API/File/Makefile.PL [new file with mode: 0644]
win32/ext/Win32API/File/README [new file with mode: 0644]
win32/ext/Win32API/File/buffers.h [new file with mode: 0644]
win32/ext/Win32API/File/cFile.h [new file with mode: 0644]
win32/ext/Win32API/File/cFile.pc [new file with mode: 0644]
win32/ext/Win32API/File/const2perl.h [new file with mode: 0644]
win32/ext/Win32API/File/ppport.h [new file with mode: 0644]
win32/ext/Win32API/File/t/file.t [new file with mode: 0644]
win32/ext/Win32API/File/t/tie.t [new file with mode: 0644]
win32/ext/Win32API/File/typemap [new file with mode: 0644]
win32/makefile.mk