This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tests for CGI::Carp
[perl5.git] / MANIFEST
index 8144f71..e81d6ec 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -42,7 +42,7 @@ emacs/cperl-mode.el   An alternate perl-mode
 emacs/e2ctags.pl       etags to ctags converter
 emacs/ptags            Creates smart TAGS file
 embed.h                        Maps symbols to safer names
-embed.pl               Produces {embed,embedvar,objXSUB,proto}.h, global.sym
+embed.pl               Produces {embed,embedvar,proto}.h, global.sym
 embedvar.h             C namespace management
 epoc/config.sh         EPOC port config.sh template
 epoc/createpkg.pl      EPOC port generate PKG file
@@ -103,9 +103,10 @@ ext/ByteLoader/byterun.c   Runtime support for bytecode loader
 ext/ByteLoader/byterun.h       Header for byterun.c
 ext/ByteLoader/hints/sunos.pl  Hints for named architecture
 ext/ByteLoader/Makefile.PL     Bytecode loader makefile writer
-ext/Cwd/Cwd.t          See if Cwd works
-ext/Cwd/Cwd.xs         Cwd extension external subroutines
-ext/Cwd/Makefile.PL    Cwd extension makefile maker
+ext/Cwd/Cwd.xs                 Cwd extension external subroutines
+ext/Cwd/t/cwd.t                        See if Cwd works
+ext/Cwd/t/taint.t              See if Cwd works with taint
+ext/Cwd/Makefile.PL            Cwd extension makefile maker
 ext/Data/Dumper/Changes                Data pretty printer, changelog
 ext/Data/Dumper/Dumper.pm      Data pretty printer, module
 ext/Data/Dumper/Dumper.xs      Data pretty printer, externals
@@ -387,6 +388,7 @@ ext/List/Util/t/minstr.t    List::Util
 ext/List/Util/t/readonly.t     Scalar::Util
 ext/List/Util/t/reduce.t       List::Util
 ext/List/Util/t/reftype.t      Scalar::Util
+ext/List/Util/t/shuffle.t      List::Util
 ext/List/Util/t/sum.t          List::Util
 ext/List/Util/t/tainted.t      Scalar::Util
 ext/List/Util/t/weak.t         Scalar::Util
@@ -744,8 +746,8 @@ lib/Attribute/Handlers/demo/demo_range.pl   Attribute::Handlers demo
 lib/Attribute/Handlers/demo/demo_rawdata.pl    Attribute::Handlers demo
 lib/Attribute/Handlers/demo/Descriptions.pm    Attribute::Handlers demo
 lib/Attribute/Handlers/demo/MyClass.pm Attribute::Handlers demo
-lib/Attribute/Handlers/README  Attribute::Handlers
-lib/Attribute/Handlers/test.pl         See if Attribute::Handlers works
+lib/Attribute/Handlers/README          Attribute::Handlers
+lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
 lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader.t               See if AutoLoader works
@@ -797,11 +799,15 @@ 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/t/apache.t              See if CGI::Apache still loads
+lib/CGI/t/carp.t                See if CGI::Carp works
+lib/CGI/t/cookie.t              See if CGI::Cookie works
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
 lib/CGI/t/html.t               See if CGI.pm works
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/request.t            See if CGI.pm works
+lib/CGI/t/switch.t              See if CGI::Switch still loads
 lib/CGI/t/util.t               See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
 lib/charnames.pm               Character names
@@ -907,7 +913,9 @@ lib/FileHandle.pm           Backward-compatible front end to IO extension
 lib/FileHandle.t               See if FileHandle works
 lib/filetest.pm                        For "use filetest"
 lib/Filter/Simple.pm           Simple frontend to Filter::Util::Call
-lib/Filter/Simple/test.pl      See if Filter::Simple works
+lib/Filter/Simple/Changes      Filter::Simple
+lib/Filter/Simple/README       Filter::Simple
+lib/Filter/Simple/t/filter.t   See if Filter::Simple works
 lib/find.pl                    A find emulator--used by find2perl
 lib/FindBin.pm                 Find name of currently executing program
 lib/FindBin.t                  See if FindBin works
@@ -1050,7 +1058,9 @@ lib/Net/t/require.t               libnet
 lib/Net/t/smtp.t               libnet
 lib/Net/Time.pm                        libnet
 lib/newgetopt.pl               A perl library supporting long option parsing
-lib/NEXT.pm            Pseudo-class NEXT for method redispatch
+lib/NEXT.pm                    Pseudo-class NEXT for method redispatch
+lib/NEXT/Changes               NEXT
+lib/NEXT/README                        NEXT
 lib/NEXT/test.pl               See if NEXT works
 lib/open.pm                    Pragma to specify default I/O disciplines
 lib/open2.pl                   Open a two-ended pipe (uses IPC::Open2)
@@ -1084,6 +1094,7 @@ lib/SelectSaver.t         See if SelectSaver works
 lib/SelfLoader.pm              Load functions only on demand
 lib/SelfLoader.t               See if SelfLoader works
 lib/Shell.pm                   Make AUTOLOADed system() calls
+lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
 lib/sigtrap.pm                 For trapping an abort and giving traceback
 lib/stat.pl                    Perl library supporting stat function
@@ -1092,10 +1103,11 @@ lib/strict.t                    See if strictures work
 lib/subs.pm                    Declare overriding subs
 lib/subs.t                     See if subroutine pseudo-importation works
 lib/Switch.pm                  Switch for Perl
