Leser: 2
|< 1 2 >| | 13 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Running install for module Data::Validate
Running make for S/SO/SONNEN/Data-Validate-0.05.tar.gz
Is already unwrapped into directory /home/xxx/.cpan/build/Data-Validate-0.05
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/is_alphanumeric......ok
t/is_between...........FAILED test 2
Failed 1/8 tests, 87.50% okay
t/is_equal_to..........ok
t/is_even..............ok
t/is_greater_than......FAILED test 2
Failed 1/6 tests, 83.33% okay
t/is_hex...............ok
t/is_integer...........ok
t/is_less_than.........FAILED test 2
Failed 1/6 tests, 83.33% okay
t/is_numeric...........FAILED test 3
Failed 1/7 tests, 85.71% okay
t/is_oct...............ok
t/is_odd...............ok
t/is_printable.........ok
t/length_is_between....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/is_between.t 8 1 12.50% 2
t/is_greater_than.t 6 1 16.67% 2
t/is_less_than.t 6 1 16.67% 2
t/is_numeric.t 7 1 14.29% 3
Failed 4/13 test scripts, 69.23% okay. 4/102 subtests failed, 96.08% okay.
make: *** [test_dynamic] Fehler 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
SONNEN/Data-Validate-0.05.tar.gz : make_test NO
Checking if your kit is complete...
Looks good
Writing Makefile for Data::Validate
CPAN: YAML loaded ok
cp Validate.pm blib/lib/Data/Validate.pm
AutoSplitting blib/lib/Data/Validate.pm (blib/lib/auto/Data/Validate)
Manifying blib/man3/Data::Validate.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/is_alphanumeric......ok
t/is_between...........FAILED test 2
Failed 1/8 tests, 87.50% okay
t/is_equal_to..........ok
t/is_even..............ok
t/is_greater_than......FAILED test 2
Failed 1/6 tests, 83.33% okay
t/is_hex...............ok
t/is_integer...........ok
t/is_less_than.........FAILED test 2
Failed 1/6 tests, 83.33% okay
t/is_numeric...........FAILED test 3
Failed 1/7 tests, 85.71% okay
t/is_oct...............ok
t/is_odd...............ok
t/is_printable.........ok
t/length_is_between....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/is_between.t 8 1 12.50% 2
t/is_greater_than.t 6 1 16.67% 2
t/is_less_than.t 6 1 16.67% 2
t/is_numeric.t 7 1 14.29% 3
Failed 4/13 test scripts, 69.23% okay. 4/102 subtests failed, 96.08% okay.
make: *** [test_dynamic] Fehler 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
SONNEN/Data-Validate-0.05.tar.gz : make_test NO
[Thu May 18 11:28:04 2006] [error] Can't locate Data/Validate/Email.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/apache-perl/ /etc/apache-perl/lib/perl) at /var/www/perl/newsletter.cgi line 7.\nBEGIN failed--compilation aborted at /var/www/perl/newsletter.cgi line 7.\n
use Data::validate::email;
1
2
xxx@xxx:~$ ls -la /usr/local/lib/perl5/site_perl/5.8.8/Data/Validate/Email.pm
-r--r--r-- 1 root root 7046 2005-07-08 17:11 /usr/local/lib/perl5/site_perl/5.8.8/Data/Validate/Email.pm
1
2
3
root@kungfoo:~# ls -la /usr/local/bin/perl; ls -la /usr/bin/perl
-rwxr-xr-x 2 root root 1021898 2006-05-13 23:27 /usr/local/bin/perl
-rwxr-xr-x 2 root root 1061656 2005-12-12 15:10 /usr/bin/perl
#! /usr/bin/perl
#! /usr/local/bin/perl
|< 1 2 >| | 13 Einträge, 2 Seiten |