Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit by JoshTriplett: Turn a bare URL into a link.
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
camelcase.pm
diff --git
a/IkiWiki/Plugin/camelcase.pm
b/IkiWiki/Plugin/camelcase.pm
index 68d399d77698bb5be52ba48cd3ddaab21bb5b964..0bb35b6e26249294fb7d3aa57c38b17a59663e69 100644
(file)
--- a/
IkiWiki/Plugin/camelcase.pm
+++ b/
IkiWiki/Plugin/camelcase.pm
@@
-2,11
+2,12
@@
# CamelCase links
package IkiWiki::Plugin::camelcase;
# CamelCase links
package IkiWiki::Plugin::camelcase;
+use IkiWiki;
use warnings;
use strict;
sub import { #{{{
use warnings;
use strict;
sub import { #{{{
-
IkiWiki::
hook(type => "filter", id => "camelcase", call => \&filter);
+ hook(type => "filter", id => "camelcase", call => \&filter);
} # }}}
sub filter (@) { #{{{
} # }}}
sub filter (@) { #{{{