diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-02-25 18:07:18 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-02-25 18:07:18 +0100 |
commit | ee999586fe75fe0bba44247626493f792df9697a (patch) | |
tree | 4b941fe4f9ffc8dfcfa34061402984e1ca0f29b9 | |
parent | fbc92d0a5238467258584f8d49926507449b8ddc (diff) | |
download | perl-ee999586fe75fe0bba44247626493f792df9697a.tar.gz |
Upgrade Devel::DProf to version 20110225.01
We needed another upload to fix a PAUSE indexing problem.
-rwxr-xr-x | Porting/Maintainers.pl | 2 | ||||
-rw-r--r-- | cpan/Devel-DProf/DProf.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ee8f406e11..ced1074c5d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -488,7 +488,7 @@ use File::Glob qw(:case); 'Devel::DProf' => { 'MAINTAINER' => 'rafl', - 'DISTRIBUTION' => 'FLORA/Devel-DProf-20110225.00.tar.gz', + 'DISTRIBUTION' => 'FLORA/Devel-DProf-20110225.01.tar.gz', 'FILES' => q[cpan/Devel-DProf], 'UPSTREAM' => 'cpan', }, diff --git a/cpan/Devel-DProf/DProf.pm b/cpan/Devel-DProf/DProf.pm index 0ad1a7db86..8582050aa7 100644 --- a/cpan/Devel-DProf/DProf.pm +++ b/cpan/Devel-DProf/DProf.pm @@ -235,7 +235,7 @@ sub NONESUCH_noxs { use XSLoader (); -$Devel::DProf::VERSION = '20110225.00'; # this version not authorized by +$Devel::DProf::VERSION = '20110225.01'; # this version not authorized by # Dean Roehrich. See "Changes" file. use if $] >= 5.013, 'deprecate'; |