aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-25 01:16:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-25 01:16:08 +0000
commit122636308f908e877342a9ec2b361eaba2e9b637 (patch)
treef5505424b40e67773721388234acad5a810b3a78
parent4b18022b58d46e531d2859dad62f4fcf619338bf (diff)
downloadikiwiki-122636308f908e877342a9ec2b361eaba2e9b637.tar
ikiwiki-122636308f908e877342a9ec2b361eaba2e9b637.tar.gz
increase plugin interface to 1.02
-rw-r--r--IkiWiki/Plugin/skeleton.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/skeleton.pm b/IkiWiki/Plugin/skeleton.pm
index 06b184b0a..8b51b1550 100644
--- a/IkiWiki/Plugin/skeleton.pm
+++ b/IkiWiki/Plugin/skeleton.pm
@@ -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);