Danke Dir, hab ich mal versucht.
Aber ich glaub, ich komme ohne Eure Hilfe hier nicht weiter, schaut mal bitte:
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/K/KU/KULCHENKO/SOAP-Lite-0.55.tar.gz
Installing SOAP::Lite (0.55)
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\SOAP-Lite-0.5
5\Makefile.PL]...
We are about to install SOAP::Lite and for your convenience will provide
you with list of modules and prerequisites, so you'll be able to choose
only modules you need for your configuration.
XMLRPC::Lite, UDDI::Lite, and XML::Parser::Lite are included by default.
Installed transports can be used for both SOAP::Lite and XMLRPC::Lite.
Client HTTP support (SOAP::Transport::HTTP::Client) [yes]
Client HTTPS support (SOAP::Transport::HTTPS::Client, require OpenSSL) [no]
Client SMTP/sendmail support (SOAP::Transport::MAILTO::Client) [yes]
Client FTP support (SOAP::Transport::FTP::Client) [yes]
Standalone HTTP server (SOAP::Transport::HTTP::Daemon) [yes]
Apache/mod_perl server (SOAP::Transport::HTTP::Apache, require Apache) [no]
FastCGI server (SOAP::Transport::HTTP::FCGI, require FastCGI) [no]
POP3 server (SOAP::Transport::POP3::Server) [yes]
IO server (SOAP::Transport::IO::Server) [yes]
MQ transport support (SOAP::Transport::MQ) [no]
JABBER transport support (SOAP::Transport::JABBER) [no]
MIME messages [required for POP3, optional for HTTP] (SOAP::MIMEParser) [no]
SSL support for TCP transport (SOAP::Transport::TCP) [no]
Compression support for HTTP transport (SOAP::Transport::HTTP) [no]
Do you want to proceed with this configuration? [yes]
During "make test" phase we may run tests with several SOAP servers
that may take long and may fail due to server/connectivity problems.
Do you want to perform these tests in addition to core tests? [no]
Checking if your kit is complete...
Looks good
Warning: prerequisite MIME::Lite 0 not found.
Warning: prerequisite MIME::Parser 5.22 not found.
Writing Makefile for SOAP::Lite
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MIME-Lite-3.0
27\Makefile.PL]...
MIME::Lite is designed to take advantage of a variety of external modules
if they are not present then MIME::Lite will attempt to do its best
but its strongly recommend that you install them.
These modules are:
Mail::Address
MIME::Types
File::Basename
MIME::Base64
MIME::QuotedPrint
Some or all of these maybe included with your perl, neverless if you wish
I can add these modules to the prereq list which will cause the files to be
automatically installed if they arent already present
Add prereqs? [Yes]
Checking if your kit is complete...
Looks good
Warning: prerequisite Email::Date::Format 1.000 not found.
Warning: prerequisite MIME::Types 1.28 not found.
Warning: prerequisite Mail::Address 1.62 not found.
Writing Makefile for MIME::Lite
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\Email-Date-Fo
rmat-1.002\Makefile.PL]...
Checking if your kit is complete...
Looks good
Writing Makefile for Email::Date::Format
Running [C:\strawberry\c\bin\dmake.EXE test UNINST=1]...
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/basic.t ......... ok
t/pod-coverage.t .. ok
t/pod.t ........... ok
All tests successful.
Files=3, Tests=5, 2 wallclock secs ( 0.08 usr + 0.19 sys = 0.27 CPU)
Result: PASS
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MIME-Types-1.
28\Makefile.PL]...
Checking if your kit is complete...
Looks good
Writing Makefile for MIME::Types
Running [C:\strawberry\c\bin\dmake.EXE test UNINST=1]...
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/10type.t .... ok
t/11typeol.t .. ok
t/20types.t ... ok
t/30export.t .. ok
t/99pod.t ..... ok
All tests successful.
Files=5, Tests=111, 2 wallclock secs ( 0.19 usr + 0.11 sys = 0.30 CPU)
Result: PASS
==> MISSING Signature file! <==
Running [C:\strawberry\perl\bin\perl.exe C:\strawberry\perl\bin\cpanp-run-perl C:\cpanplus\5.10.1\build\MailTools-2.0
6\Makefile.PL]...
Checking if your kit is complete...
Looks good
Warning: prerequisite Date::Format 0 not found.
Warning: prerequisite Date::Parse 0 not found.
Writing Makefile for Mail
Der Befehl "gpg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[ERROR] Error verifying signature: Could not find public key with KeyID 47404be206d8c374
CPAN Terminal>
Habe alle Fragen nur mit Enter (also default) bestätigt.
Hätte ich an irgendeiner Stelle etwas ander machen sollen?
Danke Euch
10 print "Hallo"
20 goto 10