summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-01-30 18:41:54 +0100
committerNicholas Clark <nick@ccl4.org>2012-02-18 13:16:52 +0100
commit7fa6cc82dc87eb2f81137861238570e42953b675 (patch)
tree0d0a6327fc394ed5408eb858a44ba6bb471f96b9 /t
parent4094982d4b552a75a521bdc7df40396d0b57ae4f (diff)
downloadperl-7fa6cc82dc87eb2f81137861238570e42953b675.tar.gz
Test that every function in perlfunc.pod has a summary for Pod::Functions.
Historically Pod::Functions has failed to get updated when functions are added. This should solve that.
Diffstat (limited to 't')
-rw-r--r--t/porting/perlfunc.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/perlfunc.t b/t/porting/perlfunc.t
index b32e88acdd..fb0209db18 100644
--- a/t/porting/perlfunc.t
+++ b/t/porting/perlfunc.t
@@ -18,7 +18,8 @@
# It's broken - how do I fix it?
# Likely it's because you changed something in pod/perlfunc.pod
# If you added a new function, it needs to be added to one or more groups in
-# "Perl Functions by Category".
+# "Perl Functions by Category", and to have a one line summary for
+# Pod::Functions provided by a =for directive.
BEGIN {
@INC = '..' if -f '../TestInit.pm';