summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-02-28 11:31:46 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-02-28 11:31:46 +0100
commit2dd700c2d34accf76a89e53a24dd3b87ac408c8c (patch)
tree9c913445f65aedbab3e7da408366366e89c3863f /cpan
parentc445a54b1a716e344fe66e056ce8fd39015b56ce (diff)
downloadperl-2dd700c2d34accf76a89e53a24dd3b87ac408c8c.tar.gz
Upgrade Devel::DProf from version 20110225.01 to 20110228.00
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Devel-DProf/DProf.pm2
-rw-r--r--cpan/Devel-DProf/DProf.xs5
2 files changed, 6 insertions, 1 deletions
diff --git a/cpan/Devel-DProf/DProf.pm b/cpan/Devel-DProf/DProf.pm
index 8582050aa7..62485a9f3c 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.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';
diff --git a/cpan/Devel-DProf/DProf.xs b/cpan/Devel-DProf/DProf.xs
index 4eef0bc289..a4bbb4b66a 100644
--- a/cpan/Devel-DProf/DProf.xs
+++ b/cpan/Devel-DProf/DProf.xs
@@ -3,6 +3,11 @@
#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 */