[perl-Data-Alias] Fix number of arguments in probe according to changes in perl 5.14.1.

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jun 24 07:02:46 UTC 2011


commit 6c841b65420bbebba3c2f514edda6a690ded2ac9
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jun 24 09:02:03 2011 +0200

    Fix number of arguments in probe according to changes in perl 5.14.1.

 Data-Alias-systemtap.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Data-Alias-systemtap.patch b/Data-Alias-systemtap.patch
index 1c81fc8..f46fc0f 100644
--- a/Data-Alias-systemtap.patch
+++ b/Data-Alias-systemtap.patch
@@ -5,7 +5,7 @@ diff -up Data-Alias-1.12/Alias.xs.old Data-Alias-1.12/Alias.xs
  #include "perl.h"
  #include "XSUB.h"
  
-+#define RETURN_PROBE(func, file, line)
++#define RETURN_PROBE(func, file, line, stash)
  
  #ifdef USE_5005THREADS
  #error "5.005 threads not supported by Data::Alias"



More information about the perl-devel mailing list