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

0.01_04     Wed Oct 17 15:57 PDT 2007
    - fix t/02-minify.t so it doesn't try to "use_ok()" before issuing a test
      plan

0.01_03     Tue Oct 16 19:45 PDT 2007
    - don't use "strndup()"; not available on all systems
    - we require Perl 5.006; update Build.PL and XS.pm to denote this

0.01_02     Tue Oct 16 12:18 PDT 2007
    - relocate the XS file so that its picked up properly by EU::MM when
      running "perl Makefile.PL" to do a build.

0.01_01     Mon Oct 15 22:11 PDT 2007
    - initial public version