- Updating package for p5 module Text::WikiCreole from 0.05nb2 to 0.07
- Setting gnu-gpl-v2 as license
- removing patch to add creole_link creole_barelink (applied upstream)
Upstream changes:
0.07 10/5/2008
Bug fix: Italics around links rendered incorrectly
0.06 10/5/2008
Bug fix: & not converted to & where appropriate
Feature addition: creole_barelink() and creole_custombarelinks()
functions for customized handling of http://google.com style links
courtesy of Bernd Zeimetz
Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org. It reads Creole
1.0 markup and returns XHTML.
In addition to the official Creole 1.0 markup elements, it also
supports several extensions, such as plugins, superscript, subscript,
underline, definition lists, indented paragraphs, plugins, etc.