diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-03 12:28:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-03 12:28:24 -0400 |
commit | 1d27e8c11155cbf7d12bf16235a46ddcc58e0b76 (patch) | |
tree | 60324a03e32e71826c1abeb2a8e6ca37c8fbeb47 | |
parent | 77344163edef5e20f652c82c634e3aeac61d970a (diff) | |
download | ikiwiki-1d27e8c11155cbf7d12bf16235a46ddcc58e0b76.tar ikiwiki-1d27e8c11155cbf7d12bf16235a46ddcc58e0b76.tar.gz |
add XML::Writer suggestion for osm plugin
-rw-r--r-- | Bundle/IkiWiki/Extras.pm | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm index d01d52e5b..0a7cd3ae3 100644 --- a/Bundle/IkiWiki/Extras.pm +++ b/Bundle/IkiWiki/Extras.pm @@ -35,6 +35,7 @@ HTML::Tree Sort::Naturally Gravatar::URL Net::INET6Glue +XML::Writer =head1 AUTHOR diff --git a/debian/control b/debian/control index 9403dfb44..54cbd0f7b 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, libsparkline-php, texlive, dvipng, libtext-wikicreole-perl, libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, po4a (>= 0.35-1), gettext, libnet-inet6glue-perl, - libtext-multimarkdown-perl + libtext-multimarkdown-perl, libxml-writer-perl Conflicts: ikiwiki-plugin-table Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table |