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"