# running Build.PL /Users/cpanrun/build/5.10.0/bin/perl Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Python-Serialise-Marshal' version '0.02' Unknown 'build_class', defaulting to 'Module::Build' /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 Copying lib/Python/Serialise/Marshal.pm -> blib/lib/Python/Serialise/Marshal.pm Manifying blib/lib/Python/Serialise/Marshal.pm -> blib/libdoc/Python::Serialise::Marshal.3 Build: blib/lib/Python/Serialise/Marshal.pm: cannot resolve L in paragraph 126. HTMLifying blib/lib/Python/Serialise/Marshal.pm -> blib/libhtml/site/lib/Python/Serialise/Marshal.html /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 test t/01int........1..25 "my" variable $ps masks earlier declaration in same scope at t/01int.t line 22. "my" variable $ps masks earlier declaration in same scope at t/01int.t line 34. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - one ok 4 - minus one ok 5 - two-five-six ok 6 - minus two-five-six ok 7 - one-oh-two-four ok 8 - minus one-oh-two-four ok 9 ok 10 ok 11 - write one ok 12 - write minus one ok 13 - write two-five-six ok 14 - write minus two-five-six ok 15 - write one-oh-two-four ok 16 - write minus one-oh-two-four ok 17 ok 18 ok 19 - dogfood one ok 20 - dogfood minus one ok 21 - dogfood two-five-six ok 22 - dogfood minus two-five-six ok 23 - dogfood one-oh-two-four ok 24 - dogfood minus one-oh-two-four ok 25 ok t/02long.......1..7 "my" variable $ps masks earlier declaration in same scope at t/02long.t line 16. "my" variable $ps masks earlier declaration in same scope at t/02long.t line 22. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/03float......1..19 "my" variable $ps masks earlier declaration in same scope at t/03float.t line 20. "my" variable $ps masks earlier declaration in same scope at t/03float.t line 30. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - float 1.234 ok 4 - minus float 1.234 ok 5 - float 0.1 ok 6 - minus float 0.1 ok 7 ok 8 ok 9 - write float 1.234 ok 10 - write minus float 1.234 ok 11 - write float 0.1 ok 12 - write minus float 0.1 ok 13 ok 14 ok 15 - dogfood float 1.234 ok 16 - dogfood minus float 1.234 ok 17 - dogfood float 0.1 ok 18 - dogfood minus float 0.1 ok 19 ok t/04complex....1..10 "my" variable $ps masks earlier declaration in same scope at t/04complex.t line 17. "my" variable $ps masks earlier declaration in same scope at t/04complex.t line 24. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - simple complex number ok 4 ok 5 ok 6 - write simple complex number ok 7 ok 8 ok 9 - dogfood simple complex number ok 10 ok t/05string.....1..25 "my" variable $ps masks earlier declaration in same scope at t/05string.t line 22. "my" variable $ps masks earlier declaration in same scope at t/05string.t line 34. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - a string ok 4 - another string ok 5 - a string with spaces ok 6 - another string with spaces ok 7 - newlines a-go-go ok 8 - again with the new lines ok 9 ok 10 ok 11 - write a string ok 12 - write another string ok 13 - write a string with spaces ok 14 - write another string with spaces ok 15 - write newlines a-go-go ok 16 - write again with the new lines ok 17 ok 18 ok 19 - dogfood a string ok 20 - dogfood another string ok 21 - dogfood a string with spaces ok 22 - dogfood another string with spaces ok 23 - dogfood newlines a-go-go ok 24 - dogfood again with the new lines ok 25 ok t/06tuple......1..19 "my" variable $ps masks earlier declaration in same scope at t/06tuple.t line 20. "my" variable $ps masks earlier declaration in same scope at t/06tuple.t line 30. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - a simple tuple ok 4 - a not so simple tuple ok 5 - a mixed tuple ok 6 - a nested tuple ok 7 ok 8 ok 9 - write a simple tuple ok 10 - write a not so simple tuple ok 11 - write a mixed tuple ok 12 - write a nested tuple ok 13 ok 14 ok 15 - dogfood a simple tuple ok 16 - dogfood a not so simple tuple ok 17 - dogfood a mixed tuple ok 18 - dogfood a nested tuple ok 19 ok t/07list.......1..19 "my" variable $ps masks earlier declaration in same scope at t/07list.t line 20. "my" variable $ps masks earlier declaration in same scope at t/07list.t line 30. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - a simple list ok 4 - a not so simple list ok 5 - a mixed list ok 6 - a nested list ok 7 ok 8 ok 9 - write a simple list ok 10 - write a not so simple list ok 11 - write a mixed list ok 12 - write a nested list ok 13 ok 14 ok 15 - dogfood a simple list ok 16 - dogfood a not so simple list ok 17 - dogfood a mixed list ok 18 - dogfood a nested list ok 19 ok t/08dict.......1..16 "my" variable $ps masks earlier declaration in same scope at t/08dict.t line 19. "my" variable $ps masks earlier declaration in same scope at t/08dict.t line 28. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - a simple dict ok 4 - a not so simple dict ok 5 - a long dict ok 6 ok 7 ok 8 - write a simple dict ok 9 - write a not so simple dict ok 10 - write a long dict ok 11 ok 12 ok 13 - dogfood a simple dict ok 14 - dogfood a not so simple dict ok 15 - dogfood a long dict ok 16 ok t/09mixed......1..13 "my" variable $ps masks earlier declaration in same scope at t/09mixed.t line 18. "my" variable $ps masks earlier declaration in same scope at t/09mixed.t line 26. ok 1 - use Python::Serialise::Marshal; ok 2 ok 3 - some mixed dicts ok 4 - some mixed list ok 5 ok 6 ok 7 - write some mixed dicts ok 8 - write some mixed list ok 9 ok 10 ok 11 - dogfood some mixed dicts ok 12 - dogfood some mixed list ok 13 ok All tests successful. Files=9, Tests=153, 1 wallclock secs ( 1.25 cusr + 0.30 csys = 1.55 CPU) /Users/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 install Installing /Users/cpanrun/build/5.10.0/site/lib/Python/Serialise/Marshal.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Python::Serialise::Marshal.3 Installing /Users/cpanrun/build/5.10.0/html/site/lib/Python/Serialise/Marshal.html Writing /Users/cpanrun/build/5.10.0/site/lib/auto/Python/Serialise/Marshal/.packlist