PATH=/usr/bin:/bin:/Users/fly1400/var/megalib/bin Start 2014-02-27T01:15:13 ActivePerl-1400 CPAN-2.00 Reading '/Users/fly1400/var/cpan/Metadata' Database was generated on Thu, 27 Feb 2014 08:06:14 GMT Running make for I/ID/IDOPEREL/Plack-App-MCCS-0.006000.tar.gz Checksum for /data/cpan/authors/id/I/ID/IDOPEREL/Plack-App-MCCS-0.006000.tar.gz ok Plack-App-MCCS-0.006000 Plack-App-MCCS-0.006000/README Plack-App-MCCS-0.006000/Changes Plack-App-MCCS-0.006000/LICENSE Plack-App-MCCS-0.006000/INSTALL Plack-App-MCCS-0.006000/dist.ini Plack-App-MCCS-0.006000/MANIFEST Plack-App-MCCS-0.006000/META.json Plack-App-MCCS-0.006000/SIGNATURE Plack-App-MCCS-0.006000/t Plack-App-MCCS-0.006000/t/01-app.t Plack-App-MCCS-0.006000/t/00-load.t Plack-App-MCCS-0.006000/Makefile.PL Plack-App-MCCS-0.006000/MANIFEST.SKIP Plack-App-MCCS-0.006000/t/rootdir Plack-App-MCCS-0.006000/t/rootdir/text Plack-App-MCCS-0.006000/t/02-middleware.t Plack-App-MCCS-0.006000/t/rootdir/mccs.png Plack-App-MCCS-0.006000/t/rootdir/script.js Plack-App-MCCS-0.006000/t/rootdir/style.css Plack-App-MCCS-0.006000/t/rootdir/style3.css Plack-App-MCCS-0.006000/lib/Plack/App Plack-App-MCCS-0.006000/lib/Plack/App/MCCS.pm Plack-App-MCCS-0.006000/t/rootdir/style2.less Plack-App-MCCS-0.006000/t/rootdir/script.js.gz Plack-App-MCCS-0.006000/t/rootdir/style.min.css Plack-App-MCCS-0.006000/t/release-dist-manifest.t Plack-App-MCCS-0.006000/t/rootdir/style.min.css.gz Plack-App-MCCS-0.006000/lib/Plack/Middleware Plack-App-MCCS-0.006000/lib/Plack/Middleware/MCCS.pm Plack-App-MCCS-0.006000/t/rootdir/dir/subdir Plack-App-MCCS-0.006000/t/rootdir/dir/subdir/smashingpumpkins.txt CPAN.pm: Building I/ID/IDOPEREL/Plack-App-MCCS-0.006000.tar.gz >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Plack::App::MCCS Writing MYMETA.yml and MYMETA.json >>> make cp lib/Plack/Middleware/MCCS.pm blib/lib/Plack/Middleware/MCCS.pm cp lib/Plack/App/MCCS.pm blib/lib/Plack/App/MCCS.pm Manifying blib/man3/Plack::App::MCCS.3 Manifying blib/man3/Plack::Middleware::MCCS.3 IDOPEREL/Plack-App-MCCS-0.006000.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/ap1400/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Plack::App::MCCS 0.006, Perl 5.014000, /Users/fly1400/ap1400/bin/perl t/00-load.t ................ 1..2 ok 1 - use Plack::App::MCCS; ok 2 - use Plack::Middleware::MCCS; ok t/01-app.t ................. 1..41 ok 1 - Found mccs.png ok 2 - Received proper content type for mccs.png ok 3 - mccs.png is not gzipped ok 4 - Received proper content length for mccs.png ok 5 - Received a last-modified header for mccs.png ok 6 - Received default cache control for mccs.png ok 7 - Found style.css ok 8 - Received proper content type for style.css ok 9 - Received gzipped representation of style.css ok 10 - Received proper content length for style.css ok 11 - Received an ETag for style.css ok 12 - Received specific cache control for style.css ok 13 - Requested style.css again with If-Modified-Since and it has not modified ok 14 - Requested style.css again with If-None-Match and it has not modified ok 15 - Requested style.css without gzip support and got a fresh representation ok 16 - Requested style.css without gzip support and got an unencoded representation ok 17 - Requested style.css without gzip support and got the minified version ok 18 - Found script.js ok 19 - Received proper content type for script.js ok 20 - Received minified version of script.js ok 21 - Found script.js with Accept-Encoding ok 22 - Received compressed version of script.js ok 23 - Received automatically compressed version of script.js and not precompressed ok 24 - Found style2.less ok 25 - Received proper content type for style2.less ok 26 - Received proper content for style2.less ok 27 - Requested style2.less with Accept-Encoding and got 200 OK ok 28 - Requested style2.less with Accept-Encoding and got Content-Encoding == gzip ok 29 - Length of style2.less gzipped is lower than ungzipped ok 30 - Requested style3.css and received 200 OK ok 31 - Requested style3.css and got an automatically minified version ok 32 - Non-existant file returns 404 ok 33 - Forbidden to climb up the tree ok 34 - Found text file ok 35 - text file has proper text/plain content type ok 36 - Not allowed to get directories ok 37 - Found file in a subdirectory ok 38 - file in a subdirectory has correct content ok 39 - Expires header for mccs.png way in the past ok 40 - Received a user default cache control for mccs.png ok 41 - Received a representation with no ETag since no-store is enforced (for mccs.png) ok t/02-middleware.t .......... 1..3 ok 1 ok 2 ok 3 ok t/release-dist-manifest.t .. skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=46, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.48 cusr 0.07 csys = 0.60 CPU) Result: PASS IDOPEREL/Plack-App-MCCS-0.006000.tar.gz make test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Ido Perlmuter <ido@ido50.net> Minify, Compress, Cache-control and Serve static files from Plack applications >>> (cd /Users/fly1400/var/cpan/build/Plack-App-MCCS-0.006000-pKBCdG && tar cvf - Plack-App-MCCS-0.006000.ppd blib) | gzip -c >/Users/fly1400/var/REPO/I/ID/IDOPEREL/Plack-App-MCCS-0.006000.tar.gz Plack-App-MCCS-0.006000.ppd blib/ blib/lib/ blib/lib/Plack/ blib/lib/Plack/App/ blib/lib/Plack/App/MCCS.pm blib/lib/Plack/Middleware/ blib/lib/Plack/Middleware/MCCS.pm blib/man3/ blib/man3/Plack::App::MCCS.3 blib/man3/Plack::Middleware::MCCS.3 >>> mv /Users/fly1400/var/cpan/build/Plack-App-MCCS-0.006000-pKBCdG/Plack-App-MCCS-0.006000.ppd /Users/fly1400/var/REPO/I/ID/IDOPEREL Finished 2014-02-27T01:15:19