PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2015-01-04T07:38:15 ActivePerl-2000 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK PATH=C:/CPANFL~1.20/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.20\var\megalib\bin;C:\Perl-5.20\site\bin;C:\Perl-5.20\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.20\var\cpan\Metadata' Database was generated on Sun, 04 Jan 2015 13:41:02 GMT Running make for T/TM/TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TM/TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz Checksum for C:\cpanfly-5.20\var\cpan\sources\authors\id\T\TM\TMURRAY\Device-PCD8544-0.0268329147520525.tar.gz ok Device-PCD8544-0.0268329147520525/ Device-PCD8544-0.0268329147520525/MANIFEST Device-PCD8544-0.0268329147520525/lib/ Device-PCD8544-0.0268329147520525/lib/Device/ Device-PCD8544-0.0268329147520525/lib/Device/PCD8544.pm Device-PCD8544-0.0268329147520525/lib/Device/PCD8544/ Device-PCD8544-0.0268329147520525/lib/Device/PCD8544/ConvertImage.pm Device-PCD8544-0.0268329147520525/lib/Device/PCD8544/Exceptions.pm Device-PCD8544-0.0268329147520525/examples/ Device-PCD8544-0.0268329147520525/examples/rpi.pl Device-PCD8544-0.0268329147520525/examples/raw_example.pl Device-PCD8544-0.0268329147520525/META.json Device-PCD8544-0.0268329147520525/LICENSE Device-PCD8544-0.0268329147520525/t_data/ Device-PCD8544-0.0268329147520525/t_data/oversized_sudo_make_me_a_sandwich.bmp Device-PCD8544-0.0268329147520525/t_data/oversized_sudo_make_me_a_sandwich.png Device-PCD8544-0.0268329147520525/t_data/sudo_make_me_a_sandwich.bmp Device-PCD8544-0.0268329147520525/README Device-PCD8544-0.0268329147520525/Makefile.PL Device-PCD8544-0.0268329147520525/dist.ini Device-PCD8544-0.0268329147520525/t/ Device-PCD8544-0.0268329147520525/t/lib/ Device-PCD8544-0.0268329147520525/t/lib/MockWebIO.pm Device-PCD8544-0.0268329147520525/t/001_load.t Device-PCD8544-0.0268329147520525/t/020_lcd.t Device-PCD8544-0.0268329147520525/t/010_convert_bmp.t Device-PCD8544-0.0268329147520525/t/002_pod.t CPAN.pm: Building T/TM/TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz >>> C:\Perl-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Device::PCD8544 Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/Device/PCD8544/ConvertImage.pm blib\lib\Device\PCD8544\ConvertImage.pm cp lib/Device/PCD8544.pm blib\lib\Device\PCD8544.pm cp lib/Device/PCD8544/Exceptions.pm blib\lib\Device\PCD8544\Exceptions.pm TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.20\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/001_load.t ......... 1..3 ok 1 - use Device::PCD8544; ok 2 - use Device::PCD8544::Exceptions; ok 3 - use Device::PCD8544::ConvertImage; ok t/002_pod.t .......... 1..3 ok 1 - POD test for lib/Device/PCD8544.pm ok 2 - POD test for lib/Device/PCD8544/ConvertImage.pm ok 3 - POD test for lib/Device/PCD8544/Exceptions.pm ok t/010_convert_bmp.t .. skipped: Conversion not yet implemented t/020_lcd.t .......... 1..13 ok 1 - An object of class 'Device::PCD8544' isa 'Device::PCD8544' ok 2 - Init device ok 3 - Set test image1 ok 4 - Update image ok 5 - Set test image2 ok 6 - Update image ok 7 - Reset device ok 8 - Set contrast ok 9 - Set bias ok 10 - Blank display ok 11 - Normal display ok 12 - Every pixel on ok 13 - Inverse display ok All tests successful. Files=4, Tests=19, 1 wallclock secs ( 0.05 usr + 0.03 sys = 0.08 CPU) Result: PASS TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz dmake test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Timm Murray <tmurray@wumpus-cave.net> Driver for the PCD8544 LCD controller (aka Nokia 5110) >>> (cd C:\cpanfly-5.20\var\cpan\build\Device-PCD8544-0.0268329147520525-zjFYYJ && tar cvf - Device-PCD8544-0.0268329147520525.ppd blib) | gzip -c >C:/cpanfly-5.20/var/REPO/T/TM/TMURRAY/Device-PCD8544-0.0268329147520525.tar.gz Device-PCD8544-0.0268329147520525.ppd blib/ blib/lib/ blib/lib/Device/ blib/lib/Device/PCD8544/ blib/lib/Device/PCD8544/ConvertImage.pm blib/lib/Device/PCD8544/Exceptions.pm blib/lib/Device/PCD8544.pm >>> mv C:\cpanfly-5.20\var\cpan\build\Device-PCD8544-0.0268329147520525-zjFYYJ/Device-PCD8544-0.0268329147520525.ppd C:/cpanfly-5.20/var/REPO/T/TM/TMURRAY Finished 2015-01-04T07:38:22