70 lines
No EOL
2.4 KiB
Text
70 lines
No EOL
2.4 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493706805.2819
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching HTTP::File () on cpanmetadb ...
|
|
Unpacking HTTP-File-4.0.tar.gz
|
|
--> Working on HTTP::File
|
|
Fetching http://www.cpan.org/authors/id/T/TB/TBONE/HTTP-File-4.0.tar.gz ... OK
|
|
HTTP-File-4.0/
|
|
HTTP-File-4.0/File.pm.submitted
|
|
HTTP-File-4.0/META.yml
|
|
HTTP-File-4.0/test.pl
|
|
HTTP-File-4.0/Changes
|
|
HTTP-File-4.0/File.pm
|
|
HTTP-File-4.0/GetString.pl
|
|
HTTP-File-4.0/MANIFEST
|
|
HTTP-File-4.0/savepage.html.template
|
|
HTTP-File-4.0/savepage.cgi.template
|
|
HTTP-File-4.0/File.pod
|
|
HTTP-File-4.0/Makefile.PL
|
|
HTTP-File-4.0/hidden-email
|
|
Entering HTTP-File-4.0
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring HTTP-File-4.0 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for HTTP::File
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have HTTP::Headers::UserAgent 1.00 ... Yes (3.09)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
OK
|
|
Building and testing HTTP-File-4.0 ... cp GetString.pl blib/lib/HTTP/GetString.pl
|
|
cp File.pm blib/lib/HTTP/File.pm
|
|
cp File.pod blib/lib/HTTP/File.pod
|
|
Manifying 1 pod document
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
|
|
1..2
|
|
ok 1
|
|
|
|
=========================================================================
|
|
Ok, the first thing I need to know is an absolute or relative URL to your
|
|
cgi-bin directory. For example, if cgi-scripts on your system are called
|
|
via:
|
|
|
|
http://www.superbuys.com/cgi-bin/buynow.cgi,
|
|
|
|
Then the absolute URL for your cgi-bin directory would be:
|
|
|
|
http://www.superbuys.com/cgi-bin
|
|
|
|
(note the absence of the filename --- this is not a mistake).
|
|
|
|
The relative URL for your cgi-bin directory would be /cgi-bin
|
|
|
|
(note the leading '/' --- this is not a mistake either).
|
|
|
|
Enter your cgi-bin directory URL (relative or absolute):
|
|
[/cgi-bin] |