Start 2010-11-16T16:22:10 ActivePerl-818 CPAN-1.9402 Going to read '/home/fly818/var/cpan/Metadata' Database was generated on Tue, 16 Nov 2010 22:33:29 GMT Running make for D/DO/DOY/Package-Stash-XS-0.17.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DO/DOY/Package-Stash-XS-0.17.tar.gz ok Will not use Archive::Tar, need 1.00 Package-Stash-XS-0.17 Package-Stash-XS-0.17/XS.xs Package-Stash-XS-0.17/README Package-Stash-XS-0.17/typemap Package-Stash-XS-0.17/Changes Package-Stash-XS-0.17/LICENSE Package-Stash-XS-0.17/dist.ini Package-Stash-XS-0.17/ppport.h Package-Stash-XS-0.17/META.yml Package-Stash-XS-0.17/MANIFEST Package-Stash-XS-0.17/t Package-Stash-XS-0.17/t/03-io.t Package-Stash-XS-0.17/META.json Package-Stash-XS-0.17/weaver.ini Package-Stash-XS-0.17/t/05-isa.t Package-Stash-XS-0.17/t/04-get.t Package-Stash-XS-0.17/Makefile.PL Package-Stash-XS-0.17/t/01-basic.t Package-Stash-XS-0.17/t/20-leaks.t Package-Stash-XS-0.17/t/06-addsub.t Package-Stash-XS-0.17/t/00-compile.t Package-Stash-XS-0.17/t/10-synopsis.t Package-Stash-XS-0.17/t/release-eol.t Package-Stash-XS-0.17/t/02-extension.t Package-Stash-XS-0.17/t/07-edge-cases.t Package-Stash-XS-0.17/t/21-leaks-debug.t Package-Stash-XS-0.17/t/release-no-tabs.t Package-Stash-XS-0.17/t/lib/Package Package-Stash-XS-0.17/t/lib/Package/Stash.pm Package-Stash-XS-0.17/t/release-pod-syntax.t Package-Stash-XS-0.17/lib/Package/Stash Package-Stash-XS-0.17/lib/Package/Stash/XS.pm Package-Stash-XS-0.17/t/release-pod-coverage.t CPAN.pm: Going to build D/DO/DOY/Package-Stash-XS-0.17.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Stash::XS >>> make cp lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm /home/fly818/ap818/bin/perl-static /home/fly818/var/megalib/ExtUtils/xsubpp -typemap /home/fly818/ap818/lib/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fpic "-I/home/fly818/ap818/lib/CORE" XS.c Running Mkbootstrap for Package::Stash::XS () chmod 644 XS.bs rm -f blib/arch/auto/Package/Stash/XS/XS.so gcc -shared XS.o -o blib/arch/auto/Package/Stash/XS/XS.so \ \ chmod 755 blib/arch/auto/Package/Stash/XS/XS.so cp XS.bs blib/arch/auto/Package/Stash/XS/XS.bs chmod 644 blib/arch/auto/Package/Stash/XS/XS.bs Manifying blib/man3/Package::Stash::XS.3 DOY/Package-Stash-XS-0.17.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - Package::Stash::XS 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 - ... the fetched symbols are the same as the listed ones ok 86 - ... the fetched symbols are the same as the listed ones ok 87 - ... got the right symbol ok 88 - ... got the right symbol ok 89 - ... the fetched symbols are the same as the listed ones ok 90 - ... got the right symbol ok 91 - got the right ones ok 92 - can't initialize a slot with the wrong type of value ok 93 - can't initialize a slot with the wrong type of value ok 94 - can't initialize a slot with the wrong type of value ok 95 - can't initialize a slot with the wrong type of value ok 96 - got $foo ok 97 - got @foo ok 98 - got %foo ok 99 - got &foo ok 100 - got foo 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 $foo ok 107 - got expected value for %bar ok 108 - got expected value for %foo ok 109 - got expected value for &foo ok 110 - got expected value for @foo ok 111 - got expected value for foo ok 112 - got expected value for $foo ok 113 - got expected value for %bar ok 114 - got expected value for %foo ok 115 - got expected value for &foo ok 116 - got expected value for @foo ok 117 - got expected value for foo ok 118 - list_all_symbols not ok 119 - list_all_symbols SCALAR # TODO undef scalars aren't visible on 5.8, or from pure perl at all # Failed (TODO) test 'list_all_symbols SCALAR' # at t/01-basic.t line 397. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'foo' ok 120 - list_all_symbols ARRAY ok 121 - list_all_symbols HASH ok 122 - list_all_symbols CODE 1..122 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 - stash has the right variable ok 5 - got nothing yet ok 6 - got something ok 7 - got the right variable ok 8 - stash has the right variable ok 9 - got nothing yet ok 10 - got something ok 11 - got the right variable ok 12 - stash has the right variable ok 13 - got nothing yet ok 14 - got something ok 15 - got the right variable ok 16 - got the right variable ok 17 - got the right variable ok 18 - stash has the right variable ok 19 - got nothing yet ok 20 - The object isa IO ok 21 - got the right variable ok 22 - The object isa IO ok 23 - stash has the right variable ok 24 - The object isa IO ok 25 - got the right variable ok 26 - got something ok 27 - got the right variable ok 28 - stash has the right variable ok 29 - got something ok 30 - got the right variable ok 31 - stash has the right variable ok 32 - got something ok 33 - got the right variable ok 34 - stash has the right variable ok 35 - The object isa IO ok 36 - stash has the right variable 1..36 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/07-edge-cases.t ......... not ok 1 - $SCALAR # TODO undef scalars aren't visible on 5.8, or from pure perl at all # Failed (TODO) test '$SCALAR' # at t/07-edge-cases.t line 31. ok 2 - $SCALAR_WITH_VALUE ok 3 - @ARRAY ok 4 - %HASH ok 5 - can see all code symbols ok 6 - $added ok 7 - @added ok 8 - %added ok 9 - expanded a constant into a coderef ok 10 - nothing yet ok 11 - got an empty scalar 1..11 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/20-leaks.t .............. ok 1 - object construction doesn't leak (leaks 0 <= 0) ok 2 - object construction doesn't leak, with an existing package (leaks 0 <= 0) ok 3 - object construction doesn't leak, with an existing package with things in it (leaks 0 <= 0) ok 4 - accessors don't leak (leaks 0 <= 0) ok 5 - add_symbol doesn't leak (leaks 0 <= 0) ok 6 - add_symbol doesn't leak (leaks 0 <= 0) ok 7 - sub installed correctly ok 8 - code_init exists ok 9 - remove_symbol doesn't leak (leaks 0 <= 0) ok 10 - remove_glob doesn't leak (leaks 0 <= 0) ok 11 - has_symbol doesn't leak (leaks 0 <= 0) ok 12 - get_symbol doesn't leak (leaks 0 <= 0) ok 13 ok 14 ok 15 - get_or_add_symbol doesn't leak (leaks 0 <= 0) not ok 16 # TODO undef scalars aren't visible on 5.8, or from pure perl at all # Failed (TODO) test at t/20-leaks.t line 133. ok 17 ok 18 ok 19 ok 20 ok 21 - The class isa Exporter ok 22 - list_all_symbols doesn't leak (leaks 0 <= 0) ok 23 - get_all_symbols doesn't leak (leaks 0 <= 0) not ok 24 - get_symbol doesn't leak during glob expansion (leaks 4 <= 0) # TODO deleting stashes is inherently leaky on 5.8 # Failed (TODO) test 'get_symbol doesn't leak during glob expansion (leaks 4 <= 0)' # at t/20-leaks.t line 180. # '4' # <= # '0' # leaked GLOB(0x812f65c) from t/20-leaks.t line 178. # 177: my $quux = Package::Stash->new("Quux$i"); # 178: $quux->get_or_add_symbol('@ISA'); # 179: delete $::{'Quux' . $i . '::'}; # SV = PVGV(0x82e8ad0) at 0x812f65c # REFCNT = 1 # FLAGS = (GMG,SMG,MULTI) # IV = 0 # NV = 0 # MAGIC = 0x82ea0d8 # MG_VIRTUAL = &PL_vtbl_glob # MG_TYPE = PERL_MAGIC_glob(*) # MG_OBJ = 0x812f65c # NAME = "ISA" # NAMELEN = 3 # GvSTASH = 0x82e78fc "Quux4" # GP = 0x82e8ce0 # SV = 0x82e7908 # REFCNT = 1 # IO = 0x0 # FORM = 0x0 # AV = 0x82e7a34 # HV = 0x0 # CV = 0x0 # CVGEN = 0x0 # GPFLAGS = 0x0 # LINE = 178 # FILE = "t/20-leaks.t" # FLAGS = 0x2 # EGV = 0x812f65c "ISA" # leaked ARRAY(0x82e7a34) from t/20-leaks.t line 178. # 177: my $quux = Package::Stash->new("Quux$i"); # 178: $quux->get_or_add_symbol('@ISA'); # 179: delete $::{'Quux' . $i . '::'}; # SV = PVAV(0x82dd6e0) at 0x82e7a34 # REFCNT = 1 # FLAGS = (SMG,RMG) # IV = 0 # NV = 0 # MAGIC = 0x82e8d18 # MG_VIRTUAL = &PL_vtbl_isa # MG_TYPE = PERL_MAGIC_isa(I) # MG_OBJ = 0x812f65c # ARRAY = 0x0 # FILL = -1 # MAX = -1 # ARYLEN = 0x0 # FLAGS = (REAL) # leaked SCALAR(0x82e7908) from t/20-leaks.t line 178. # 177: my $quux = Package::Stash->new("Quux$i"); # 178: $quux->get_or_add_symbol('@ISA'); # 179: delete $::{'Quux' . $i . '::'}; # SV = NULL(0x0) at 0x82e7908 # REFCNT = 1 # FLAGS = () # leaked HASH(0x82e78fc) from t/20-leaks.t line 176. # 175: $i++; # 176: eval "package Quux$i; 1;"; # 177: my $quux = Package::Stash->new("Quux$i"); # SV = PVHV(0x82eab40) at 0x82e78fc # REFCNT = 1 # FLAGS = (SHAREKEYS) # IV = 1 # NV = 0 # ARRAY = 0x8266918 (0:7, 1:1) # hash quality = 100.0% # KEYS = 1 # FILL = 1 # MAX = 7 # RITER = -1 # EITER = 0x0 # NAME = "Quux4" # Elt "ISA" HASH = 0x9c7b94db # SV = PVGV(0x82e8ad0) at 0x812f65c # REFCNT = 1 # FLAGS = (GMG,SMG,MULTI) # IV = 0 # NV = 0 # MAGIC = 0x82ea0d8 # MG_VIRTUAL = &PL_vtbl_glob # MG_TYPE = PERL_MAGIC_glob(*) # MG_OBJ = 0x812f65c # NAME = "ISA" # NAMELEN = 3 # GvSTASH = 0x82e78fc "Quux4" # GP = 0x82e8ce0 # SV = 0x82e7908 # REFCNT = 1 # IO = 0x0 # FORM = 0x0 # AV = 0x82e7a34 # HV = 0x0 # CV = 0x0 # CVGEN = 0x0 # GPFLAGS = 0x0 # LINE = 178 # FILE = "t/20-leaks.t" # FLAGS = 0x2 # EGV = 0x812f65c "ISA" ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 ok t/21-leaks-debug.t ........ ok 1 - object construction doesn't leak (leaks 0 <= 0) ok 2 - object construction doesn't leak, with an existing package (leaks 0 <= 0) ok 3 - object construction doesn't leak, with an existing package with things in it (leaks 0 <= 0) ok 4 - accessors don't leak (leaks 0 <= 0) ok 5 - add_symbol doesn't leak (leaks 0 <= 0) ok 6 - add_symbol doesn't leak (leaks 0 <= 0) ok 7 - sub installed correctly ok 8 - code_init exists ok 9 - remove_symbol doesn't leak (leaks 0 <= 0) ok 10 - remove_glob doesn't leak (leaks 0 <= 0) ok 11 - has_symbol doesn't leak (leaks 0 <= 0) ok 12 - get_symbol doesn't leak (leaks 0 <= 0) ok 13 ok 14 ok 15 - get_or_add_symbol doesn't leak (leaks 0 <= 0) not ok 16 # TODO undef scalars aren't visible on 5.8, or from pure perl at all # Failed (TODO) test at t/21-leaks-debug.t line 135. ok 17 ok 18 ok 19 ok 20 ok 21 - The class isa Exporter ok 22 - list_all_symbols doesn't leak (leaks 0 <= 0) ok 23 - get_all_symbols doesn't leak (leaks 0 <= 0) not ok 24 - get_symbol doesn't leak during glob expansion (leaks 4 <= 0) # TODO deleting stashes is inherently leaky on 5.8 # Failed (TODO) test 'get_symbol doesn't leak during glob expansion (leaks 4 <= 0)' # at t/21-leaks-debug.t line 182. # '4' # <= # '0' # leaked ARRAY(0x82ea7f4) from t/21-leaks-debug.t line 180. # 179: my $quux = Package::Stash->new("Quux$i"); # 180: $quux->get_or_add_symbol('@ISA'); # 181: delete $::{'Quux' . $i . '::'}; # SV = PVAV(0x82e2ee4) at 0x82ea7f4 # REFCNT = 1 # FLAGS = (SMG,RMG) # IV = 0 # NV = 0 # MAGIC = 0x814ba10 # MG_VIRTUAL = &PL_vtbl_isa # MG_TYPE = PERL_MAGIC_isa(I) # MG_OBJ = 0x82ea50c # ARRAY = 0x0 # FILL = -1 # MAX = -1 # ARYLEN = 0x0 # FLAGS = (REAL) # leaked SCALAR(0x82ea7a0) from t/21-leaks-debug.t line 180. # 179: my $quux = Package::Stash->new("Quux$i"); # 180: $quux->get_or_add_symbol('@ISA'); # 181: delete $::{'Quux' . $i . '::'}; # SV = NULL(0x0) at 0x82ea7a0 # REFCNT = 1 # FLAGS = () # leaked HASH(0x82ea548) from t/21-leaks-debug.t line 178. # 177: $i++; # 178: eval "package Quux$i; 1;"; # 179: my $quux = Package::Stash->new("Quux$i"); # SV = PVHV(0x82ed1f0) at 0x82ea548 # REFCNT = 1 # FLAGS = (SHAREKEYS) # IV = 1 # NV = 0 # ARRAY = 0x814ba40 (0:7, 1:1) # hash quality = 100.0% # KEYS = 1 # FILL = 1 # MAX = 7 # RITER = -1 # EITER = 0x0 # NAME = "Quux4" # Elt "ISA" HASH = 0x9c7b94db # SV = PVGV(0x82ec698) at 0x82ea50c # REFCNT = 1 # FLAGS = (GMG,SMG,MULTI) # IV = 0 # NV = 0 # MAGIC = 0x82efab0 # MG_VIRTUAL = &PL_vtbl_glob # MG_TYPE = PERL_MAGIC_glob(*) # MG_OBJ = 0x82ea50c # NAME = "ISA" # NAMELEN = 3 # GvSTASH = 0x82ea548 "Quux4" # GP = 0x82ec6d0 # SV = 0x82ea7a0 # REFCNT = 1 # IO = 0x0 # FORM = 0x0 # AV = 0x82ea7f4 # HV = 0x0 # CV = 0x0 # CVGEN = 0x0 # GPFLAGS = 0x0 # LINE = 180 # FILE = "t/21-leaks-debug.t" # FLAGS = 0x2 # EGV = 0x82ea50c "ISA" # leaked GLOB(0x82ea50c) from t/21-leaks-debug.t line 180. # 179: my $quux = Package::Stash->new("Quux$i"); # 180: $quux->get_or_add_symbol('@ISA'); # 181: delete $::{'Quux' . $i . '::'}; # SV = PVGV(0x82ec698) at 0x82ea50c # REFCNT = 1 # FLAGS = (GMG,SMG,MULTI) # IV = 0 # NV = 0 # MAGIC = 0x82efab0 # MG_VIRTUAL = &PL_vtbl_glob # MG_TYPE = PERL_MAGIC_glob(*) # MG_OBJ = 0x82ea50c # NAME = "ISA" # NAMELEN = 3 # GvSTASH = 0x82ea548 "Quux4" # GP = 0x82ec6d0 # SV = 0x82ea7a0 # REFCNT = 1 # IO = 0x0 # FORM = 0x0 # AV = 0x82ea7f4 # HV = 0x0 # CV = 0x0 # CVGEN = 0x0 # GPFLAGS = 0x0 # LINE = 180 # FILE = "t/21-leaks-debug.t" # FLAGS = 0x2 # EGV = 0x82ea50c "ISA" ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 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=15, Tests=257, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.48 cusr 0.04 csys = 0.58 CPU) Result: PASS DOY/Package-Stash-XS-0.17.tar.gz make test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> faster and more correct implementation of the Package::Stash API >>> (cd /home/fly818/var/cpan/build/Package-Stash-XS-0.17-kmtxUR && tar cvf - Package-Stash-XS-0.17.ppd blib) | gzip -c >/home/fly818/var/REPO/D/DO/DOY/Package-Stash-XS-0.17.tar.gz Package-Stash-XS-0.17.ppd blib/ blib/lib/ blib/lib/Package/ blib/lib/Package/Stash/ blib/lib/Package/Stash/XS.pm blib/arch/ blib/arch/auto/ blib/arch/auto/Package/ blib/arch/auto/Package/Stash/ blib/arch/auto/Package/Stash/XS/ blib/arch/auto/Package/Stash/XS/XS.so blib/arch/auto/Package/Stash/XS/XS.bs blib/man3/ blib/man3/Package::Stash::XS.3 >>> mv /home/fly818/var/cpan/build/Package-Stash-XS-0.17-kmtxUR/Package-Stash-XS-0.17.ppd /home/fly818/var/REPO/D/DO/DOY Finished 2010-11-16T16:22:16