Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::MP3::Tag Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Template/Plugin/MP3/Tag.pm blib\lib\Template\Plugin\MP3\Tag.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-load.......1..4 ok 1 - use Template; ok 2 - use MP3::Tag; ok 3 - MP3 file exist ok 4 - Template File exist ok t/01-artist.....1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/01-artist.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02-album......1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/02-album.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03-title......1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/03-title.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/04-comment....1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/04-comment.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/05-genre......1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/05-genre.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/06-year.......1..1 Can't locate object method "new" via package "Template" (perhaps you forgot to load "Template"?) at t/06-year.t line 8. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-artist.t 255 65280 1 2 1 t/02-album.t 255 65280 1 2 1 t/03-title.t 255 65280 1 2 1 t/04-comment.t 255 65280 1 2 1 t/05-genre.t 255 65280 1 2 1 t/06-year.t 255 65280 1 2 1 Failed 6/7 test scripts. 6/10 subtests failed. Files=7, Tests=10, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 6/7 test programs. 6/10 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.