summaryrefslogtreecommitdiff
path: root/pod/perlutil.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-25 09:29:12 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-25 09:29:12 +0000
commit634d76cdaead2a5b98de17ddc136c66a3cb4bf65 (patch)
tree7a9e36d269f2da7a7d7ef6f8f69bfa12edd89cd2 /pod/perlutil.pod
parent8a4991400e94c3fa5e3493bf4580ae9aacc26874 (diff)
downloadperl-634d76cdaead2a5b98de17ddc136c66a3cb4bf65.tar.gz
Document that ptardiff needs Text::Diff
p4raw-id: //depot/perl@31273
Diffstat (limited to 'pod/perlutil.pod')
-rw-r--r--pod/perlutil.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlutil.pod b/pod/perlutil.pod
index e1f7f99bbd..7d4c71266b 100644
--- a/pod/perlutil.pod
+++ b/pod/perlutil.pod
@@ -243,7 +243,9 @@ F<ptar> is a tar-like program, written in pure Perl.
=item L<ptardiff>
F<ptardiff> is a small utility that produces a diff between an extracted
-archive and an unextracted one.
+archive and an unextracted one. (Note that this utility requires the
+C<Text::Diff> module to function properly; this module isn't distributed
+with perl, but is available from the CPAN.)
=item L<shasum>