The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2007-03-05

  • Changed min perl version in Makefile.
  • Applied Chris Nandor's patch to fix out file handle bug.
  • /Users/pudge/.cpan/build/JavaScript-Minifier-0.01/lib/JavaScript/Minifier.pm 2006-07-06 19:55:38.000000000 -0700
  • /usr/local/lib/perl5/site_perl/5.8.4/JavaScript/Minifier.pm 2007-03-02 13:32:10.000000000 -0800 @@ -73,7 +73,7 @@ my $data = shift;
    • my $out = $self->{'outstream'};
  • if (!$out){
  • if ($out){ $self->{'data'} .= $data; } else { @@ -309,6 +309,10 @@
    • $self->_jsmin();
  • if ($self->{'data'} && $self->{'outstream'}) {
  • print { $self->{'outstream'} } $self->{'data'};
  • }
    • return $self->{'data'} || 1;
    • }

Modules

Perl translation of jsmin.c.