Add a deprecation notice to the Devel::DProf docs
authorFlorian Ragwitz <rafl@debian.org>
Fri, 18 Feb 2011 21:22:12 +0000 (22:22 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Fri, 18 Feb 2011 21:22:12 +0000 (22:22 +0100)
ext/Devel-DProf/DProf.pm

index 7f6d4cc..8b4788a 100644 (file)
@@ -2,12 +2,18 @@ use 5.006_001;
 
 =head1 NAME
 
-Devel::DProf - a Perl code profiler
+Devel::DProf - a B<DEPRECATED> Perl code profiler
 
 =head1 SYNOPSIS
 
        perl -d:DProf test.pl
 
+=head1 ACHTUNG!
+
+C<Devel::DProf> is B<DEPRECATED> and will be removed from a future version of
+Perl. We strongly recommend that you install and use L<Devel::NYTProf> instead,
+as it offers significantly improved profiling and reporting.
+
 =head1 DESCRIPTION
 
 The Devel::DProf package is a Perl code profiler.  This will collect