NAME
RDF::MicroTurtle::Context::StatusNet - contextual hints for parsing MicroTurtle in StatusNet RSS feeds
VERSION
0.001
SYNOPSIS
use RDF::MicroTurtle::Feed;
use RDF::MicroTurtle::Context::StatusNet;
my $feed = RDF::MicroTurtle::Feed->new_from_url(
'http://identi.ca/tag/mttl/rss',
'RDF::MicroTurtle::Context::StatusNet');
my $data = $feed->model;
BUGS
Please report any bugs to http://rt.cpan.org/.
SEE ALSO
http://buzzword.org.uk/2009/microturtle/spec, http://status.net/, http://identi.ca/.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
Copyright (C) 2009-2010 by Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available.