Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-Text-WikiFormat
From: Thomas Klausner
Date: 2006-07-20 00:44:11
Message id: 20060719224411.7A1A9211CA@cvs.netbsd.org
Log Message:
Update to 0.78:
0.78
Thu Mar 30 06:13:42 UTC 2006 ($Rev: 14494 $, $Author: chromatic $)
- fixed merge_blocks() bug reported by Richard Harman
- moved developer tests to t/developer and skipped them for everyone else
- updated copyright notices
0.77
Sat Oct 29 02:54:02 UTC 2005 (Rev: 9337, Author: chromatic)
- removed MANIFEST.SKIP (hopefully fixing Test::Signature errors)
0.76
Mon Jul 25 05:58:24 UTC 2005 (Rev: 6518, Author: chromatic)
- bumped up version number
- added documentation to Text::WikiFormat::Blocks
- checked in t/pod.t
Thu Jul 14 06:45:57 UTC 2005 (Rev: 6309, Author: chromatic)
- fixed CAMELCASE linking bug reported by punkish on Perl Monks
- fixed inadvertent $title reuse in find_link_title()
Wed Jul 13 03:16:14 UTC 2005 (Rev: 6249, Author: chromatic)
- fixed a bug in list detection (find paragraphs correctly)
- removed unnecessary .t files in top-level directory (not distributed)
- removed unused functions:
- get_block()
- get_indentation()
- find_list()
- end_list()
- end_all_lists()
- added POD and POD coverage tests
- added stub documentation to Text::WikiFormat::Blocks
- modified tests to work better with Devel::Cover
0.75
Sat Jul 2 19:48:00 UTC 2005 (Rev: 5727, Author: chromatic)
- support absolute_links (Alex Vandiver and Best Practical)
- edited documentation to use better English
- added tests for a few undertested functions (t/subs.t)
- signed distribution
- added passthrough Makefile
- bumped up copyright year
Sun Apr 17 05:10:19 UTC 2005 (Rev: 5727, Author: chromatic)
- added t/embedded-links.t from Art Henry
- allowed nested embedded links (MediaWiki support)
Sun Nov 28 23:58:18 UTC 2004 (Rev: 16, Author: chromatic)
- re-set properties on Changes
- bumped up version number (also stringify it)
- added Text::WikiFormat::Blocks to MANIFEST (oops)
Sun Nov 28 23:38:20 UTC 2004 (Rev: 15, chromatic)
- added more nesting tests (Teun van Eijsden)
- fix multiple levels of nesting (Teun van Eijsden)
Sun Nov 28 08:39:37 UTC 2004 (Rev: 14, chromatic)
- moved blocks into their own classes
- added Text::WikiFormat::Blocks
- fixed up failing tests from that fallout
- simplified lots of Text::WikiFormat internals
Sat Nov 27 16:44:38 UTC 2004
- mark build_requires in Build.PL
- use Scalar::Util::reftype() for checking ref
- added missing t/links.t test (don't know where it came from)
Files: