Files
gnucash/lib/Finance-Quote-1.05/Makefile.PL

12 lines
329 B
Makefile
Raw Normal View History

#!/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"
);