diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-01-06 12:38:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-01-06 12:38:58 +0000 |
commit | 5a7addcf4d1796135cd44856add81305a857023b (patch) | |
tree | 8f16aefb079d7c8d0653a65c7224f5d402c281a4 /notes | |
parent | 2b26a31337789eb057ef71c379d4e8af112071dd (diff) |
Remove problem with DBIx::Class::EncodedColumn by requesting one of its sub packages.
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/notes/INSTALL b/notes/INSTALL index 56be765db..7287aa3d3 100644 --- a/notes/INSTALL +++ b/notes/INSTALL @@ -65,12 +65,6 @@ If you need to add a module do it using: 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 |