HTML::Widget::Constraint::Maybe - Deprecated


HTML-Widget documentation Contained in the HTML-Widget distribution.

Index


Code Index:

NAME

Top

HTML::Widget::Constraint::Maybe - Deprecated

DESCRIPTION

Top

Deprecated - does nothing.

AUTHOR

Top

Sebastian Riedel, sri@oook.de

LICENSE

Top

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


HTML-Widget documentation Contained in the HTML-Widget distribution.

package HTML::Widget::Constraint::Maybe;

use warnings;
use strict;
use base 'HTML::Widget::Constraint';

1;