aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-21 11:45:34 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-21 11:45:34 +0000
commitf66ed062235f9df55ba46a17274f9007a63c08c1 (patch)
treed41a39eed5c3e95eb93a5892da2c6e56bb0abc6c
parentdf8c32881171b5ea73d4e77030c9f642f7f19aab (diff)
Use unicode plugin
-rw-r--r--perl-external/minicpan/modules/02packages.details.txt.gzbin12818 -> 12831 bytes
-rw-r--r--perl-external/modules.txt1
-rw-r--r--perl-external/urls.txt1
-rw-r--r--perllib/FixMyStreet/App.pm1
4 files changed, 3 insertions, 0 deletions
diff --git a/perl-external/minicpan/modules/02packages.details.txt.gz b/perl-external/minicpan/modules/02packages.details.txt.gz
index 1b06d6cc3..a1de940e5 100644
--- a/perl-external/minicpan/modules/02packages.details.txt.gz
+++ b/perl-external/minicpan/modules/02packages.details.txt.gz
Binary files differ
diff --git a/perl-external/modules.txt b/perl-external/modules.txt
index c18bad015..1627dbbe1 100644
--- a/perl-external/modules.txt
+++ b/perl-external/modules.txt
@@ -9,6 +9,7 @@ Catalyst::Plugin::Authentication
Catalyst::Plugin::ConfigLoader
Catalyst::Plugin::Session::Store::DBIC
Catalyst::Plugin::Static::Simple
+Catalyst::Plugin::Unicode
Catalyst::Runtime
Catalyst::View::TT
Class::Unload
diff --git a/perl-external/urls.txt b/perl-external/urls.txt
index bc58a2bad..5d1357370 100644
--- a/perl-external/urls.txt
+++ b/perl-external/urls.txt
@@ -46,6 +46,7 @@ http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Model-Adaptor-0.10
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-0.10017.tar.gz
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-0.31.tar.gz
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-Store-Delegate-0.06.tar.gz
+http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Unicode-0.93.tar.gz
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Runtime-5.80032.tar.gz
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/CatalystX-Component-Traits-0.16.tar.gz
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-0.35.tar.gz
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 44f85aa9f..18e79e6b7 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -11,6 +11,7 @@ use mySociety::Email;
use Catalyst (
'Static::Simple', #
+ 'Unicode',
'Session',
'Session::Store::DBIC',
'Session::State::Cookie',