From d82fa99426616f9cbedf43f03a3445e1b09287f6 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Thu, 16 Jun 2011 14:32:56 -0400
Subject: [PATCH] add JSON dep

---
 Bundle/IkiWiki.pm | 1 +
 debian/control    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Bundle/IkiWiki.pm b/Bundle/IkiWiki.pm
index 532006baf..795fef463 100644
--- a/Bundle/IkiWiki.pm
+++ b/Bundle/IkiWiki.pm
@@ -29,6 +29,7 @@ Mail::Sendmail
 CGI
 Data::Dumper
 YAML
+JSON
 
 =head1 AUTHOR
 
diff --git a/debian/control b/debian/control
index cc23826db..b01c88ae3 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, 
   libtext-markdown-perl | markdown,
   libhtml-scrubber-perl, libhtml-template-perl,
-  libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-perl
+  libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-perl, libjson-perl
 Recommends: gcc | c-compiler, 
   libc6-dev | libc-dev,
   subversion | git-core (>= 1:1.5.0) | git (>= 1:1.7) | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs,
-- 
2.39.5