diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-22 14:53:48 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-22 14:53:48 +0000 |
commit | 595e6689f21230d79ff1171b5943cabd5083ebb1 (patch) | |
tree | d3b1a4aebb6780f9f408f5b75e1a6e55a7ac4783 | |
parent | c425bf816ae20269b9feb629e4e6ac5d10f54ef5 (diff) |
remove outdated notes on cpan module problems
-rw-r--r-- | README.pod | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/README.pod b/README.pod index 95c537f80..070ae26ac 100644 --- a/README.pod +++ b/README.pod @@ -271,25 +271,6 @@ TODO =head1 COMMON PROBLEMS -=head2 CPAN MODULE PROBLEMS - -Currently, you probably need to add EncodedColumn manually: - - module-manage.pl add DBIx::Class::EncodedColumn - -...because it's explicitly overridden in the code, which is fooling the installer. - -If a module won't build (Test::WWW::Mechanize and HTTP::Server::Simple fail -tests for me but the failures are not pertinent) then the module-manage script -will bail out. Look in ~/.cpanm/build_log to see what went wrong. You can force -an install if the test failures are not important by running cpanm directly: - - cpanm \ - --mirror /absolute/path/to/perl-external/minicpan \ - --mirror-only \ - --force \ - Test::WWW::Mechanize - =head2 locale By default FixMyStreet used the en_GB.UTF-8 locale. If it is not installed then |