Skip Menu |

This queue is for tickets about the EBook-Generator CPAN distribution.

Report information
The Basics
Id: 72897
Status: new
Priority: 0/
Queue: EBook-Generator

People
Owner: Nobody in particular
Requestors: KenHardy [...] hazyhills.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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