NAME
App::LinkSite::Link
SYNOPSIS
(You probably want to just look at the linksite application.)
DESCRIPTION
A class to model a link on a link site (part of App::LinkSite).
METHODS
mk_link
Returns a fragment of HTML that is used to display this link on the site.
It's actually an `<li>` that wraps an `<a>`. So this method probably needs to be renamed or refactored. Maybe it should just be called `render()`.
AUTHOR
Dave Cross <dave@davecross.co.uk>
COPYRIGHT AND LICENCE
Copyright (c) 2024, Magnum Solutions Ltd. All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.