This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlclib.pod: Update character class macro descriptions
[perl5.git] / makedepend.SH
index 4bfb325..5669b8d 100755 (executable)
@@ -153,11 +153,11 @@ for file in `$cat .clist`; do
     ( $echo "#line 2 \"$file\""; \
       $sed -n <$file \
        -e "/^${filebase}_init(/q" \
-        -e ': testcontinuation'       \
+        -e ': testcont'               \
        -e '/^[  ]*#/s|/\*.*\*/||'    \
         -e '/\\$/{'                   \
             -e 'N'                    \
-            -e 'b testcontinuation'   \
+            -e 'b testcont'           \
         -e '}'                        \
         -e 's/\\\n/ /g'               \
        -e '/^#line/d' \