Subject: | wish: allow installation with PurePerl dependency chain |
Image::Size can not currently be easily installed as a part of a Pure
Perl dependency chain, because it depends on Compress::Zlib.
But this module is only used for analyzing SWF files, which is far less
common than testing JPGs, GIFS and PNGs.
I "wish" that Compress::Zlib was moved to a "recommended" status rather
than required. The swf routine that needs can 'eval' to make sure it
exists, and complain if it is missing.
Mark