Re: [perl #18872] File::Basename example misleading
[p5sagit/p5-mst-13.2.git] / MANIFEST
index e8c8e66..6d583a2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -168,6 +168,7 @@ ext/Devel/PPPort/soak               Test Harness to run Devel::PPPort other Perls
 ext/Devel/PPPort/t/test.t      See if Devel::PPPort works
 ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Digest/MD5/Changes         Digest::MD5 extension changes
+ext/Digest/MD5/hints/dec_osf.pl        Hints for named architecture
 ext/Digest/MD5/hints/irix_6.pl Hints for named architecture
 ext/Digest/MD5/hints/MacOS.pl  Hints for named architecture
 ext/Digest/MD5/Makefile.PL     Digest::MD5 extension makefile writer
@@ -259,6 +260,7 @@ ext/Encode/t/big5-hkscs.utf test data
 ext/Encode/t/CJKT.t            test script
 ext/Encode/t/Encode.t          test script
 ext/Encode/t/Encoder.t         test script
+ext/Encode/t/enc_eucjp.t       test script
 ext/Encode/t/enc_utf8.t                test script
 ext/Encode/t/encoding.t                test script
 ext/Encode/t/fallback.t                test script
@@ -479,11 +481,13 @@ ext/List/Util/t/blessed.t Scalar::Util
 ext/List/Util/t/dualvar.t      Scalar::Util
 ext/List/Util/t/first.t                List::Util
 ext/List/Util/t/isvstring.t    Scalar::Util
+ext/List/Util/t/lln.t          Scalar::Util
 ext/List/Util/t/max.t          List::Util
 ext/List/Util/t/maxstr.t       List::Util
 ext/List/Util/t/min.t          List::Util
 ext/List/Util/t/minstr.t       List::Util
 ext/List/Util/t/openhan.t      Scalar::Util
+ext/List/Util/t/proto.t                Scalar::Util
 ext/List/Util/t/readonly.t     Scalar::Util
 ext/List/Util/t/reduce.t       List::Util
 ext/List/Util/t/refaddr.t      Scalar::Util
@@ -907,7 +911,9 @@ lib/abbrev.pl                       An abbreviation table builder
 lib/AnyDBM_File.pm             Perl module to emulate dbmopen
 lib/AnyDBM_File.t              See if AnyDBM_File works
 lib/assert.pl                  assertion and panic with stack trace
-lib/Attribute/Handlers.pm              Attribute::Handlers
+lib/assertions.pm              module support for -A flag
+lib/assertions/activate.pm     assertions activate/deactivate
+lib/Attribute/Handlers.pm      Attribute::Handlers
 lib/Attribute/Handlers/Changes Attribute::Handlers
 lib/Attribute/Handlers/demo/demo.pl    Attribute::Handlers demo
 lib/Attribute/Handlers/demo/Demo.pm    Attribute::Handlers demo
@@ -1018,6 +1024,7 @@ lib/Config.t                      See if Config works
 lib/constant.pm                        For "use constant"
 lib/constant.t                 See if compile-time constants work
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
+lib/CPAN/README                        README of CPAN
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/t/loadme.t            See if CPAN the module works
@@ -1347,12 +1354,14 @@ lib/Net/Ping/t/120_udp_inst.t   Ping Net::Ping
 lib/Net/Ping/t/130_tcp_inst.t  Ping Net::Ping
 lib/Net/Ping/t/140_stream_inst.t       Ping Net::Ping
 lib/Net/Ping/t/150_syn_inst.t  Ping Net::Ping
+lib/Net/Ping/t/190_alarm.t     Ping Net::Ping
 lib/Net/Ping/t/200_ping_tcp.t  Ping Net::Ping
 lib/Net/Ping/t/250_ping_hires.t        Ping Net::Ping
 lib/Net/Ping/t/300_ping_stream.t       Ping Net::Ping
 lib/Net/Ping/t/400_ping_syn.t  Ping Net::Ping
 lib/Net/Ping/t/410_syn_host.t  Ping Net::Ping
 lib/Net/Ping/t/450_service.t   Ping Net::Ping
+lib/Net/Ping/t/500_ping_icmp.t Ping Net::Ping
 lib/Net/POP3.pm                        libnet
 lib/Net/protoent.pm            By-name interface to Perl's builtin getproto*
 lib/Net/protoent.t             See if Net::protoent works
@@ -2160,6 +2169,8 @@ plan9/aperl                       Shell to make Perl error messages Acme-friendly
 plan9/arpa/inet.h              Plan9 port: replacement C header file
 plan9/buildinfo                        Plan9 port: configuration information
 plan9/config.plan9             Plan9 port: config.h template
+plan9/config_h.sample          Plan9 port: 5.8.0 sample config.h
+plan9/config_sh.sample         Plan9 port: 5.8.0 sample config.sh
 plan9/exclude                  Plan9 port: tests to skip
 plan9/fndvers                  Plan9 port: update Perl version in config.plan9
 plan9/genconfig.pl             Plan9 port: generate config.sh
@@ -2289,7 +2300,8 @@ Porting/fixvars           Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/Glossary       Glossary of config.sh variables
 Porting/makerel                Release making utility
-Porting/p4genpatch     Obsoletes both p4desc and p4d2p
+Porting/p4d2p          Generate patch from p4 diff
+Porting/p4genpatch     Generate patch from p4 change in repository (obsoletes p4desc)
 Porting/patching.pod   How to report changes made to Perl
 Porting/patchls                Flexible patch file listing utility
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
@@ -2376,6 +2388,7 @@ t/cmd/mod.t                       See if statement modifiers work
 t/cmd/subval.t                 See if subroutine values work
 t/cmd/switch.t                 See if switch optimizations work
 t/cmd/while.t                  See if while loops work
+t/comp/assertions.t            See if assertions work
 t/comp/bproto.t                        See if builtins conform to their prototypes
 t/comp/cmdopt.t                        See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
@@ -2499,6 +2512,7 @@ t/lib/warnings/hv         Tests for hv.c for warnings.t
 t/lib/warnings/malloc          Tests for malloc.c for warnings.t
 t/lib/warnings/mg              Tests for mg.c for warnings.t
 t/lib/warnings/op              Tests for op.c for warnings.t
+t/lib/warnings/pad             Tests for pad.c for warnings.t
 t/lib/warnings/perl            Tests for perl.c for warnings.t
 t/lib/warnings/perlio          Tests for perlio.c for warnings.t
 t/lib/warnings/perly           Tests for perly.y for warnings.t
@@ -2577,6 +2591,7 @@ t/op/lex_assign.t         See if ops involving lexicals or pad temps work
 t/op/lfs.t                     See if large files work for perlio
 t/op/list.t                    See if array lists work
 t/op/local.t                   See if local works
+t/op/localref.t                        See if local ${deref} works
 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
@@ -2601,6 +2616,7 @@ t/op/quotemeta.t          See if quotemeta works
 t/op/rand.t                    See if rand works
 t/op/range.t                   See if .. works
 t/op/read.t                    See if read() works
+t/op/readline.t                        See if <> / readline work
 t/op/readdir.t                 See if readdir() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
@@ -2681,9 +2697,11 @@ t/run/fresh_perl.t               Tests that require a fresh perl.
 t/run/noswitch.t               Test aliasing ARGV for other switch tests
 t/run/runenv.t                 Test if perl honors its environment variables.
 t/run/switcha.t                        Test the -a switch
+t/run/switchC.t                        Test the -C switch
 t/run/switches.t               Tests for the other switches
 t/run/switchF.t                        Test the -F switch
 t/run/switchI.t                        Test the -I switch
+t/run/switch_A.t               Test the -A switch
 t/run/switchn.t                        Test the -n switch
 t/run/switchp.t                        Test the -p switch
 t/run/switchPx.aux             Data for switchPx.t
@@ -2704,6 +2722,7 @@ t/uni/tr_eucjp.t          See if Unicode tr/// works
 t/uni/tr_sjis.t                        See if Unicode tr/// works
 t/uni/tr_utf8.t                        See if Unicode tr/// works
 t/uni/upper.t                  See if Unicode casing works
+t/uni/write.t                  See if Unicode formats work
 t/win32/longpath.t             Test if Win32::GetLongPathName() works
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
@@ -2723,6 +2742,7 @@ utfebcdic.h                       Unicode on EBCDIC (UTF-EBCDIC, tr16) header
 util.c                         Utility routines
 util.h                         Dummy header
 utils.lst                      Lists utilities bundled with Perl
+utils/cpan                     easily interact with CPAN from the command line
 utils/c2ph.PL                  program to translate dbx stabs to perl
 utils/dprofpp.PL               Perl code profile post-processor
 utils/enc2xs.PL                        Encode module generator