diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-25 01:16:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-25 01:16:08 +0000 |
commit | 122636308f908e877342a9ec2b361eaba2e9b637 (patch) | |
tree | f5505424b40e67773721388234acad5a810b3a78 /IkiWiki/Plugin | |
parent | 4b18022b58d46e531d2859dad62f4fcf619338bf (diff) |
increase plugin interface to 1.02
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/skeleton.pm | 2 |
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); |