diff libpurple/plugins/perl/common/Proxy.xs @ 29217:a158ef76d340

perl: Fix the package names for some types. Closes #10973. committer: Paul Aurich <paul@darkrain42.org>
author cafoote@yahoo.com
date Thu, 31 Dec 2009 05:32:08 +0000
parents 907f5f41e32a
children
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Proxy.xs	Thu Dec 31 05:23:13 2009 +0000
+++ b/libpurple/plugins/perl/common/Proxy.xs	Thu Dec 31 05:32:08 2009 +0000
@@ -5,7 +5,7 @@
 
 BOOT:
 {
-	HV *stash = gv_stashpv("Purple::ProxyType::", 1);
+	HV *stash = gv_stashpv("Purple::ProxyType", 1);
 
 	static const constiv *civ, const_iv[] = {
 #define const_iv(name) {#name, (IV)PURPLE_PROXY_##name}