- or download this
Heim@Heim-PC ~/.cpan/build/Crypt-SSLeay-0.64-4GqoXH
$ perl Makefile.PL
...
Heim@Heim-PC ~/.cpan/build/Crypt-SSLeay-0.64-4GqoXH
$
- or download this
perl Makefile.PL
make
- or download this
Heim@Heim-PC ~/.cpan/build/LWP-Protocol-https-6.03-szsMUU
$ make test
...
Failed 1/1 test programs. 2/2 subtests failed.
Makefile:783: recipe for target `test_dynamic' failed
make: *** [test_dynamic] Error 2
- or download this
$ cat apache.t
#!perl -w
...
like($res->content, qr/Apache Software Foundation/);
$res->dump(prefix => "# ");