PATH=/usr/bin:/bin Start 2013-11-26T00:00:40 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Tue, 26 Nov 2013 07:09:49 GMT Running make for S/SA/SANKO/Readonly-1.04.tar.gz Checksum for /net/nas1/cpan/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 >>> /home/fly1400/ap1400/bin/perl-static 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 >>> ./Build Building Readonly SANKO/Readonly-1.04.tar.gz ./Build -- OK Running Build test >>> ./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, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.41 cusr 0.11 csys = 0.63 CPU) Result: PASS SANKO/Readonly-1.04.tar.gz ./Build test verbose=1 -- OK Sanko Robinson <sanko@cpan.org> Facility for creating read-only scalars, arrays, hashes >>> (cd /home/fly1400/var/cpan/build/Readonly-1.04-oFLDAQ && tar cvf - Readonly-1.04.ppd blib) | gzip -c >/home/fly1400/var/REPO/S/SA/SANKO/Readonly-1.04.tar.gz Readonly-1.04.ppd blib/ blib/lib/ blib/lib/Readonly/ blib/lib/Readonly/Hash.pm blib/lib/Readonly/Array.pm blib/lib/Readonly/Scalar.pm blib/lib/Readonly.pm >>> mv /home/fly1400/var/cpan/build/Readonly-1.04-oFLDAQ/Readonly-1.04.ppd /home/fly1400/var/REPO/S/SA/SANKO VmSize: 237804 kB Finished 2013-11-26T00:01:02