diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-02-06 18:02:40 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-06 18:02:40 -0800 |
commit | 958ff85a3beda75133fa1f15afaccedc1ad73fa0 (patch) | |
tree | cf6c5f868557af51e299fa491136e19b70331d9e /MANIFEST | |
parent | d963bf01c4c4db296760b1148f98bf668efcaf58 (diff) | |
parent | 6369c7393bb30f601a91122207e7cc0f0d72983f (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |