From: joey Date: Sun, 25 Feb 2007 01:16:08 +0000 (+0000) Subject: increase plugin interface to 1.02 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/122636308f908e877342a9ec2b361eaba2e9b637 increase plugin interface to 1.02 --- 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);