memory leaks on CRUD fixed
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / URI.pm
index d07adf2..1a266a7 100644 (file)
@@ -10,3 +10,35 @@ has display => ( is => 'rw' );
 __PACKAGE__->meta->make_immutable;
 
 1;
+
+__END__;
+
+
+=head1 NAME
+
+Reaction::UI::ViewPort::URI
+
+=head1 DESCRIPTION
+
+Viewport for a URI object
+
+=head1 ATTRIBUTES
+
+=head2 uri
+
+Required URI object representing the URI you wish to point to.
+
+=head2 display
+
+Optional. How this item will be displayed. Current implementations support
+a plain string or a ViewPort object for this value
+
+=head1 AUTHORS
+
+See L<Reaction::Class> for authors.
+
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
+
+=cut