The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::IPerl::Display::Role::WebImage - A role for image objects that is used to generate HTML with parameters such as geometry.

VERSION

version 0.010

SYNOPSIS

    my $web_image = Displayable::With::WebImage->new(
        data => "...",
        width => '100px',
        height => '200px' );

DESCRIPTION

This role returns an HTML representation that takes into account the height and width.

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Zakariyya Mughal.

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