]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/skeleton.pm
* Wrap entire technortati ping operation in an eval to catch all possible
[ikiwiki.git] / IkiWiki / Plugin / skeleton.pm
index 3e1e5700b7e84734805639de744c764cebac226a..acac16c1a36bf97407558df6278f3cd6a77ce8e5 100644 (file)
@@ -6,7 +6,7 @@ package IkiWiki::Plugin::skeleton;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki '1.00';
 
 sub import { #{{{
        hook(type => "getopt", id => "skeleton",  call => \&getopt);