This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Ask Solem, This is a computer-generated test report for Modwheel-0.3.3, created automatically by CPAN::Reporter, version 0.48, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. Congratulations! All tests were successful. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have -------------------- -------- ------ AppConfig 1.56 1.66 DBI 1.51 1.58 Digest::SHA1 2.07 2.11 Getopt::Euclid 0.001 0.1.0 HTML::Parser 3.48 3.56 HTML::Tagset 3.03 3.10 IO::Interactive 0.0.1 0.0.3 IO::Prompt 0.099004 0.99.4 JSON::Syck 0.14 0.26 List::MoreUtils 0.13 0.21 List::Util 1.15 1.19 namespace::clean 0.01 0.04 Params::Util 0.22 0.26 Perl6::Export 0.06 0.07 Perl6::Export::Attrs 0.0.1 0.0.3 Perl6::Form 0.04 0.04 Readonly 1.03 1.03 Scalar::Util 1.14 1.19 Sub::Install 0.9 0.924 Template 2.17 2.19 Template::Stash::XS 0 0 Term::ReadKey 2.3 2.30 Test::Simple 0.42 0.70 UNIVERSAL::require 0.1 0.11 URI 1.29 1.35 version 0 0.7203 YAML 0.5 0.65 YAML::Syck 0.7 0.96 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: PATH = /usr/bin:/bin:/usr/sbin:/sbin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 SHELL = /bin/bash TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /Users/david/cpantesting/perl-5.9.5/bin/perl5.9.5 UID: $< = 501 EUID: $> = 501 GID: $( = 501 501 81 79 80 EGID: $) = 501 501 81 79 80 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.9102 Cwd 3.25 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.13 ExtUtils::Install 1.41_01 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51_01 ExtUtils::ParseXS 2.18 File::Spec 3.25 Module::Build 0.2808 Module::Signature n/a Test::Harness 2.64 Test::More 0.70 version 0.7203 ------------------------------ TEST OUTPUT ------------------------------ Output from 'make test': /Users/david/cpantesting/perl-5.9.5/bin/perl5.9.5 "-Iinc" Makefile.PL --config= --installdeps=Template::Stash::XS,0,Perl6::Export,0.06,YAML,0.5,Params::Util,0.22,Term::ReadKey,2.3,List::MoreUtils,0.13,IO::Interactive,0.0.1,DBI,1.51,Getopt::Euclid,0.001,URI,1.29,Digest::SHA1,2.07,Perl6::Form,0.04,Template,2.17,YAML::Syck,0.7,JSON::Syck,0.14,Perl6::Export::Attrs,0.0.1,Sub::Install,0.9,HTML::Tagset,3.03,HTML::Parser,3.48,AppConfig,1.56,UNIVERSAL::require,0.1,IO::Prompt,0.099004 Variable "%STD_CONSTRAINT_FOR" will not stay shared at /Users/david/cpantesting/perl-5.9.5/lib/site_perl/5.9.5/Getopt/Euclid.pm line 200. PERL_DL_NONLAZY=1 /Users/david/cpantesting/perl-5.9.5/bin/perl5.9.5 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-Kwalitee.t t/00-POD_valid.t t/00-YAML-META_valid.t t/00-YAML_valid.t t/01-ModWheel.t t/02-DB.t t/03-Template.t t/04-Object.t t/05-ProxyObject.t t/06-User.t t/08-Repository.t t/09-bogus.t t/09-bogus2.t t/10-Shortcuts.t t/11-Crypt.t t/99-perl_critic.t t/99-Session.t t/html-tagset.t t/insideout_policy.t t/instance.t t/instance_new_using_isa_feature.t t/mysql.t t/postgresql.t t/00-Kwalitee.......................skipped all skipped: Test::Kwalitee not installed; skipping t/00-POD_valid......................skipped all skipped: Test::Pod 1.00 required for testing POD t/00-YAML-META_valid................skipped all skipped: Test::YAML::Meta required for testing META.yml t/00-YAML_valid.....................skipped all skipped: This test requires Test::YAML::Valid. t/01-ModWheel.......................ok 7/117 skipped: various reasons t/02-DB.............................ok 43/45 skipped: various reasons t/03-Template.......................ok 2/20 skipped: various reasons t/04-Object.........................ok 143/196 skipped: various reasons t/05-ProxyObject....................ok 2/35 skipped: various reasons t/06-User........................... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MODWHEEL WARNING: You are currently not using any encryption, because you are missing required perl-modules for encryption to work. You can choose between different implementations, depending on which are available for your operating system, the amount of security you need, and personal preference. You should install one or more of the following modules from CPAN, you need atleast one one-way crypt module, and one digest module. These are your options: One-way crypt modules: Crypt::Eksblowfish - This is a good choice for Unix-like systems. http://search.cpan.org/~zefram/Crypt-Eksblowfish-0.001/ Crypt::UnixCrypt - Good alternative for Windows users or those without a C compiler. http://search.cpan.org/~mvorl/Crypt-UnixCrypt-1.0/ Digest modules: Digest::SHA1 - The NIST SHA-1 message digest algorithm. http://search.cpan.org/~gaas/Digest-SHA1-2.11/ Digest::MD5 - The MD5 message digest algorithm. http://search.cpan.org/~gaas/Digest-MD5-2.36/ Thank you for your patience! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - at t/06-User.t line 68 ok 46/69 skipped: various reasons t/08-Repository.....................ok 2/765 skipped: various reasons t/09-bogus..........................ok t/09-bogus2.........................ok t/10-Shortcuts......................ok 2/24 skipped: various reasons t/11-Crypt.......................... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MODWHEEL WARNING: You are currently not using any encryption, because you are missing required perl-modules for encryption to work. You can choose between different implementations, depending on which are available for your operating system, the amount of security you need, and personal preference. You should install one or more of the following modules from CPAN, you need atleast one one-way crypt module, and one digest module. These are your options: One-way crypt modules: Crypt::Eksblowfish - This is a good choice for Unix-like systems. http://search.cpan.org/~zefram/Crypt-Eksblowfish-0.001/ Crypt::UnixCrypt - Good alternative for Windows users or those without a C compiler. http://search.cpan.org/~mvorl/Crypt-UnixCrypt-1.0/ Digest modules: Digest::SHA1 - The NIST SHA-1 message digest algorithm. http://search.cpan.org/~gaas/Digest-SHA1-2.11/ Digest::MD5 - The MD5 message digest algorithm. http://search.cpan.org/~gaas/Digest-MD5-2.36/ Thank you for your patience! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - at t/11-Crypt.t line 25 ok 6/17 skipped: various reasons t/99-perl_critic....................skipped all skipped: Author test. Set $ENV{MODWHEEL_AUTHOR} to a true value to run. t/99-Session........................ok 2/5 skipped: various reasons t/html-tagset.......................ok t/insideout_policy..................ok t/instance..........................ok t/instance_new_using_isa_feature....skipped all skipped: Tests not finished. t/mysql.............................skipped all skipped: Database test. Set $ENV{MODWHEEL_DBTEST} to a true value to run. If you do: be sure to set up a TEST database in the configuration files in t/*.yml and to not use a live production database. t/postgresql........................skipped all skipped: Database test. Set $ENV{MODWHEEL_DBTEST} to a true value to run. If you do: be sure to set up a TEST database in the configuration files in t/*.yml and to not use a live production database. All tests successful, 8 tests and 255 subtests skipped. Files=23, Tests=1674, 6 wallclock secs ( 4.40 cusr + 0.67 csys = 5.07 CPU) -- Summary of my perl5 (revision 5 version 9 subversion 5) configuration: Platform: osname=darwin, osvers=8.10.1, archname=darwin-2level uname='darwin cowshed-door.barnyard.co.uk 8.10.1 darwin kernel version 8.10.1: wed may 23 16:33:00 pdt 2007; root:xnu-792.22.5~1release_i386 i386 i386 ' config_args='-de -Dprefix=/Users/david/cpantesting/perl-5.9.5 -Dusedevel' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe', optimize='-O3', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='' libpth=/usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup'
