diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-16 14:32:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-16 14:34:44 -0400 |
commit | d82fa99426616f9cbedf43f03a3445e1b09287f6 (patch) | |
tree | cc3dda38fd57834f0e65b1956e73f35d5ee1ac96 | |
parent | 3140df53458b707f02088692ef7c381a528f016b (diff) | |
download | ikiwiki-d82fa99426616f9cbedf43f03a3445e1b09287f6.tar ikiwiki-d82fa99426616f9cbedf43f03a3445e1b09287f6.tar.gz |
add JSON dep
-rw-r--r-- | Bundle/IkiWiki.pm | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
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, |