Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created December 19, 2008 06:06
Show Gist options
  • Save tokuhirom/37903 to your computer and use it in GitHub Desktop.
Save tokuhirom/37903 to your computer and use it in GitHub Desktop.
diff --git a/lib/App/Mobirc/Web/Base.pm b/lib/App/Mobirc/Web/Base.pm
index 6fab4c5..a4ee2bb 100644
--- a/lib/App/Mobirc/Web/Base.pm
+++ b/lib/App/Mobirc/Web/Base.pm
@@ -2,6 +2,7 @@ package App::Mobirc::Web::Base;
use strict;
use warnings;
use base qw/Exporter/;
+use Encode qw/decode_utf8/;
our @EXPORT = qw/global_context config server web_context session req mobile_attribute param is_iphone/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment