Revision history for Perl extension Apache2::Filter::Minifier::CSS. 1.07 2021-01-17 12:44:24-08:00 America/Vancouver - Switch to Dist::Zilla for release management - Use File::Slurp, instead of a home-grown version - POD cleanups; EOLs, spelling - Namespace cleaned - Add GitHub Actions CI workflow - but only for Perl-5.20 and above 1.06 Fri Nov 7 17:07 PST 2014 - Update tests to work with Apache-2.4.x series 1.05 Fri Apr 23 22:25 PDT 2010 - Switch to Git 1.04 Mon May 5 15:19 PDT 2008 - no changes since 1.04_02, but is a non-devel release 1.04_02 Wed Oct 17 16:00 PDT 2007 - decline processing if unable to determine Content-Type of document - lower Perl requirement to 5.6.0 1.04_01 Tue Oct 16 00:59 PDT 2007 - added timing info to the debug logs - use CSS::Minifier::XS if available; its -MUCH- faster - new "CssMinifier" PerlVar, to let you specify which minifier package or function to use (otherwise we try C:M:XS first, falling back to C:M) 1.03 Fri Sep 28 11:09 PDT 2007 - rewrote Build.PL/Makefile.PL so they now check if you've got Apache::Test installed -at-configuration-time-. if not, the build is abortted. One day, CPAN(PLUS) et al. will support "configure_requires", but until then we've got to check for this ourselves. - fixed Content-Type filtering so that it now properly handles HTTP headers that have additional attributes (e.g. "charset=...") 1.02 Tue Sep 25 23:33 PDT 2007 - added Makefile.PL, so CPANPLUS testers stop failing tests because they don't have Module::Build installed 1.01 Fri Sep 21 13:39 PDT 2007 - added explicit dependency on MP2 - updated test requirements to "need_*" instead of "have_*" 1.00 Thu Sep 20 16:47 PDT 2007 - initial version