Re: [perl #18872] File::Basename example misleading
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 945c7db..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
@@ -486,6 +487,7 @@ 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
@@ -500,10 +502,6 @@ ext/MIME/Base64/Base64.xs  MIME::Base64 extension
 ext/MIME/Base64/Changes                MIME::Base64 extension
 ext/MIME/Base64/Makefile.PL    MIME::Base64 extension
 ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
-ext/MIME/Base64/encode-qp      MIME::Base64 utility
-ext/MIME/Base64/decode-qp      MIME::Base64 utility
-ext/MIME/Base64/encode-base64  MIME::Base64 utility
-ext/MIME/Base64/decode-base64  MIME::Base64 utility
 ext/MIME/Base64/t/base64.t     See whether MIME::Base64 works
 ext/MIME/Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t    See whether MIME::Base64 works
@@ -913,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
@@ -2300,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
@@ -2387,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
@@ -2589,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
@@ -2694,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
@@ -2717,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