Files
gnucash/lib/Finance-Quote-1.05/Makefile.PL
Dave Peticolas f387ae896c Ben Stanley's patch updating the version of Finance::Quote in lib/.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3851 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-29 07:43:37 +00:00

12 lines
329 B
Perl

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