The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2005-02-25  Steffen Schwigon  <schwigon@cpan.org>

	* 0.07

	* POD fixes

	* Complete example script that migrates a VQWiki to TWiki

2005-02-24  Steffen Schwigon  <schwigon@cpan.org>

	* 0.06

	* verbose mode in TWikiClient and VQWikiClient

	* Bugfixes in VQWiki2TWiki converter

	* Bugfixes in TWikiClient and VQWikiClient

	* VQWiki2TWiki: quote html within =code=

	* VQWiki2TWiki: enforce a space after =code=

	* VQWiki2TWiki: Capitalize topics and explicite links

	* VQWiki2TWiki: Fixed linebreaks (@@ / %BR%) in tables

	* VQWiki2TWiki: verbatim with less newlines

	* VQWiki2TWiki: more non-greedy regexes

	* VQWiki2TWiki: fixed nonworking centering

2005-02-24  Steffen Schwigon  <schwigon@cpan.org>

	* 0.05

	* VQWikiClient

2005-02-21  Steffen Schwigon  <schwigon@cpan.org>

	* 0.04

	* Renamed converter class to more fit what it is.

	* More testing

	* Module dependencies

2005-02-20  Steffen Schwigon  <schwigon@cpan.org>

	* 0.03

	* Converter from foreign wiki syntax (VQWiki) to TWiki syntax. I
	didn't want to add yet another trivial wiki module into CPAN
	universe. Maybe later, if it's less trivial, I make it an own
	module or integrate it into an existing CPAN wiki module
	(which one? they all look incomplete. Convert::Wiki? Wiki::Gateway?).
	 

2005-01-15  Steffen Schwigon  <schwigon@cpan.org>

	* 0.02

	* bugfixes in pod documentation

2005-01-06  Steffen Schwigon  <schwigon@cpan.org>

	* initial version 0.01

	* an empty Module::Build based framework for exemplarily usage