Start 2010-09-20T03:49:49 ActivePerl-1200 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Sun, 19 Sep 2010 21:30:00 GMT Running make for D/DO/DOY/Package-Stash-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/Package-Stash-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\D\DO\DOY\Package-Stash-0.08.tar.gz ok Package-Stash-0.08 Package-Stash-0.08/README Package-Stash-0.08/Changes Package-Stash-0.08/LICENSE Package-Stash-0.08/dist.ini Package-Stash-0.08/META.yml Package-Stash-0.08/MANIFEST Package-Stash-0.08/t Package-Stash-0.08/t/03-io.t Package-Stash-0.08/META.json Package-Stash-0.08/weaver.ini Package-Stash-0.08/t/05-isa.t Package-Stash-0.08/t/04-get.t Package-Stash-0.08/Makefile.PL Package-Stash-0.08/t/01-basic.t Package-Stash-0.08/t/06-addsub.t Package-Stash-0.08/t/00-compile.t Package-Stash-0.08/t/10-synopsis.t Package-Stash-0.08/t/release-eol.t Package-Stash-0.08/t/02-extension.t Package-Stash-0.08/t/release-no-tabs.t Package-Stash-0.08/lib/Package Package-Stash-0.08/lib/Package/Stash.pm Package-Stash-0.08/t/release-pod-syntax.t Package-Stash-0.08/t/release-pod-coverage.t CPAN.pm: Going to build D/DO/DOY/Package-Stash-0.08.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Stash >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Package/Stash.pm blib\lib\Package\Stash.pm DOY/Package-Stash-0.08.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - Package::Stash loaded ok ok t/01-basic.t .............. ok 1 - ... can't call name() as a class method ok 2 - ... the %foo slot has not been created yet ok 3 - ... the object agrees ok 4 - ... checking doesn' vivify ok 5 - ... created %Foo::foo successfully ok 6 - ... SCALAR shouldnt have been created too ok 7 - ... ARRAY shouldnt have been created too ok 8 - ... CODE shouldnt have been created too ok 9 - ... the %foo slot was created successfully ok 10 - ... the meta agrees ok 11 - ... our %foo was initialized correctly ok 12 - ... our %foo was initialized correctly ok 13 - ... got the right package variable back ok 14 - ... our %foo is the same as the metas ok 15 - ... our %foo was updated correctly ok 16 - ... our %foo was updated correctly ok 17 - ... the @bar slot has not been created yet ok 18 - ... created @Foo::bar successfully ok 19 - ... the @bar slot was created successfully ok 20 - ... the meta agrees ok 21 - ... SCALAR shouldnt have been created too ok 22 - ... HASH shouldnt have been created too ok 23 - ... CODE shouldnt have been created too ok 24 - ... our @bar was initialized correctly ok 25 - ... our @bar was initialized correctly ok 26 - ... the $baz slot has not been created yet ok 27 - ... created $Foo::baz successfully ok 28 - ... the $baz slot was created successfully ok 29 - ... the meta agrees ok 30 - ... ARRAY shouldnt have been created too ok 31 - ... HASH shouldnt have been created too ok 32 - ... CODE shouldnt have been created too ok 33 - ... got the right value back ok 34 - ... our $baz was assigned to correctly ok 35 - ... the meta agrees ok 36 - ... the &funk slot has not been created yet ok 37 - ... created &Foo::funk successfully ok 38 - ... the &funk slot was created successfully ok 39 - ... the meta agrees ok 40 - ... SCALAR shouldnt have been created too ok 41 - ... ARRAY shouldnt have been created too ok 42 - ... HASH shouldnt have been created too ok 43 - ... our &funk exists ok 44 - ... got the right value from the function ok 45 - ... created @Foo::foo successfully ok 46 - ... the @foo slot was added successfully ok 47 - ... got the right values for @Foo::foo ok 48 - ... created &Foo::foo successfully ok 49 - ... the meta agrees ok 50 - ... got the right value for &Foo::foo ok 51 - ... created $Foo::foo successfully ok 52 - ... the meta agrees ok 53 - ... got the right scalar value back ok 54 - ... got the right value from the scalar ok 55 - ... removed %Foo::foo successfully ok 56 - ... the %foo slot was removed successfully ok 57 - ... the @foo slot still exists ok 58 - ... the &foo slot still exists ok 59 - ... the $foo slot still exists ok 60 - ... got the right values for @Foo::foo ok 61 - ... got the right value for &Foo::foo ok 62 - ... got the right value for $Foo::foo ok 63 - ... the %foo slot has been removed successfully ok 64 - ... the @foo slot has NOT been removed ok 65 - ... the &foo slot has NOT been removed ok 66 - ... the $foo slot has NOT been removed ok 67 - ... removed &Foo::foo successfully ok 68 - ... the &foo slot no longer exists ok 69 - ... the @foo slot still exists ok 70 - ... the $foo slot still exists ok 71 - ... got the right values for @Foo::foo ok 72 - ... got the right value for $Foo::foo ok 73 - ... the %foo slot has been removed successfully ok 74 - ... the &foo slot has now been removed ok 75 - ... the @foo slot has NOT been removed ok 76 - ... the $foo slot has NOT been removed ok 77 - ... removed $Foo::foo successfully ok 78 - ... the $foo slot no longer exists ok 79 - ... the @foo slot still exists ok 80 - ... got the right values for @Foo::foo ok 81 - ... the %foo slot has been removed successfully ok 82 - ... the &foo slot has now been removed ok 83 - ... the $foo slot has now been removed ok 84 - ... the @foo slot has NOT been removed ok 85 - can't initialize a slot with the wrong type of value ok 86 - can't initialize a slot with the wrong type of value ok 87 - can't initialize a slot with the wrong type of value ok 88 - can't initialize a slot with the wrong type of value ok 89 - got $foo ok 90 - got @foo ok 91 - got %foo ok 92 - got &foo ok 93 - got foo ok 94 - got expected value for $foo ok 95 - got expected value for %foo ok 96 - got expected value for &foo ok 97 - got expected value for @foo ok 98 - got expected value for foo ok 99 - got expected value for $foo ok 100 - got expected value for %bar ok 101 - got expected value for %foo ok 102 - got expected value for &foo ok 103 - got expected value for @foo ok 104 - got expected value for foo ok 105 - got expected value for $foo ok 106 - got expected value for %bar ok 107 - got expected value for %foo ok 108 - got expected value for &foo ok 109 - got expected value for @foo ok 110 - got expected value for foo 1..110 ok t/02-extension.t .......... ok 1 - The object isa My::Package::Stash ok 2 - The object isa Package::Stash ok 3 - ... the %foo slot has not been created yet ok 4 - ... the foo_stash agrees ok 5 - ... the %foo symbol is created succcessfully ok 6 - ... the %foo slot has not been created in the actual Foo package ok 7 - ... the foo_stash agrees ok 8 - ... got the right package variable back ok 9 - ... our %foo is the same as the foo_stashs ok 10 - ... the @bar slot has not been created yet ok 11 - ... created @Foo::bar successfully ok 12 - ... the @bar slot has still not been created ok 13 - ... the %baz slot has not been created yet ok 14 - ... created %Foo::baz successfully ok 15 - ... the %baz slot has still not been created 1..15 ok t/03-io.t ................. ok 1 - has &foo ok 2 - has foo ok 3 - has &foo ok 4 - has foo ok 5 - has &bar ok 6 - has bar ok 7 - has &bar ok 8 - has bar ok 9 - can add an IO symbol ok 10 - has baz ok 11 - got the right baz 1..11 ok t/04-get.t ................ ok 1 - got nothing yet ok 2 - got something ok 3 - got the right variable ok 4 - got something ok 5 - got something ok 6 - got the right variable ok 7 - got something ok 8 - got the right variable ok 9 - got something ok 10 - got the right variable 1..10 ok t/05-isa.t ................ ok 1 - The class isa Bar 1..1 ok t/06-addsub.t ............. ok 1 - ... the &funk slot has not been created yet ok 2 - ... created &Foo::funk successfully ok 3 - ... the &funk slot was created successfully ok 4 - ... our &funk exists ok 5 - ... got the right value from the function ok 6 ok 7 1..7 ok t/10-synopsis.t ........... ok 1 - set in the stash properly ok 2 - doesn't have anything in scalar slot ok 3 - namespace works properly 1..3 ok t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=12, Tests=158, 0 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CPU) Result: PASS DOY/Package-Stash-0.08.tar.gz nmake test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> routines for manipulating stashes >>> (cd C:\cpanfly-5.12\var\cpan\build\Package-Stash-0.08-391eZ5 && tar cvf - Package-Stash-0.08.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/D/DO/DOY/Package-Stash-0.08.tar.gz Package-Stash-0.08.ppd blib/ blib/lib/ blib/lib/Package/ blib/lib/Package/Stash.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Package-Stash-0.08-391eZ5/Package-Stash-0.08.ppd C:/cpanfly-5.12/var/REPO/D/DO/DOY Finished 2010-09-20T03:49:53