NAME CGI::Kwiki::PerlPkgFormatter - format Perl package names as kwiki links SYNOPSIS In the kwiki's config file: formatter_class: CGI::Kwiki::PerlPkgFormatter In the source of a kwiki page: [{CGI::Kwiki::PerlPkgFormatter}] will become a link !{CGI::Kwiki::PerlPkgFormatter} will not become a link DESCRIPTION CGI::Kwiki::PerlPkgFormatter extends CGI::Kwiki::Formatter to make it easier to create kwiki links out of Perl package names. The default kwiki markup would take the following source: * CGI::Kwiki::PerlPkgFormatter * [CGI::Kwiki::PerlPkgFormatter] * !CGI::Kwiki::PerlPkgFormatter and output the following HTML: