diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 17:11:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-07 17:11:50 +0100 |
commit | 891428159dd27e5648676b7b9b51c5a2fe2f83ed (patch) | |
tree | 1aa9862e3ab0cd981f0979ce1b29610e4b967657 /perllib/FixMyStreet/DB/Result/Comment.pm | |
parent | 0f7de6563d4c96fa1ec9c429cca7e42259e25422 (diff) |
Remove fake_q and most of now-unused Page.pm.
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' ]; |