summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST28
1 files changed, 25 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 8b0b49709b..987d22c10a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -21,6 +21,7 @@ README.os2 Notes about OS/2 port
README.plan9 Notes about Plan9 port
README.qnx Notes about QNX port
README.vms Notes about VMS port
+README.win32 Notes about Win32 port
Todo The Wishlist
XSUB.h Include file for extension subroutines
av.c Array value code
@@ -292,12 +293,14 @@ lib/DirHandle.pm like FileHandle only for directories
lib/English.pm Readable aliases for short variables
lib/Env.pm Map environment into ordinary variables
lib/Exporter.pm Exporter base class
+lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs
lib/ExtUtils/Install.pm Handles 'make install' on extensions
lib/ExtUtils/Liblist.pm Locates libraries
lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
lib/ExtUtils/MM_Unix.pm MakeMaker base class for Unix
lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
+lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
@@ -359,6 +362,7 @@ lib/User/grent.pm By-name interface to Perl's built-in getgr*
lib/User/pwent.pm By-name interface to Perl's built-in getpw*
lib/abbrev.pl An abbreviation table builder
lib/assert.pl assertion and panic with stack trace
+lib/autouse.pm Load and call a function only when it's used
lib/bigfloat.pl An arbitrary precision floating point package
lib/bigint.pl An arbitrary precision integer arithmetic package
lib/bigrat.pl An arbitrary precision rational arithmetic package
@@ -504,6 +508,16 @@ pod/perldelta.pod Changes since last version
pod/perldiag.pod Diagnostic info
pod/perldsc.pod Data Structures Cookbook
pod/perlembed.pod Embedding info
+pod/perlfaq.pod Frequently Asked Questions, Top Level
+pod/perlfaq1.pod Frequently Asked Questions, Part 1
+pod/perlfaq2.pod Frequently Asked Questions, Part 2
+pod/perlfaq3.pod Frequently Asked Questions, Part 3
+pod/perlfaq4.pod Frequently Asked Questions, Part 4
+pod/perlfaq5.pod Frequently Asked Questions, Part 5
+pod/perlfaq6.pod Frequently Asked Questions, Part 6
+pod/perlfaq7.pod Frequently Asked Questions, Part 7
+pod/perlfaq8.pod Frequently Asked Questions, Part 8
+pod/perlfaq9.pod Frequently Asked Questions, Part 9
pod/perlform.pod Format info
pod/perlfunc.pod Function info
pod/perlguts.pod Internals info
@@ -741,6 +755,7 @@ vms/ext/Stdio/test.pl regression tests for VMS::Stdio
vms/ext/XSSymSet.pm manage linker symbols when building extensions
vms/ext/filespec.t See if VMS::Filespec funtions work
vms/ext/vmsish.pm Control VMS-specific behavior of Perl core
+vms/ext/vmsish.t Tests for vmsish.pm
vms/fndvers.com parse Perl version from patchlevel.h
vms/gen_shrfls.pl generate options files and glue for shareable image
vms/genconfig.pl retcon config.sh from config.h
@@ -763,10 +778,17 @@ win32/Fcntl.mak Win32 port
win32/IO.mak Win32 port
win32/Makefile Win32 port
win32/Opcode.mak Win32 port
-win32/README Win32 port
win32/SDBM_File.mak Win32 port
win32/Socket.mak Win32 port
win32/TEST Win32 port
+win32/VC-2.0/SDBM_File.mak Win32 port
+win32/VC-2.0/Socket.mak Win32 port
+win32/VC-2.0/libperl.mak Win32 port
+win32/VC-2.0/miniperl.mak Win32 port
+win32/VC-2.0/modules.mak Win32 port
+win32/VC-2.0/perl.mak Win32 port
+win32/VC-2.0/perldll.mak Win32 port
+win32/VC-2.0/vc2.patch Win32 port
win32/autosplit.pl Win32 port
win32/bin/PL2BAT.BAT Win32 port
win32/bin/network.pl Win32 port
@@ -800,8 +822,8 @@ win32/runperl.c Win32 port
win32/splittree.pl Win32 port
win32/win32.c Win32 port
win32/win32.h Win32 port
-win32/win32aux.cpp Win32 port
-win32/win32io.cpp Win32 port
+win32/win32aux.c Win32 port
+win32/win32io.c Win32 port
win32/win32io.h Win32 port
win32/win32iop.h Win32 port
win32/win32sck.c Win32 port