# Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 002.t' ######################### use Test; plan tests => 2; use JavaScript::Squish; ok(1); # If we made it this far, we're ok. my $test_data = <squish($test_data); ok( $c, $test_output, "overall final result test" );