Cannot determine perl version info from lib/FormValidator/Simple.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Class::Accessor ...loaded. (0.30 >= 0.22) - Class::Inspector ...loaded. (1.16 >= 1.13) - Class::Data::Inheritable ...loaded. (0.06 >= 0.04) - Class::Data::Accessor ...loaded. (0.04001 >= 0.03) - UNIVERSAL::require ...loaded. (0.11 >= 0.1) - Mail::Address ...loaded. (1.77) - Email::Valid ...loaded. (0.179 >= 0.15) - Email::Valid::Loose ...loaded. (0.05 >= 0.04) - Date::Calc ...loaded. (5.4 >= 5.4) - Tie::IxHash ...loaded. (1.21 >= 1.21) - YAML ...loaded. (0.62 >= 0.39) - List::MoreUtils ...loaded. (0.21 >= 0.16) - Scalar::Util ...loaded. (1.18) - DateTime::Format::Strptime ...loaded. (1.0700 >= 1.07) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for FormValidator::Simple cp lib/FormValidator/Simple/Constraints.pm blib/lib/FormValidator/Simple/Constraints.pm cp lib/FormValidator/Simple/Exception.pm blib/lib/FormValidator/Simple/Exception.pm cp lib/FormValidator/Simple/Iterator.pm blib/lib/FormValidator/Simple/Iterator.pm cp lib/FormValidator/Simple/Messages.pm blib/lib/FormValidator/Simple/Messages.pm cp lib/FormValidator/Simple/Result.pm blib/lib/FormValidator/Simple/Result.pm cp lib/FormValidator/Simple/Results.pm blib/lib/FormValidator/Simple/Results.pm cp lib/FormValidator/Simple/Constraint.pm blib/lib/FormValidator/Simple/Constraint.pm cp lib/FormValidator/Simple/ArrayList.pm blib/lib/FormValidator/Simple/ArrayList.pm cp lib/FormValidator/Simple.pm blib/lib/FormValidator/Simple.pm cp lib/FormValidator/Simple/Validator.pm blib/lib/FormValidator/Simple/Validator.pm cp lib/FormValidator/Simple/Constants.pm blib/lib/FormValidator/Simple/Constants.pm cp lib/FormValidator/Simple/Profile.pm blib/lib/FormValidator/Simple/Profile.pm cp lib/FormValidator/Simple/Data.pm blib/lib/FormValidator/Simple/Data.pm Manifying blib/man3/FormValidator::Simple.3 Manifying blib/man3/FormValidator::Simple::Results.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00_compile.t t/01_constraint.t t/02_constraints.t t/03_profile.t t/04_result.t t/05_results.t t/06_data.t t/07_simple.t t/08_length.t t/09_ascii.t t/10_int.t t/11_space.t t/12_duplication.t t/13_datetime.t t/14_regex.t t/15_any.t t/16_plugin.t t/17_pod.t t/18_invalids.t t/19_url.t t/20_numeric_cmp.t t/21_decimal.t t/22_messages.t t/23_messages_yaml.t t/24_options.t t/25_all.t t/26_inarray.t t/27_set_invalid.t t/28_decode.t t/00_compile..........1..1 ok 1 - use FormValidator::Simple; ok t/01_constraint.......1..23 ok 1 - use FormValidator::Simple::Constraint; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok t/02_constraints......1..11 ok 1 - use FormValidator::Simple::Constraints; ok 2 ok 3 ok 4 ok 5 ok 6 - The object isa FormValidator::Simple::Constraint::Iterator ok 7 ok 8 ok 9 ok 10 ok 11 ok t/03_profile..........1..42 ok 1 - use FormValidator::Simple::Profile; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - The object isa FormValidator::Simple::Constraints ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 - The object isa FormValidator::Simple::Profile::Record ok 30 - The object isa FormValidator::Simple::Profile::Record ok 31 - The object isa FormValidator::Simple::Profile::Record ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 - The object isa FormValidator::Simple::Profile::Iterator ok 39 ok 40 ok 41 ok 42 ok t/04_result...........1..13 ok 1 - use FormValidator::Simple::Result; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/05_results..........1..34 ok 1 - use FormValidator::Simple::Results; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/06_data.............1..9 ok 1 - use FormValidator::Simple::Data; ok 2 - The object isa FormValidator::Simple::Data ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/07_simple...........1..24 ok 1 - use FormValidator::Simple; ok 2 - The object isa FormValidator::Simple::Results ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/08_length...........1..7 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/09_ascii............1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/10_int..............1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/11_space............1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/12_duplication......1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/13_datetime.........1..13 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/14_regex............1..4 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok t/15_any..............1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/16_plugin...........1..3 ok 1 - require FormValidator::Simple; ok 2 ok 3 ok t/17_pod..............1..0 # Skip Test::Pod 1.14 required skipped all skipped: Test::Pod 1.14 required t/18_invalids.........1..16 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/19_url..............1..3 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok t/20_numeric_cmp......1..12 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/21_decimal..........1..5 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok t/22_messages.........1..25 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok t/23_messages_yaml....1..9 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/24_options..........1..5 ok 1 - use FormValidator::Simple; ok 2 - use FormValidator::Simple::Validator; ok 3 ok 4 ok 5 ok t/25_all..............1..3 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok t/26_inarray..........1..4 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok t/27_set_invalid......1..6 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok t/28_decode...........1..17 ok 1 - use FormValidator::Simple; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok All tests successful, 1 test skipped. Files=29, Tests=314, 14 wallclock secs (11.73 cusr + 2.41 csys = 14.14 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/FormValidator/Simple.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/FormValidator/Simple/Results.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/ArrayList.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Constants.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Constraint.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Constraints.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Data.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Exception.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Iterator.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Messages.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Profile.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Result.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Results.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/FormValidator/Simple/Validator.pm Installing /Users/cpanrun/build/5.8.8/man/man3/FormValidator::Simple.3 Installing /Users/cpanrun/build/5.8.8/man/man3/FormValidator::Simple::Results.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod