Skip to content

Commit 287ab9a

Browse files
committed
Make sure Image::Scale is loaded before we try to use it in ImageProxy
Signed-off-by: Michael Herger <michael@herger.net>
1 parent bd69b98 commit 287ab9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Slim/Web/ImageProxy.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ use strict;
7575
use HTTP::Status qw(
7676
RC_MOVED_PERMANENTLY
7777
);
78+
use Image::Scale;
7879
use Tie::RegexpHash;
7980
use URI::Escape qw(uri_escape_utf8);
8081

0 commit comments

Comments
 (0)