Document that ptardiff needs Text::Diff
Rafael Garcia-Suarez [Fri, 25 May 2007 09:29:12 +0000 (09:29 +0000)]
p4raw-id: //depot/perl@31273

pod/perlutil.pod

index e1f7f99..7d4c712 100644 (file)
@@ -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>