PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.18\var\megalib\bin;C:\Perl-5.18\site\bin;C:\Perl-5.18\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 Start 2014-02-21T09:00:42 ActivePerl-1800 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK PATH=C:/CPANFL~1.18/var/libs/bin;C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.18\var\megalib\bin;C:\Perl-5.18\site\bin;C:\Perl-5.18\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 Reading 'C:\cpanfly-5.18\var\cpan\Metadata' Database was generated on Fri, 21 Feb 2014 13:06:22 GMT Running make for S/SA/SANKO/Readonly-1.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SA/SANKO/Readonly-1.04.tar.gz Checksum for C:\cpanfly-5.18\var\cpan\sources\authors\id\S\SA\SANKO\Readonly-1.04.tar.gz ok Readonly-1.04/ Readonly-1.04/LICENSE Readonly-1.04/MANIFEST Readonly-1.04/TODO Readonly-1.04/lib/ Readonly-1.04/lib/Readonly/ Readonly-1.04/lib/Readonly/Array.pm Readonly-1.04/lib/Readonly/Scalar.pm Readonly-1.04/lib/Readonly/Hash.pm Readonly-1.04/lib/Readonly.pm Readonly-1.04/Changes Readonly-1.04/cpanfile Readonly-1.04/META.json Readonly-1.04/MANIFEST.SKIP Readonly-1.04/t/ Readonly-1.04/t/deeps.t Readonly-1.04/t/tie.t Readonly-1.04/t/deepa.t Readonly-1.04/t/reassign.t Readonly-1.04/t/array.t Readonly-1.04/t/docs.t Readonly-1.04/t/scalar.t Readonly-1.04/t/deeph.t Readonly-1.04/t/readonly.t Readonly-1.04/t/export.t Readonly-1.04/t/hash.t Readonly-1.04/README.md Readonly-1.04/META.yml Readonly-1.04/Build.PL Readonly-1.04/eg/ Readonly-1.04/eg/benchmark.pl CPAN.pm: Building S/SA/SANKO/Readonly-1.04.tar.gz >>> C:\Perl-5.18\bin\perl.exe Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Readonly' version '1.04' Merging cpanfile prereqs to MYMETA.yml Merging cpanfile prereqs to MYMETA.json >>> C:\Perl-5.18\bin\perl.exe ./Build Building Readonly SANKO/Readonly-1.04.tar.gz C:\Perl-5.18\bin\perl.exe ./Build -- OK Running Build test >>> C:\Perl-5.18\bin\perl.exe ./Build test verbose=1 t\array.t ..... 1..23 ok 1 - use Readonly; ok 2 - Create empty global array ok 3 - Create empty lexical array ok 4 - Create global array ok 5 - Fetch global ok 6 - Fetch global ok 7 - Fetch global ok 8 - Global size (zero) ok 9 - Lexical size (zero) ok 10 - Global last element (nonzero) ok 11 - Lexical store ok 12 - Global store ok 13 - Change size ok 14 - Extend ok 15 - Global exists ok 16 - Lexical exists ok 17 - Clear ok 18 - Push ok 19 - Unshift ok 20 - Pop ok 21 - shift ok 22 - Splice ok 23 - Untie ok t\deepa.t ..... 1..13 ok 1 - use Readonly; ok 2 - Create a deep reference array ok 3 - Create a shallow reference array ok 4 - Modify a1 ok 5 - Modify a2 ok 6 - Deep-modify a1 ok 7 - a1 unchanged ok 8 - Deep-modify a2 ok 9 - a2 modification successful ok 10 - Deep-deep modify a1 ok 11 - a1 unchanged ok 12 - Deep-deep modify a2 ok 13 - a2 mod successful ok t\deeph.t ..... 1..13 ok 1 - use Readonly; ok 2 - Create a deep reference array ok 3 - Create a shallow reference array ok 4 - Modify h1 ok 5 - Modify h2 ok 6 - Deep-modify h1 ok 7 - h1 unchanged ok 8 - Deep-modify h2 ok 9 - h2 modification successful ok 10 - Deep-deep modify h1 ok 11 - h1 unchanged ok 12 - Deep-deep modify h2 ok 13 - h2 mod successful ok t\deeps.t ..... 1..21 ok 1 - use Readonly; ok 2 - Create a shallow reference scalar ok 3 - Create a deep reference scalar ok 4 - Create a shallow scalar ref ok 5 - Create a deep scalar ref ok 6 - Modify s1 ok 7 - Modify s2 ok 8 - Modify s3 ok 9 - Modify s4 ok 10 - Deep-modify s1 ok 11 - s1 modification successful ok 12 - Deep-modify s2 ok 13 - s2 modification supposed to fail ok 14 - Deep-deep modify s1 ok 15 - s1 mod successful ok 16 - Deep-deep modify s2 ok 17 - s2 mod supposed to fail ok 18 - Deep-modify s4 should fail ok 19 - s4 mod should fail ok 20 - deep s3 mod ok 21 - deep s3 mod ok t\docs.t ...... 1..22 ok 1 - use Readonly; ok 2 - A string value ok 3 - Scalar computed value ok 4 - Array, with parens ok 5 - Array, without parens ok 6 - Array, with qw ok 7 - Array, with computed values ok 8 - Empty array 1 ok 9 - Empty array 2 ok 10 - Hash constant ok 11 - Hash, computed values ok 12 - Empty hash 1 ok 13 - Empty hash 2 ok 14 - Odd number of values ok 15 - deep test 1 ok 16 - deep test 1 confirm ok 17 - deep test 2 ok 18 - deep test 2 confirm ok 19 - deep test 3 ok 20 - deep test 3 confirm ok 21 - deep test 4 ok 22 - deep test 4 confirm ok t\export.t .... 1..1 ok 1 - use Readonly; ok t\hash.t ...... 1..20 ok 1 - use Readonly; ok 2 - Create global hash ok 3 - Odd number of values ok 4 - Create lexical hash ok 5 - Fetch global ok 6 - Nonexistent element undefined ok 7 - Fetch lexical ok 8 - Store ok 9 - Delete ok 10 - Clear ok 11 - Exists ok 12 - Doesn't exist ok 13 - Doesn't exist (no error) ok 14 - Keys a ok 15 - Keys b ok 16 - Values A ok 17 - Values B ok 18 - Each C ok 19 - Each D ok 20 - Untie ok t\readonly.t .. 1..19 ok 1 - use Readonly; ok 2 # skip Readonly \ syntax is for perls earlier than 5.8 ok 3 # skip Readonly \ syntax is for perls earlier than 5.8 ok 4 # skip Readonly \ syntax is for perls earlier than 5.8 ok 5 # skip Readonly \ syntax is for perls earlier than 5.8 ok 6 # skip Readonly \ syntax is for perls earlier than 5.8 ok 7 # skip Readonly \ syntax is for perls earlier than 5.8 ok 8 # skip Readonly \ syntax is for perls earlier than 5.8 ok 9 # skip Readonly \ syntax is for perls earlier than 5.8 ok 10 # skip Readonly \ syntax is for perls earlier than 5.8 ok 11 - Create scalar ok 12 - Modify scalar ok 13 - Create array ok 14 - Modify array ok 15 - Create hash (list) ok 16 - Odd number of values ok 17 - Modify hash ok 18 - Create hash (hashref) ok 19 - Modify hash ok t\reassign.t .. 1..22 ok 1 - use Readonly; ok 2 - Readonly::Scalar reassign die ok 3 - Readonly::Scalar reassign no effect ok 4 - Readonly::Array reassign die ok 5 - Readonly::Array reassign no effect ok 6 - Readonly::Hash reassign die ok 7 - Readonly::Hash reassign no effect ok 8 # skip Readonly \ syntax is for perls earlier than 5.8 ok 9 # skip Readonly \ syntax is for perls earlier than 5.8 ok 10 # skip Readonly \ syntax is for perls earlier than 5.8 ok 11 # skip Readonly \ syntax is for perls earlier than 5.8 ok 12 # skip Readonly \ syntax is for perls earlier than 5.8 ok 13 # skip Readonly \ syntax is for perls earlier than 5.8 ok 14 # skip Readonly \ syntax is for perls earlier than 5.8 ok 15 - Readonly Scalar reassign die ok 16 - Readonly Scalar reassign no effect ok 17 - Readonly Array reassign die ok 18 - Readonly Array reassign no effect ok 19 - Readonly Hash reassign die ok 20 - Readonly Hash reassign no effect ok 21 - Reassign real string ok 22 - Reassign real number ok t\scalar.t .... 1..12 ok 1 - use Readonly; ok 2 - Create a global scalar ok 3 - Create a lexical scalar ok 4 - Create an undef global scalar ok 5 - Try w/o args ok 6 - Fetch global ok 7 - Fetch lexical ok 8 - Fetch undef global ok 9 - Fetch undef lexical ok 10 - Error setting global ok 11 - Readonly global value unchanged ok 12 - Untie ok t\tie.t ....... 1..4 ok 1 - use Readonly; ok 2 - Direct scalar tie ok 3 - Direct array tie ok 4 - Direct hash tie ok All tests successful. Files=11, Tests=170, 2 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS SANKO/Readonly-1.04.tar.gz C:\Perl-5.18\bin\perl.exe ./Build test verbose=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SA/SANKO/CHECKSUMS Sanko Robinson <sanko@cpan.org> Facility for creating read-only scalars, arrays, hashes >>> (cd C:\cpanfly-5.18\var\cpan\build\Readonly-1.04-XcDUHD && tar cvf - Readonly-1.04.ppd blib) | gzip -c >C:/cpanfly-5.18/var/REPO/S/SA/SANKO/Readonly-1.04.tar.gz Readonly-1.04.ppd blib/ blib/lib/ blib/lib/Readonly/ blib/lib/Readonly/Array.pm blib/lib/Readonly/Hash.pm blib/lib/Readonly/Scalar.pm blib/lib/Readonly.pm >>> mv C:\cpanfly-5.18\var\cpan\build\Readonly-1.04-XcDUHD/Readonly-1.04.ppd C:/cpanfly-5.18/var/REPO/S/SA/SANKO Finished 2014-02-21T09:00:54