]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/camelcase.pm
* pagespec_match() has changed to take named parameters, to better allow
[ikiwiki.git] / IkiWiki / Plugin / camelcase.pm
index 0bb35b6e26249294fb7d3aa57c38b17a59663e69..29d22b0dd3826ee1c4651af6447fa39970097648 100644 (file)
@@ -2,9 +2,9 @@
 # CamelCase links
 package IkiWiki::Plugin::camelcase;
 
-use IkiWiki;
 use warnings;
 use strict;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "filter", id => "camelcase", call => \&filter);