In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ca3749d34cebcb5c3f314f942d2c043b61dbbe1d?hp=c9dab4e97a0bc57966ab975591aa385f9d89f9e2>
- Log ----------------------------------------------------------------- commit ca3749d34cebcb5c3f314f942d2c043b61dbbe1d Author: Florian Ragwitz <[email protected]> Date: Tue Jun 14 23:07:00 2011 +0200 Mark Devel::DProf as deprecated in corelist ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 8b72e26..a6031c9 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -25097,6 +25097,9 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Shell' => '1', 'Switch' => '1', }, + 5.015000 => { + 'Devel::DProf' => '1', + }, ); %upstream = ( -- Perl5 Master Repository
