The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for CSS-Packer

2.03       2017-04-18
    - Makefile.PL moved to ExtUtils::MakeMaker to fix no . in @INC (perl 5.25.11+)

2.01        2016-06-22
    - Fix refrence cycles in ->init method causing memory leaks (GH #1)

2.00        2015-06-04
    - New maintainer: LEEJO
    - Add .travis.yml for CI goodness
    - Add Changes test
    - Add MYMETA.json to .gitignore

1.002001    2012-02-18
    - Use gnutar to build distribution.

1.002   2011-06-07
    - Raised version number.

1.001_002   2011-05-19
    - Added "copyright" and "remove_copyright" options. Suggested by Marc S. Brooks.
    - Updated POD.
    - Added tests.
    - Fixed comment regexp.

1.001_001   2011-04-07
    - Added accessors.
    - Added tests.
    - Minor Bugfixes.
    - Cleanup.

1.000001    2011-02-27
    - Changed requirements to Regexp::RegGrp 1.000001 due to "undefined submatches bug" in Regexp::RegGrp.
    - Small change in declaration replacement sub.
    - Added test.

1.000   2011-01-17
    - Changed versioning.
    - Raised major version due to changes in versioning.
    - Changed requirements to Regexp::RegGrp 1.000 due to changes in versioning.

0.0401  2011-01-05
    - Changed requirements to Regexp::RegGrp 0.04

0.04    2010-12-03
    - Raised version number.

0.03_05 2010-10-05
    - Changed required perl version to 5.8.9.

0.03_04 2010-09-23
    - Added option to define compression level via comment.
    - Added tests.

0.03_03 2010-09-13
    - Changed requirements to Regexp::RegGrp 0.0201

0.03_02 2010-09-07
    - Fixed typo in documentation.

0.03_01 2010-08-22
    - IE5/Mac backslash hack is no longer supported.
    - Moved regexp grouping stuff to Regexp::RegGrp.
    - Switched to Module::Install.
    - Added testcases.
    - Added "_no_compress_" comment functionality.
    - Added object-oriented interface.

0.2 2008-12-22
    - Added support for removing whitespaces before and after commas.

0.1 2008-11-18
    First version, released on an unsuspecting world.