diff options
-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, |