NAME
WWW::Fimfiction - Data from fimfiction.net
SYNOPSIS
use WWW::Fimfiction qw/story/;
my $story = story(6762);
print $story->title; # 'To Catch a Stallion'
FUNCTIONS
story
Returns a WWW::Fimfiction::Story object from a story ID. Croaks on error.
SEE ALSO
WWW::Fimfiction::Story, WWW::Fimfiction::User, WWW::Fimfiction::Chapter
AUTHOR
Cameron Thornton <cthor@cpan.org>
COPYRIGHT
Copyright (c) 2012 Cameron Thornton.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.