From: joey Date: Sun, 25 Feb 2007 01:16:08 +0000 (+0000) Subject: increase plugin interface to 1.02 X-Git-Tag: 1.44~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=122636308f908e877342a9ec2b361eaba2e9b637;p=ikiwiki.git 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);