From a7d069054a598a6162aff1dda3f68e9d5b9a5a5f Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Fri, 18 Feb 2011 22:22:12 +0100 Subject: [PATCH] Add a deprecation notice to the Devel::DProf docs --- ext/Devel-DProf/DProf.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/Devel-DProf/DProf.pm b/ext/Devel-DProf/DProf.pm index 7f6d4cc..8b4788a 100644 --- a/ext/Devel-DProf/DProf.pm +++ b/ext/Devel-DProf/DProf.pm @@ -2,12 +2,18 @@ use 5.006_001; =head1 NAME -Devel::DProf - a Perl code profiler +Devel::DProf - a B Perl code profiler =head1 SYNOPSIS perl -d:DProf test.pl +=head1 ACHTUNG! + +C is B and will be removed from a future version of +Perl. We strongly recommend that you install and use L instead, +as it offers significantly improved profiling and reporting. + =head1 DESCRIPTION The Devel::DProf package is a Perl code profiler. This will collect -- 2.7.4