summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-02-06 18:02:40 -0800
committerJesse Vincent <jesse@bestpractical.com>2010-02-06 18:02:40 -0800
commit958ff85a3beda75133fa1f15afaccedc1ad73fa0 (patch)
treecf6c5f868557af51e299fa491136e19b70331d9e /MANIFEST
parentd963bf01c4c4db296760b1148f98bf668efcaf58 (diff)
parent6369c7393bb30f601a91122207e7cc0f0d72983f (diff)
downloadperl-958ff85a3beda75133fa1f15afaccedc1ad73fa0.tar.gz
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
* 'blead' of ssh://perl5.git.perl.org/gitroot/perl: move version details to version::Internals and other clean up document version::is_strict/is_lax Document usage of version regexps Export and document is_lax and is_strict functions note that delete/exists ARRAY_ELEM should be avoided Don't try to calculate a time over the conservative failure boundary.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b065311f1d..730a1ddfa7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4488,6 +4488,7 @@ t/op/threads.t Misc. tests for perl features with threads
t/op/tiearray.t See if tie for arrays works
t/op/tiehandle.t See if tie for handles works
t/op/tie.t See if tie/untie functions work
+t/op/time_loop.t Test that very large values don't hang gmtime and localtime.
t/op/time.t See if time functions work
t/op/tr.t See if tr works
t/op/undef.t See if undef works