make AnyEvent::I3 dependency versioned (Thanks sur5r)

This commit is contained in:
Michael Stapelberg
2014-08-05 11:49:16 +02:00
parent cc09348414
commit 1ee6bf1077
2 changed files with 4 additions and 4 deletions

View File

@ -37,6 +37,6 @@
i3-migrate-config-to-v4 and i3-dmenu-desktop are implemented in Perl, but have
no dependencies besides Perl 5.10.
i3-save-tree is also implemented in Perl and needs AnyEvent::I3 and JSON::XS.
While i3-save-tree is not required for running i3 itself, it is strongly
recommended to provide it in distribution packages.
i3-save-tree is also implemented in Perl and needs AnyEvent::I3 (>= 0.12) and
JSON::XS. While i3-save-tree is not required for running i3 itself, it is
strongly recommended to provide it in distribution packages.