+ikiwiki (3.20110123) UNRELEASED; urgency=low
+
+ * Adapt autoindex test suite to work with old Test::More.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 22 Jan 2011 11:00:37 -0400
+
ikiwiki (3.20110122) unstable; urgency=medium
* inline: Pass feed titles to templates and add title and rel attributes
use warnings;
use strict;
-use Test::More;
+use Test::More tests => 17;
BEGIN { use_ok("IkiWiki"); }
BEGIN { use_ok("IkiWiki::Render"); }
ok(! exists $wikistate{autoindex}{deleted}{tags});
ok(-s "t/tmp/tags.mdwn");
-done_testing();
1;