increment interface version
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 20:01:43 +0000 (15:01 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 7 Jan 2009 20:01:43 +0000 (15:01 -0500)
IkiWiki/Plugin/skeleton.pm.example

index 78d358cda06e07a820212bbee76954f454b09976..4d7b4e7172d745312c7433daeb797f53b29dc05b 100644 (file)
@@ -6,7 +6,7 @@ package IkiWiki::Plugin::skeleton;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 sub import {
        hook(type => "getopt", id => "skeleton",  call => \&getopt);