PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-09-17T23:22:41 ActivePerl-1205 CPAN-1.9402 Going to read '/export/home/fly1232/var/cpan/Metadata' Database was generated on Tue, 18 Sep 2012 03:14:17 GMT Running make for S/SP/SPURKIS/AI-Perceptron-1.0.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SP/SPURKIS/AI-Perceptron-1.0.tar.gz ok AI-Perceptron-1.0 AI-Perceptron-1.0/Build.PL AI-Perceptron-1.0/Changes AI-Perceptron-1.0/examples AI-Perceptron-1.0/examples/and.pl AI-Perceptron-1.0/lib AI-Perceptron-1.0/lib/AI AI-Perceptron-1.0/lib/AI/Perceptron.pm AI-Perceptron-1.0/Makefile.PL AI-Perceptron-1.0/MANIFEST AI-Perceptron-1.0/MANIFEST.SKIP AI-Perceptron-1.0/META.yml AI-Perceptron-1.0/README AI-Perceptron-1.0/t AI-Perceptron-1.0/t/01_basic.t AI-Perceptron-1.0/t/02_api.t CPAN.pm: Going to build S/SP/SPURKIS/AI-Perceptron-1.0.tar.gz >>> /export/home/fly1232/bin/perl Makefile.PL # running Build.PL Version::Requirements is deprecated; replace with CPAN::Meta::Requirements at /export/home/fly1232/var/megalib/Version/Requirements.pm line 17. require Version/Requirements.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Prereqs.pm line 10 CPAN::Meta::Prereqs::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Prereqs.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Feature.pm line 7 CPAN::Meta::Feature::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Feature.pm called at /export/home/fly1232/var/megalib/CPAN/Meta.pm line 9 CPAN::Meta::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta.pm called at (eval 35) line 2 eval 'require CPAN::Meta ;' called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1664 Module::Build::Base::try_require('Module::Build=HASH(0x365970)', 'CPAN::Meta', 2.110420) called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1897 Module::Build::Base::create_mymeta('Module::Build=HASH(0x365970)') called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1957 Module::Build::Base::create_build_script('Module::Build=HASH(0x365970)') called at Build.PL line 37 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'AI-Perceptron' version '1.0' Unknown 'build_class', defaulting to 'Module::Build' >>> make /export/home/fly1232/bin/perl Build --makefile_env_macros 1 Building AI-Perceptron SPURKIS/AI-Perceptron-1.0.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /export/home/fly1232/bin/perl Build --makefile_env_macros 1 test t/01_basic.t .. ok 1 - use AI::Perceptron; ok 2 - compute_output ok 3 - expected output for preset weights ok 4 - add_examples ok 5 - train ok 6 - perceptron re-trained 1..6 ok t/02_api.t .... ok 1 - num_inputs ok 2 - learning_rate ok 3 - threshold ok 4 - threshold ok 5 - weights isa ARRAY ok 6 - examples isa ARRAY ok 7 - add_examples ok 8 - AI::Perceptron->can(...) ok 9 - num_inputs() [compat] ok 10 - learning_rate() [compat] ok 11 - threshold() [compat] ok 12 - weights() in list context [compat] 1..12 ok All tests successful. Files=2, Tests=18, 0 wallclock secs ( 0.11 usr 0.01 sys + 0.19 cusr 0.05 csys = 0.36 CPU) Result: PASS SPURKIS/AI-Perceptron-1.0.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/AI/Perceptron.pm Steve Purkis <spurkis @[at]@ cpan.dot.org> example of a node in a neural network. >>> (cd /export/home/fly1232/var/cpan/build/AI-Perceptron-1.0-I4xFAH && tar cvf - AI-Perceptron-1.0.ppd blib) | gzip -c >/export/home/fly1232/var/REPO/S/SP/SPURKIS/AI-Perceptron-1.0.tar.gz AI-Perceptron-1.0.ppd blib/ blib/lib/ blib/lib/AI/ blib/lib/AI/Perceptron.pm >>> mv /export/home/fly1232/var/cpan/build/AI-Perceptron-1.0-I4xFAH/AI-Perceptron-1.0.ppd /export/home/fly1232/var/REPO/S/SP/SPURKIS Finished 2012-09-17T23:22:55