master
joey 2006-08-27 04:04:59 +00:00
parent a61d531edb
commit d0bbfeefbe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Discordian date support fnord ikiwiki. # Discordian date support fnord ikiwiki.
package IkiWiki::Plugin::ddate; package IkiWiki::Plugin::ddate;
use IkiWiki; use IkiWiki;
use IkiWiki::Render; # so we can redefine it here: use IkiWiki::Render; # so we can redefine it here
no warnings; no warnings;
sub import { #{{{ sub import { #{{{