diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-05 13:25:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-05 13:25:05 -0400 |
commit | acb0eb78c42a81b208f787efb571869a87279663 (patch) | |
tree | d93d8ef8249eb8799bdfaccc0893c31185fa11a4 /Bundle | |
parent | 35b69392c823a064023165d9a3ab6b7568ec1568 (diff) | |
download | ikiwiki-acb0eb78c42a81b208f787efb571869a87279663.tar ikiwiki-acb0eb78c42a81b208f787efb571869a87279663.tar.gz |
Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. Closes: #637603
Diffstat (limited to 'Bundle')
-rw-r--r-- | Bundle/IkiWiki.pm | 1 | ||||
-rw-r--r-- | Bundle/IkiWiki/Extras.pm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Bundle/IkiWiki.pm b/Bundle/IkiWiki.pm index 795fef463..a82362317 100644 --- a/Bundle/IkiWiki.pm +++ b/Bundle/IkiWiki.pm @@ -30,6 +30,7 @@ CGI Data::Dumper YAML JSON +RPC::XML =head1 AUTHOR diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm index 070305731..d01d52e5b 100644 --- a/Bundle/IkiWiki/Extras.pm +++ b/Bundle/IkiWiki/Extras.pm @@ -18,7 +18,6 @@ perl -MCPAN -e 'install Bundle::IkiWiki::Extras' Authen::Passphrase Search::Xapian -RPC::XML File::MimeInfo Locale::gettext Net::OpenID::Consumer |