diff libpurple/plugins/perl/common/Log.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 e874875a74a7
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Log.xs	Thu Dec 31 05:23:13 2009 +0000
+++ b/libpurple/plugins/perl/common/Log.xs	Thu Dec 31 05:32:08 2009 +0000
@@ -6,7 +6,7 @@
 BOOT:
 {
 	HV *type_stash = gv_stashpv("Purple::Log::Type", 1);
-	HV *flags_stash = gv_stashpv("Purple::Log:ReadFlags::", 1);
+	HV *flags_stash = gv_stashpv("Purple::Log::ReadFlags", 1);
 
 	static const constiv *civ, type_const_iv[] = {
 #define const_iv(name) {#name, (IV)PURPLE_LOG_##name}