summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST52
1 files changed, 49 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index f8ea07a032..2500943624 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,6 +7,7 @@ Changes5.002 Differences between 5.001 and 5.002
Changes5.003 Differences between 5.002 and 5.003
Changes5.004 Differences between 5.003 and 5.004
Changes5.005 Differences between 5.004 and 5.005
+Changes5.6 Differences between 5.005 and 5.6
Configure Portability tool
Copying The GNU General Public License
EXTERN.h Included before foreign .h files
@@ -40,6 +41,7 @@ README.dos Notes about dos/djgpp port
README.epoc Notes about EPOC port
README.hpux Notes about HP-UX port
README.hurd Notes about GNU/Hurd port
+README.machten Notes about Power MachTen port
README.mint Notes about Atari MiNT port
README.mpeix Notes about MPE/iX port
README.os2 Notes about OS/2 port
@@ -566,6 +568,7 @@ lib/CGI/Fast.pm Support for FastCGI (persistent server process)
lib/CGI/Pretty.pm Output nicely formatted HTML
lib/CGI/Push.pm Support for server push
lib/CGI/Switch.pm Simple interface for multiple server types
+lib/CGI/Util.pm Utility functions
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
@@ -615,6 +618,7 @@ lib/File/Spec/OS2.pm portable operations on OS2 file names
lib/File/Spec/Unix.pm portable operations on Unix file names
lib/File/Spec/VMS.pm portable operations on VMS file names
lib/File/Spec/Win32.pm portable operations on Win32 file names
+lib/File/Temp.pm create safe temporary files and file handles
lib/File/stat.pm By-name interface to Perl's builtin stat
lib/FileCache.pm Keep more files open than the system permits
lib/FileHandle.pm Backward-compatible front end to IO extension
@@ -868,6 +872,35 @@ lib/unicode/Is/DecoCompat.pl Unicode character database
lib/unicode/Is/Digit.pl Unicode character database
lib/unicode/Is/Graph.pl Unicode character database
lib/unicode/Is/L.pl Unicode character database
+lib/unicode/Is/LbrkAI.pl Unicode character database
+lib/unicode/Is/LbrkAL.pl Unicode character database
+lib/unicode/Is/LbrkB2.pl Unicode character database
+lib/unicode/Is/LbrkBA.pl Unicode character database
+lib/unicode/Is/LbrkBB.pl Unicode character database
+lib/unicode/Is/LbrkBK.pl Unicode character database
+lib/unicode/Is/LbrkCB.pl Unicode character database
+lib/unicode/Is/LbrkCL.pl Unicode character database
+lib/unicode/Is/LbrkCM.pl Unicode character database
+lib/unicode/Is/LbrkCR.pl Unicode character database
+lib/unicode/Is/LbrkEX.pl Unicode character database
+lib/unicode/Is/LbrkGL.pl Unicode character database
+lib/unicode/Is/LbrkHY.pl Unicode character database
+lib/unicode/Is/LbrkID.pl Unicode character database
+lib/unicode/Is/LbrkIN.pl Unicode character database
+lib/unicode/Is/LbrkIS.pl Unicode character database
+lib/unicode/Is/LbrkLF.pl Unicode character database
+lib/unicode/Is/LbrkNS.pl Unicode character database
+lib/unicode/Is/LbrkNU.pl Unicode character database
+lib/unicode/Is/LbrkOP.pl Unicode character database
+lib/unicode/Is/LbrkPO.pl Unicode character database
+lib/unicode/Is/LbrkPR.pl Unicode character database
+lib/unicode/Is/LbrkQU.pl Unicode character database
+lib/unicode/Is/LbrkSA.pl Unicode character database
+lib/unicode/Is/LbrkSG.pl Unicode character database
+lib/unicode/Is/LbrkSP.pl Unicode character database
+lib/unicode/Is/LbrkSY.pl Unicode character database
+lib/unicode/Is/LbrkXX.pl Unicode character database
+lib/unicode/Is/LbrkZW.pl Unicode character database
lib/unicode/Is/Ll.pl Unicode character database
lib/unicode/Is/Lm.pl Unicode character database
lib/unicode/Is/Lo.pl Unicode character database
@@ -939,6 +972,7 @@ lib/utf8_heavy.pl Support routines for utf8 pragma
lib/validate.pl Perl library supporting wholesale file mode validation
lib/vars.pm Declare pseudo-imported global variables
lib/warnings.pm For "use warnings"
+lib/warnings/register.pm For "use warnings::register"
makeaperl.SH perl script that produces a new perl binary
makedef.pl Create symbol export lists for linking
makedepend.SH Precursor to makedepend
@@ -1055,6 +1089,7 @@ pod/checkpods.PL Tool to check for common errors in pods
pod/perl.pod Top level perl man page
pod/perl5004delta.pod Changes from 5.003 to 5.004
pod/perl5005delta.pod Changes from 5.004 to 5.005
+pod/perl56delta.pod Changes from 5.005 to 5.6
pod/perlapi.pod Perl API documentation (autogenerated)
pod/perlapio.pod IO API info
pod/perlbook.pod Book info
@@ -1064,6 +1099,7 @@ pod/perlcall.pod Callback info
pod/perlcompile.pod Info on using the Compiler suite
pod/perldata.pod Data structure info
pod/perldbmfilter.pod Info about DBM Filters
+pod/perldebguts.pod Debugger guts info
pod/perldebug.pod Debugger info
pod/perldelta.pod Changes since last version
pod/perldiag.pod Diagnostic info
@@ -1103,6 +1139,8 @@ pod/perlport.pod Portability guide
pod/perlre.pod Regular expression info
pod/perlref.pod References info
pod/perlreftut.pod Mark's references tutorial
+pod/perlrequick.pod Quick start guide for Perl regular expressions
+pod/perlretut.pod Tutorial for Perl regular expressions
pod/perlrun.pod Execution info
pod/perlsec.pod Security info
pod/perlstyle.pod Style info
@@ -1199,6 +1237,7 @@ t/lib/ansicolor.t See if Term::ANSIColor works
t/lib/anydbm.t See if AnyDBM_File works
t/lib/attrs.t See if attrs works with C<sub : attrs>
t/lib/autoloader.t See if AutoLoader works
+t/lib/b.t See if B backends work
t/lib/basename.t See if File::Basename works
t/lib/bigfloat.t See if bigfloat.pl works
t/lib/bigfltpm.t See if BigFloat.pm works
@@ -1207,6 +1246,7 @@ t/lib/bigintpm.t See if BigInt.pm works
t/lib/cgi-form.t See if CGI.pm works
t/lib/cgi-function.t See if CGI.pm works
t/lib/cgi-html.t See if CGI.pm works
+t/lib/cgi-pretty.t See if CGI.pm works
t/lib/cgi-request.t See if CGI.pm works
t/lib/charnames.t See if character names work
t/lib/checktree.t See if File::CheckTree works
@@ -1246,6 +1286,10 @@ t/lib/filehand.t See if FileHandle works
t/lib/filepath.t See if File::Path works
t/lib/filespec.t See if File::Spec works
t/lib/findbin.t See if FindBin works
+t/lib/ftmp-mktemp.t See if File::Temp works
+t/lib/ftmp-posix.t See if File::Temp works
+t/lib/ftmp-security.t See if File::Temp works
+t/lib/ftmp-tempfile.t See if File::Temp works
t/lib/gdbm.t See if GDBM_File works
t/lib/getopt.t See if Getopt::Std and Getopt::Long work
t/lib/glob-basic.t See if File::Glob works
@@ -1281,6 +1325,7 @@ t/lib/open2.t See if IPC::Open2 works
t/lib/open3.t See if IPC::Open3 works
t/lib/ops.t See if Opcode works
t/lib/parsewords.t See if Text::ParseWords works
+t/lib/peek.t See if Devel::Peek works
t/lib/ph.t See if h2ph works
t/lib/posix.t See if POSIX works
t/lib/safe1.t See if Safe works
@@ -1292,17 +1337,18 @@ t/lib/socket.t See if Socket works
t/lib/soundex.t See if Soundex works
t/lib/symbol.t See if Symbol works
t/lib/syslfs.t See if large files work for sysio
+t/lib/syslog.t See if Sys::Syslog works
t/lib/textfill.t See if Text::Wrap::fill works
t/lib/texttabs.t See if Text::Tabs works
t/lib/textwrap.t See if Text::Wrap::wrap works
-t/lib/thread.t Basic test of threading (skipped if no threads)
+t/lib/thr5005.t Test 5.005-style threading (skipped if no use5005threads)
t/lib/tie-push.t Test for Tie::Array
t/lib/tie-stdarray.t Test for Tie::StdArray
t/lib/tie-stdhandle.t Test for Tie::StdHandle
t/lib/tie-stdpush.t Test for Tie::StdArray
t/lib/timelocal.t See if Time::Local works
t/lib/trig.t See if Math::Trig works
-t/op/64bit.t See if 64 bitness works
+t/op/64bitint.t See if 64 bit integers work
t/op/append.t See if . works
t/op/args.t See if operations on @_ work
t/op/arith.t See if arithmetic works
@@ -1354,7 +1400,7 @@ t/op/method.t See if method calls work
t/op/misc.t See if miscellaneous bugs have been fixed
t/op/mkdir.t See if mkdir works
t/op/my.t See if lexical scoping works
-t/op/nothread.t local @_ test which does not work threaded
+t/op/nothr5005.t local @_ test which does not work under use5005threads
t/op/numconvert.t See if accessing fields does not change numeric values
t/op/oct.t See if oct and hex work
t/op/ord.t See if ord works