]> sipb.mit.edu Git - ikiwiki.git/commitdiff
increase plugin interface to 1.02
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 25 Feb 2007 01:16:08 +0000 (01:16 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 25 Feb 2007 01:16:08 +0000 (01:16 +0000)
IkiWiki/Plugin/skeleton.pm

index 06b184b0a201ad66037e7c0883045b978eaf2c84..8b51b155081c20a943f2b0dc2ffb8db29441be95 100644 (file)
@@ -6,7 +6,7 @@ package IkiWiki::Plugin::skeleton;
 
 use warnings;
 use strict;
-use IkiWiki '1.00';
+use IkiWiki '1.02';
 
 sub import { #{{{
        hook(type => "getopt", id => "skeleton",  call => \&getopt);