diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-02-25 17:28:36 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-02-25 17:55:21 +0100 |
commit | fbc92d0a5238467258584f8d49926507449b8ddc (patch) | |
tree | 1f6944c30db6ba5640578e41995e58148dc6ac26 /cpan/Devel-DProf | |
parent | cb3626a558f37e0efc8453e3a309dfad701d4eb8 (diff) | |
download | perl-fbc92d0a5238467258584f8d49926507449b8ddc.tar.gz |
DProf is now maintained on CPAN, not by p5p anymore
Diffstat (limited to 'cpan/Devel-DProf')
-rw-r--r-- | cpan/Devel-DProf/DProf.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpan/Devel-DProf/DProf.pm b/cpan/Devel-DProf/DProf.pm index 8b4788aad7..0ad1a7db86 100644 --- a/cpan/Devel-DProf/DProf.pm +++ b/cpan/Devel-DProf/DProf.pm @@ -203,9 +203,6 @@ For example, this code will break under Devel::DProf: A pattern like this is used by Test::More's skip() function, for example. See L<perldiag> for more details. -Mail bug reports and feature requests to the perl5-porters mailing list at -F<E<lt>perl5-porters@perl.orgE<gt>>. - =head1 SEE ALSO L<perl>, L<dprofpp>, times(2) @@ -238,7 +235,7 @@ sub NONESUCH_noxs { use XSLoader (); -$Devel::DProf::VERSION = '20110217.00'; # this version not authorized by +$Devel::DProf::VERSION = '20110225.00'; # this version not authorized by # Dean Roehrich. See "Changes" file. use if $] >= 5.013, 'deprecate'; |