summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/googlecalendar.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:38:25 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:38:25 +0000
commit9f45c3080e893174751b9a4b7fe3e59da611a2ec (patch)
treef189927374d2c4991f0226ddf70b5a32a82ed5a5 /IkiWiki/Plugin/googlecalendar.pm
parent48e004acb1cd8d09dfa52377bd48edaee293bc9f (diff)
* Fix a forkbomb in various calls to IPC::Open2, which has a highly
braindead interface. Closes: #389383
Diffstat (limited to 'IkiWiki/Plugin/googlecalendar.pm')
-rw-r--r--IkiWiki/Plugin/googlecalendar.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/googlecalendar.pm b/IkiWiki/Plugin/googlecalendar.pm
index c6abeb717..dc0df0ad3 100644
--- a/IkiWiki/Plugin/googlecalendar.pm
+++ b/IkiWiki/Plugin/googlecalendar.pm
@@ -4,7 +4,6 @@ package IkiWiki::Plugin::googlecalendar;
use warnings;
use strict;
use IkiWiki;
-use IPC::Open2;
sub import { #{{{
hook(type => "preprocess", id => "googlecalendar",