David E. Wheeler wrote:
On Dec 7, 2004, at 9:37 AM, [EMAIL PROTECTED] wrote:

t\apache.t    255 65280    30   31 103.33%  6-30
t\iconv.t       9  2304    19    9  47.37%  7 9-11 13-17
t\postgres.t    3   768    21    3  14.29%  13-15
t\sqlite.t     11  2816    18   11  61.11%  6-16
139 subtests skipped.
#     Failed test (t\apache.t at line 39)
#     Failed test (t\apache.t at line 40)
#          got: undef
#     expected: 'Apache'


How odd. What's in t/scripts? Each of the files in t/bin should have been moved to t/scripts, had ".bat" appended to their names, and been "made executable" by turning them into batch files that wrap the scripts. But if that didn't happen, I'm curious to know what *did* happen.


C:\.cpan\5.8.5\build\App-Info-0.42\t>dir scripts Datentr�ger in Laufwerk C: hat keine Bezeichnung. Datentr�gernummer: 6C76-F753

 Verzeichnis von C:\.cpan\5.8.5\build\App-Info-0.42\t\scripts

14.12.2004  18:32       <DIR>          .
14.12.2004  18:32       <DIR>          ..
14.12.2004  18:32                   42 apxs
14.12.2004  18:32                  460 apxs.bat
14.12.2004  18:32                   42 createdb
14.12.2004  18:32                  460 createdb.bat
14.12.2004  18:32                1.484 httpd
14.12.2004  18:32                1.902 httpd.bat
14.12.2004  18:32                   40 iconv
14.12.2004  18:32                  458 iconv.bat
14.12.2004  18:32                  494 pg_config
14.12.2004  18:32                  912 pg_config.bat
14.12.2004  18:32                   42 postgres
14.12.2004  18:32                  460 postgres.bat
14.12.2004  18:32                   79 sqlite3
14.12.2004  18:32                  497 sqlite3.bat
              14 Datei(en)          7.372 Bytes
               2 Verzeichnis(se),  46.054.039.552 Bytes frei

Maybe this helps you investigate further - it is a dump of the object after test #4 :

ok 1 - use App::Info::HTTPD::Apache;
ok 2 - Got Object
ok 3 - The object isa App::Info::HTTPD::Apache
ok 4 - The object isa App::Info
# $VAR1 = bless( {
#                  'search_inc_dirs' => [
#                                         't\\testinc'
#                                       ],
#                  'search_lib_names' => [],
#                  'on_info' => [],
#                  'search_so_lib_names' => [],
#                  'search_bin_dirs' => [
#                                         't\\scripts'
#                                       ],
#                  'search_conf_names' => [],
#                  'on_error' => [],
#                  'search_lib_dirs' => [
#                                         't\\testlib'
#                                       ],
#                  'on_unknown' => [],
#                  'on_confirm' => [],
#                  'executable' => undef,
#                  '__unknown__' => {
#                                     'executable' => undef
#                                   },
#                  'search_inc_names' => [],
#                  'search_exe_names' => [
#                                          't\\scripts\\httpd.bat'
#                                        ],
#                  'search_conf_dirs' => [
#                                          't\\testlib'
#                                        ]

Hope that helps,
-max

Reply via email to