| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | Source: libirc-formatting-html-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dave Walker (Daviey) <DaveWalker@ubuntu.com>
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.
 |