diff options
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 42 |
1 files changed, 9 insertions, 33 deletions
@@ -309,12 +309,12 @@ lib/AutoLoader.pm Autoloader base class lib/AutoSplit.pm Split up autoload functions lib/Benchmark.pm Measure execution time lib/Bundle/CPAN.pm The CPAN bundle -lib/CGI.pm Web server interface -lib/CGI/Apache.pm Web server interface -lib/CGI/Carp.pm Web server interface -lib/CGI/Fast.pm Web server interface -lib/CGI/Push.pm Web server interface -lib/CGI/Switch.pm Web server interface +lib/CGI.pm Web server interface ("Common Gateway Interface") +lib/CGI/Apache.pm Support for Apache's Perl module +lib/CGI/Carp.pm Log server errors with helpful context +lib/CGI/Fast.pm Support for FastCGI (persistent server process) +lib/CGI/Push.pm Support for server push +lib/CGI/Switch.pm Simple interface for multiple server types lib/CPAN.pm Interface to Comprehensive Perl Archive Network lib/CPAN/FirstTime.pm Utility for creating CPAN config files lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions @@ -810,25 +810,8 @@ vms/vms.c VMS-specific C code for Perl core vms/vms_yfix.pl convert Unix perly.[ch] to VMS perly_[ch].vms vms/vmsish.h VMS-specific C header for Perl core vms/writemain.pl Generate perlmain.c from miniperlmain.c+extensions -win32/Fcntl.mak Win32 port -win32/IO.mak Win32 port win32/Makefile Win32 port -win32/Opcode.mak Win32 port -win32/SDBM_File.mak Win32 port -win32/Socket.mak Win32 port win32/TEST Win32 port -win32/VC-2.0/Fcntl.mak Win32 port -win32/VC-2.0/IO.mak Win32 port -win32/VC-2.0/Opcode.mak 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/perlglob.mak Win32 port -win32/VC-2.0/pod.mak Win32 port win32/autosplit.pl Win32 port win32/bin/network.pl Win32 port win32/bin/pl2bat.bat Win32 port @@ -837,32 +820,25 @@ win32/bin/test.bat Win32 port win32/bin/webget.bat Win32 port win32/bin/www.pl Win32 port win32/config.H Win32 config header (suffix not ".h" for metaconfig) -win32/config.w32 Win32 port +win32/config.w32 Win32 base line config.sh +win32/config_h.PL Perl code to convert Win32 config.sh to config.h +win32/config_sh.PL Perl code to update Win32 config.sh from Makefile win32/dl_win32.xs Win32 port -win32/dosish.diff Win32 port win32/genxsdef.pl Win32 port win32/include/arpa/inet.h Win32 port win32/include/dirent.h Win32 port win32/include/netdb.h Win32 port win32/include/sys/socket.h Win32 port -win32/libperl.mak Win32 port win32/makedef.pl Win32 port win32/makemain.pl Win32 port win32/makeperldef.pl Win32 port -win32/miniperl.mak Win32 port -win32/modules.mak Win32 port -win32/perl.mak Win32 port -win32/perl.rc Win32 port -win32/perldll.mak Win32 port win32/perlglob.c Win32 port -win32/perlglob.mak Win32 port win32/perllib.c Win32 port win32/pod.mak Win32 port win32/runperl.c Win32 port win32/splittree.pl Win32 port win32/win32.c Win32 port win32/win32.h Win32 port -win32/win32aux.c Win32 port win32/win32io.c Win32 port win32/win32io.h Win32 port win32/win32iop.h Win32 port |