Subject: | Can't locate object method "readSource" |
Date: | Fri, 02 Dec 2011 14:37:01 -0600 |
To: | bug-EBook-Generator [...] rt.cpan.org |
From: | "KenHardy [...] hazyhills.com" <KenHardy [...] hazyhills.com> |
Executing this example direct from the POD documentation:
use EBook::Generator;
my $g = EBook::Generator->new();
my $ebook = $g->readSource("http://www.google.com", fontSize => 12, grayImages => 1);
$ebook->writeEBook("./Google.pdf");
results in this error:
Can't locate object method "readSource" via package "EBook::Generator" at sample.pl line 3.
EBook::Generator 0.1 installed w/ cpan shell with Perl 5.10.1 on Kubuntu 10.4