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.

AUTHOR

Cameron Thornton <cthor@cpan.org>

COPYRIGHT

Copyright 2012 Cameron Thornton.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.