'Devel::DProf' =>
{
'MAINTAINER' => 'rafl',
- 'DISTRIBUTION' => 'FLORA/Devel-DProf-20110225.01.tar.gz',
+ 'DISTRIBUTION' => 'FLORA/Devel-DProf-20110228.00.tar.gz',
'FILES' => q[cpan/Devel-DProf],
'EXCLUDED' => [ qr{^t/release-} ],
'UPSTREAM' => 'cpan',
use XSLoader ();
-$Devel::DProf::VERSION = '20110225.01'; # this version not authorized by
+$Devel::DProf::VERSION = '20110228.00'; # this version not authorized by
# Dean Roehrich. See "Changes" file.
use if $] >= 5.013, 'deprecate';
#include "perl.h"
#include "XSUB.h"
+#ifndef get_cvs
+#define get_cvs(name, flags) \
+ Perl_get_cvn_flags(aTHX_ name, sizeof(name) - 1, (flags))
+#endif
+
/* define DBG_SUB to cause a warning on each subroutine entry. */
/*#define DBG_SUB 1 */
=item *
+C<Devel::DProf> has been upgraded from version 20110225.01 to 20110228.00.
+
+=item *
+
C<ExtUtils::Command> has been upgraded from version 1.16 to 1.17.
=item *