projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b495779
)
increment interface version
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 7 Jan 2009 20:01:43 +0000
(15:01 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 7 Jan 2009 20:01:43 +0000
(15:01 -0500)
IkiWiki/Plugin/skeleton.pm.example
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/skeleton.pm.example
b/IkiWiki/Plugin/skeleton.pm.example
index 78d358cda06e07a820212bbee76954f454b09976..4d7b4e7172d745312c7433daeb797f53b29dc05b 100644
(file)
--- a/
IkiWiki/Plugin/skeleton.pm.example
+++ b/
IkiWiki/Plugin/skeleton.pm.example
@@
-6,7
+6,7
@@
package IkiWiki::Plugin::skeleton;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
sub import {
hook(type => "getopt", id => "skeleton", call => \&getopt);