This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #128524) correct indentation for utf-8 key hash elements
[perl5.git] / MANIFEST
index 133c0fc..a97d900 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1706,6 +1706,7 @@ cpan/Math-BigInt/t/isa.t          Test for Math::BigInt inheritance
 cpan/Math-BigInt/t/lib_load.t          Test sane lib names
 cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm   Empty subclass of BigFloat for test
 cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm     Bigint's simulation of Calc
+cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm Test Math::BigInt
 cpan/Math-BigInt/t/Math/BigInt/Scalar.pm       Pure Perl module to support Math::BigInt
 cpan/Math-BigInt/t/Math/BigInt/Subclass.pm     Empty subclass of BigInt for test
 cpan/Math-BigInt/t/mbf_ali.t           Tests for BigFloat
@@ -5402,6 +5403,7 @@ t/op/cproto.t                     Check builtin prototypes
 t/op/crypt.t                   See if crypt works
 t/op/current_sub.t             __SUB__ tests
 t/op/dbm.t                     See if dbmopen/dbmclose work
+t/op/decl-refs.t               See if my \$foo works
 t/op/defined.t                 See if defined() edge cases work
 t/op/defins.t                  See if auto-insert of defined() works
 t/op/delete.t                  See if delete works
@@ -5617,6 +5619,7 @@ t/porting/regen.t         Check that regen.pl doesn't need running
 t/porting/ss_dup.t             Check that sv.c:ss_dup handle everything
 t/porting/test_bootstrap.t     Test that the instructions for test bootstrapping aren't accidentally overlooked.
 t/porting/utils.t              Check that utility scripts still compile
+t/re/anyof.t                   See if bracketed char classes [...] compile properly
 t/re/charset.t                 See if regex modifiers like /d, /u work properly
 t/re/fold_grind.t              See if case folding works properly
 t/re/no_utf8_pm.t              Verify utf8.pm doesn't get loaded unless required
@@ -5717,7 +5720,6 @@ t/uni/cache.t                     See if Unicode swash caching works
 t/uni/caller.t                 See if Unicode doesn't get mangled in caller()
 t/uni/case.pl                  See if Unicode casing works
 t/uni/chomp.t                  See if Unicode chomp works
-t/uni/chr.t                    See if Unicode chr works
 t/uni/class.t                  See if Unicode classes work (\p)
 t/uni/eval.t                   See if Unicode hints don't affect eval()
 t/uni/fold.t                   See if Unicode folding works
@@ -5740,9 +5742,6 @@ t/uni/sprintf.t                   See if Unicode sprintf works
 t/uni/stash.t                  See if Unicode stashes work
 t/uni/tie.t                    See if Unicode tie works
 t/uni/title.t                  See if Unicode casing works
-t/uni/tr_7jis.t                        See if Unicode tr/// in 7jis works
-t/uni/tr_eucjp.t               See if Unicode tr/// in eucjp works
-t/uni/tr_sjis.t                        See if Unicode tr/// in sjis works
 t/uni/tr_utf8.t                        See if Unicode tr/// in utf8 works
 t/uni/universal.t              See if Unicode in calls to UNIVERSAL works
 t/uni/upper.t                  See if Unicode casing works