diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-04-30 01:21:12 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-04-30 01:21:12 +0200 |
commit | 8cab762c78c8070b7e945d50f69ca79cc903505f (patch) | |
tree | 9be1e1e265cd7355b86e3ad1eeac090857cf510d | |
parent | c1ae7a4b37d7b4e6e15c00ae930016905324169a (diff) | |
download | genpkg-8cab762c78c8070b7e945d50f69ca79cc903505f.tar.gz genpkg-8cab762c78c8070b7e945d50f69ca79cc903505f.tar.xz |
Fix typo in mods/perl-anyevent.
-rw-r--r-- | mods/perl-anyevent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mods/perl-anyevent b/mods/perl-anyevent index 17722c3..efbd871 100644 --- a/mods/perl-anyevent +++ b/mods/perl-anyevent @@ -1,4 +1,4 @@ optdepends add("perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle") optdepends add("perl-json-xs: send or receive JSON with AnyEvent::Handle") -depends add("perl-ev>=4.00") add("depends perl-guard>=1.02") add("perl-async-interrupt>=1.0") +depends add("perl-ev>=4.00") add("perl-guard>=1.02") add("perl-async-interrupt>=1.0") epoch add("2") |