diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-07 18:01:18 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-07 18:01:18 +0100 |
commit | db5da038ea3a3264b4bae2490dbd877cba2ecab0 (patch) | |
tree | 561f6d2ea01ba93f968d5124a2f95714376fb194 /perllib/FixMyStreet/DB/Result/Comment.pm | |
parent | 673a2879a74d0d71c4d3be0b9c7ee567cf72b219 (diff) | |
parent | f128b19cf7bf0da5dd445dc39d1a09e8953fc32d (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/DB/Result/Comment.pm')
-rw-r--r-- | perllib/FixMyStreet/DB/Result/Comment.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Result/Comment.pm b/perllib/FixMyStreet/DB/Result/Comment.pm index 40801306b..68175dead 100644 --- a/perllib/FixMyStreet/DB/Result/Comment.pm +++ b/perllib/FixMyStreet/DB/Result/Comment.pm @@ -72,6 +72,7 @@ __PACKAGE__->belongs_to( # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:71bSUgPf3uW607g2EGl/Vw use DateTime::TimeZone; +use Image::Size; use Moose; use namespace::clean -except => [ 'meta' ]; |