Source: libirc-formatting-html-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group
Uploaders: Dave Walker (Daviey)
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhtml-parser-perl, perl
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libirc-formatting-html-perl
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libirc-formatting-html-perl.git
Homepage: http://search.cpan.org/dist/IRC-Formatting-HTML/
Package: libirc-formatting-html-perl
Architecture: all
Depends: libhtml-parser-perl, ${misc:Depends}, ${perl:Depends}
Description: Perl module for converting between HTML and IRC formatting
IRC::Formatting::HTML provides two functions:
- irc_to_html, takes an irc formatted string and
returns the HTML version. Also takes an option to
treat inverted text as italic.
- html_to_irc, which takes an HTML string and returns
an irc formatted string.