--- 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}