summaryrefslogtreecommitdiff
path: root/ext/Devel/PPPort/harness/Harness.xs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/PPPort/harness/Harness.xs')
-rw-r--r--ext/Devel/PPPort/harness/Harness.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Devel/PPPort/harness/Harness.xs b/ext/Devel/PPPort/harness/Harness.xs
index a8dfd8c4e7..683475ae9b 100644
--- a/ext/Devel/PPPort/harness/Harness.xs
+++ b/ext/Devel/PPPort/harness/Harness.xs
@@ -8,7 +8,7 @@
/* Global Data */
-#define MY_CXT_KEY "${module}::_guts" XS_VERSION
+#define MY_CXT_KEY "Devel::PPPort::Harness::_guts" XS_VERSION
typedef struct {
/* Put Global Data in here */
@@ -19,13 +19,13 @@ START_MY_CXT
void test1(void)
{
- newCONSTSUB(gv_stashpv("Devel::Harness", FALSE), "test_value_1", newSViv(1));
+ newCONSTSUB(gv_stashpv("Devel::PPPort::Harness", FALSE), "test_value_1", newSViv(1));
}
extern void test2(void);
extern void test3(void);
-MODULE = Devel::Harness PACKAGE = Devel::Harness
+MODULE = Devel::PPPort::Harness PACKAGE = Devel::PPPort::Harness
BOOT:
{