diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-09 18:15:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-09 18:15:25 +0100 |
commit | 0de9d82a715a21b03226c5ed2aa5a9b2b8ba97a0 (patch) | |
tree | b6cb2c144dbca4691a76128edab28bf6ab86bce6 /notes | |
parent | a7106bd754ba67ec28bcf5aaf0a56968efa899a2 (diff) | |
parent | a4bfd8e348a5d589c7a3886cd5fe11bd12f17c6d (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index 77e753185..261865700 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -61,10 +61,16 @@ helps maintain the fake cpan subset). If you need to add a module do it using: - module-manage.pl add Module::To::Add + module-manage.pl add Module::To::Add and it will update all the relevant bits. +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 |