summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-01 22:07:07 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-01 22:07:07 -0700
commitfef5ae0a8a74d1ef746591661c12f0042bf182a8 (patch)
tree946d52ef1c652d81ac977a8185432f1efa7cbfa8 /MANIFEST
parent98393d943a8b9ae53139e3e218e6689b1dcdc669 (diff)
downloadperl-fef5ae0a8a74d1ef746591661c12f0042bf182a8.tar.gz
MANIFEST description typo
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index afa5279f2a..4cec28b9d0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5619,7 +5619,7 @@ t/porting/podcheck.t Test the POD of shipped modules is well formed
t/porting/re_context.t Check assumptions made by save_re_context()
t/porting/readme.t Check that all files in Porting/ are mentioned in Porting/README.pod
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/ss_dup.t Check that sv.c:ss_dup handles 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