increase plugin interface to 1.02

master
joey 2007-02-25 01:16:08 +00:00
parent 4b18022b58
commit 122636308f
1 changed files with 1 additions and 1 deletions

View 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);