-lib/Switch/Changes     Switch for Perl
-lib/Switch/README      Switch for Perl
-lib/Switch/t/given_when.t      See if Perl 6 given (switch) works
-lib/Switch/t/switch_case.t     See if Perl 5 switch works
+lib/Switch/Changes             Switch
+lib/Switch/README              Switch
+lib/Switch/t/given.t           See if Perl 6 given (switch) works
+lib/Switch/t/nested.t          See if nested switch works
+lib/Switch/t/switch.t          See if Perl 5 switch works
 lib/Symbol.pm                  Symbol table manipulation routines
 lib/Symbol.t                   See if Symbol works
 lib/syslog.pl                  Perl library supporting syslogging
@@ -1137,15 +1149,16 @@ lib/Test/t/todo.t               See if Test works
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
 lib/Text/Balanced.pm           Text::Balanced
-lib/Text/Balanced.pod          Text::Balanced
-lib/Text/Balanced/t/genxt.t    See if Text::Balanced works
-lib/Text/Balanced/t/xbrak.t    See if Text::Balanced works
-lib/Text/Balanced/t/xcode.t    See if Text::Balanced works
-lib/Text/Balanced/t/xdeli.t    See if Text::Balanced works
-lib/Text/Balanced/t/xmult.t    See if Text::Balanced works
-lib/Text/Balanced/t/xquot.t    See if Text::Balanced works
-lib/Text/Balanced/t/xtagg.t    See if Text::Balanced works
-lib/Text/Balanced/t/xvari.t    See if Text::Balanced works
+lib/Text/Balanced/Changes      Text::Balanced
+lib/Text/Balanced/README       Text::Balanced
+lib/Text/Balanced/t/gentag.t   See if Text::Balanced works
+lib/Text/Balanced/t/extbrk.t   See if Text::Balanced works
+lib/Text/Balanced/t/extcbk.t   See if Text::Balanced works
+lib/Text/Balanced/t/extdel.t   See if Text::Balanced works
+lib/Text/Balanced/t/extmul.t   See if Text::Balanced works
+lib/Text/Balanced/t/extqlk.t   See if Text::Balanced works
+lib/Text/Balanced/t/exttag.t   See if Text::Balanced works
+lib/Text/Balanced/t/extvar.t   See if Text::Balanced works
 lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
 lib/Text/ParseWords.t          See if Text::ParseWords works
 lib/Text/Soundex.pm            Perl module to implement Soundex
@@ -1605,7 +1618,6 @@ NetWare/testnlm/type/type.c       Netware port
 NetWare/win32ish.h             Netware port
 nostdio.h                      Cause compile error on stdio calls
 numeric.c                      Miscellaneous numeric conversion routines
-objXSUB.h                      Scoping macros for Perl Object in extensions
 op.c                           Opcode syntax tree code
 op.h                           Opcode syntax tree header
 opcode.h                       Automatically generated opcode header
@@ -1893,6 +1905,7 @@ t/comp/term.t                     See if more terms work
 t/comp/use.t                   See if pragmas work
 t/harness                      Finer diagnostics from test suite
 t/io/argv.t                    See if ARGV stuff works
+t/io/binmode.t                  See if binmode() works
 t/io/dup.t                     See if >& works right
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
@@ -1927,7 +1940,7 @@ t/lib/h2ph.h                      Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
-t/lib/MyFilter.pm              Helper file for t/lib/filter-simple.t
+t/lib/FilterTest.pm            Helper file for lib/Filter/Simple/t/filter.t
 t/lib/sample-tests/bailout             Test data for Test::Harness
 t/lib/sample-tests/combined            Test data for Test::Harness
 t/lib/sample-tests/descriptive         Test data for Test::Harness
@@ -2009,6 +2022,7 @@ t/op/cmp.t                        See if the various string and numeric compare work
 t/op/concat.t                  See if string concatenation works
 t/op/cond.t                    See if conditional expressions work
 t/op/context.t                 See if context propagation works
+t/op/crypt.t                   See if crypt works
 t/op/defins.t                  See if auto-insert of defined() works
 t/op/delete.t                  See if delete works
 t/op/die.t                     See if die works
@@ -2033,6 +2047,7 @@ t/op/groups.t                     See if $( works
 t/op/gv.t                      See if typeglobs work
 t/op/hashwarn.t                        See if warnings for bad hash assignments work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
+t/op/inccode.t                 See if coderefs work in @INC
 t/op/index.t                   See if index works
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
@@ -2046,7 +2061,6 @@ t/op/loopctl.t                    See if next/last/redo work
 t/op/lop.t                     See if logical operators work
 t/op/magic.t                   See if magic variables work
 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/my_stash.t                        See if my Package works
@@ -2079,6 +2093,7 @@ t/op/sort.t                       See if sort works
 t/op/splice.t                  See if splice works
 t/op/split.t                   See if split works
 t/op/sprintf.t                 See if sprintf works
+t/op/srand.t                    See if srand works
 t/op/stat.t                    See if stat works
 t/op/study.t                   See if study works
 t/op/subst.t                   See if substitution works
@@ -2137,6 +2152,7 @@ t/pod/testpchk.pl         Module to test Pod::Checker for a given file
 t/pod/testpods/lib/Pod/Stuff.pm                        Sample data for find.t
 t/README                       Instructions for regression tests
 t/run/exit.t                    Test perl's exit status.
+t/run/kill_perl.t               Tests that kill perl.
 t/run/runenv.t                 Test if perl honors its environment variables.
 t/TEST                         The regression tester
 t/TestInit.pm                  Preamble library for core tests