Created
December 19, 2008 06:06
-
-
Save tokuhirom/37903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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