diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-08 23:44:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-20 12:18:06 +0100 |
commit | 0c9b61f25d37c95f3398b540e7ad664b2f57f9ac (patch) | |
tree | 007e3ad24152440f7fb3289ae49e941926f336b1 /cpanfile | |
parent | f4a7250eccdc70e3413c18f80b01aec7042a17da (diff) |
[fixmystreet.com] Improve fixture loading script.
Given a MapIt area ID, the script will create a body and categories,
users with different levels of permissions, and some random problems
and updates. It can optionally empty out the database first.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ requires 'DBD::Pg', '2.9.2'; requires 'DBI'; requires 'DBIx::Class::EncodedColumn', '0.00013'; requires 'DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt'; +requires 'DBIx::Class::Factory'; requires 'DBIx::Class::FilterColumn'; requires 'DBIx::Class::InflateColumn::DateTime'; requires 'DBIx::Class::ResultSet'; |