You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/Finance-Quote-1.05/Makefile.PL

12 lines
329 B

#!/usr/bin/perl -w
use strict;
use ExtUtils::MakeMaker;
WriteMakefile( NAME => "Finance::Quote",
PREREQ_PM => { "LWP::UserAgent" => 0,
"HTTP::Request::Common" => 0,
"HTML::TableExtract" => 0},
VERSION_FROM => "lib/Finance/Quote.pm"
);