NAME
HTML::WidgetValidator::Widget::PixivEmbedFeature - Perl extension for validate "pixiv Embed"
SYNOPSIS
my
$validator
= HTML::WidgetValidator->new(
widgets
=> [
'PixivEmbedFeature'
]);
my
$result
=
$validator
->validate(
$html
);
$result
->code;
DESCRIPTION
Validate "pixiv Embed".
SEE ALSO
HTML::WidgetValidator, http://www.pixiv.net/
AUTHOR
pmint, <pmint@cpan.org>
LICENSE
Copyright (C) 2008 pmint Some Rights Reserved.
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.