From 7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 22 Oct 2002 19:11:12 +0000 Subject: perlmodlib.pod nit suggested by David Dyck (bug #18055) Regenerate perlmodlib.pod p4raw-id: //depot/perl@18050 --- pod/perlmodlib.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlmodlib.PL') diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index 9c0f51f235..211bb63eda 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -149,7 +149,7 @@ To find out I modules installed on your system, including those without documentation or outside the standard release, just do this: - % find `perl -e 'print "@INC"'` -name '*.pm' -print + % find `perl -Te 'print "@INC"'` -name '*.pm' -print They should all have their own documentation installed and accessible via your system man(1) command. If you do not have a B -- cgit v1.2.1