A couple of File::Path tests require unix syntax on VMS.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index fa3620a..fcdb71c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -990,6 +990,7 @@ ext/re/re_top.h                     re extension symbol hiding header
 ext/re/re.xs                   re extension external subroutines
 ext/re/t/lexical_debug.pl      generate debug output for lexical re 'debug'
 ext/re/t/lexical_debug.t       test that lexical re 'debug' works
+ext/re/t/qr.t                  test that qr// is a Regexp
 ext/re/t/re_funcs.t            see if exportable funcs from re.pm work
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
@@ -1189,7 +1190,6 @@ ext/Unicode/Normalize/t/illegal.t Unicode::Normalize
 ext/Unicode/Normalize/t/norm.t Unicode::Normalize
 ext/Unicode/Normalize/t/null.t Unicode::Normalize
 ext/Unicode/Normalize/t/proto.t        Unicode::Normalize
-ext/Unicode/Normalize/t/short.t        Unicode::Normalize
 ext/Unicode/Normalize/t/split.t        Unicode::Normalize
 ext/Unicode/Normalize/t/test.t Unicode::Normalize
 ext/Unicode/Normalize/t/tie.t  Unicode::Normalize
@@ -1421,9 +1421,6 @@ lib/Archive/Tar/t/src/long/foo.tgz.packed Archive::Tar tests
 lib/Archive/Tar/t/src/short/b  Archive::Tar tests
 lib/Archive/Tar/t/src/short/bar.tar.packed     Archive::Tar tests
 lib/Archive/Tar/t/src/short/foo.tgz.packed     Archive::Tar tests
-lib/assertions/activate.pm     assertions activate/deactivate
-lib/assertions/compat.pm       assertions compatibility for earlier perls
-lib/assertions.pm              module support for -A flag
 lib/assert.pl                  assertion and panic with stack trace
 lib/Attribute/Handlers/Changes Attribute::Handlers
 lib/Attribute/Handlers/demo/demo2.pl   Attribute::Handlers demo
@@ -3368,8 +3365,6 @@ 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/asstcompat.t            See if assertions::compat 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
@@ -3759,6 +3754,7 @@ t/op/recurse.t                    See if deep recursion works
 t/op/ref.t                     See if refs and objects work
 t/op/regexp_email.t            See if regex recursion works by parsing email addresses
 t/op/regexp_namedcapture.t     Make sure glob assignment doesn't break named capture
+t/op/regexp_nc_tie.t           Test the tied methods of Tie::Hash::NamedCapture
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
 t/op/regexp_notrie.t           See if regular expressions work without trie optimisation
 t/op/regexp_pmod.t             See if regexp /p modifier works as expected
@@ -3861,7 +3857,6 @@ t/run/noswitch.t          Test aliasing ARGV for other switch tests
 t/run/runenv.t                 Test if perl honors its environment variables.
 t/run/switch0.t                        Test the -0 switch
 t/run/switcha.t                        Test the -a switch
-t/run/switch_A.t               Test the -A switch
 t/run/switchC.t                        Test the -C switch
 t/run/switchd.t                        Test the -d switch
 t/run/switches.t               Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)