package HTML::Widget::Constraint::Maybe;
use warnings;
use strict;
use base 'HTML::Widget::Constraint';
=head1 NAME
HTML::Widget::Constraint::Maybe - Deprecated
=head1 DESCRIPTION
Deprecated - does nothing.
=head1 AUTHOR
Sebastian Riedel, C
=head1 LICENSE
This library is free software, you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut
1;