Thread CGI::Application Installation (4 answers)
Opened by MartinR at 2009-11-03 09:52

pq
 2009-11-03 10:19
#127678 #127678
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
machst du das von hand?
benutze am besten CPAN; wenn das modul Build.PL benutzt, wird CPAN auch das aufrufen statt make (obwohl ein modul natürlich immer auch mit der make-variante installierbar sein sollte).

bei mir funktioniert ein make übrigens, ausgabe:
Code: (dl )
1
2
3
4
5
6
7
8
9
$ perl Makefile.PL 
Checking if your kit is complete...
Looks good
Writing Makefile for CGI::Application
$ make
cp lib/CGI/Application/Mailform.pm blib/lib/CGI/Application/Mailform.pm
cp lib/CGI/Application.pm blib/lib/CGI/Application.pm
Manifying blib/man3/CGI::Application::Mailform.3pm
Manifying blib/man3/CGI::Application.3pm

stellt sich die frage:
welche versionen von ExtUtils::MakeMaker und Module::Build hast du?
ich hab 6.42 und 0.280801
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread CGI::Application Installation