Thread CGI::Application Installation
(4 answers)
Opened by MartinR at 2009-11-03 09:52
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 $ perl Makefile.PL 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |