Skip Menu |

This queue is for tickets about the Net-Blogger CPAN distribution.

Report information
The Basics
Id: 14307
Status: new
Priority: 0/
Queue: Net-Blogger

People
Owner: Nobody in particular
Requestors: p.a.r.a.s.e.w [...] gmx.net
Cc:
AdminCc:

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



Subject: POD Example of the usage of Net::Blogger::Engine::Movabletype has a typo!
the example in the POD of Net::Blogger::Engine::Movabletype has a typo and is not working correctly! the right syntax would be my $mt = Net::Blogger::Engine::Movabletype->new(engine=>"movabletype"); as it is now: my $mt = Net::Blogger->new(engine=>"movabletype"); gives back an error: Can't locate object method "new" via package "Net::Blogger"