diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-03-19 11:59:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-03-19 11:59:01 +0000 |
commit | b4ad57f4f7fe2aca6dc52ea357ce9be7a7d38769 (patch) | |
tree | 5b948b1e1896e64bc6df3f3b24c5a46eea0d6cd0 /MANIFEST | |
parent | 3f575d8d31d599e5462cda971d11111dea58e41f (diff) | |
download | perl-b4ad57f4f7fe2aca6dc52ea357ce9be7a7d38769.tar.gz |
[PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Jan Dubois <jand@activestate.com>
Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
Date: Thu, 18 Mar 2004 13:13:49 -0800
Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
From: Steve Hay <steve.hay@uk.radan.com>
Message-ID: <405ACC6D.1040804@uk.radan.com>
Date: Fri, 19 Mar 2004 10:33:17 +0000
p4raw-id: //depot/perl@22537
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2173,7 +2173,6 @@ lib/vmsish.t Tests for vmsish.pm lib/warnings.pm For "use warnings" lib/warnings/register.pm For "use warnings::register" lib/warnings.t See if warning controls work -lib/Win32.pod Documentation for Win32 extras locale.c locale-specific utility functions makeaperl.SH perl script that produces a new perl binary makedef.pl Create symbol export lists for linking @@ -3045,6 +3044,9 @@ win32/config.vc Win32 base line config.sh (Visual C++ build) win32/config.vc64 Win64 base line config.sh (Visual C++ build) win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST win32/dl_win32.xs Win32 port +win32/ext/Win32/Makefile.PL Win32 extension makefile writer +win32/ext/Win32/Win32.pm Win32 extension Perl module +win32/ext/Win32/Win32.xs Win32 extension external subroutines win32/fcrypt.c crypt() implementation win32/FindExt.pm Scan for extensions win32/genmk95.pl Perl code to generate command.com-usable makefile.95 |