summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 18a840f..c5f8e3c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,6 +6,7 @@ WriteMakefile(
'VERSION_FROM' => 'Ivy.pm', # finds $VERSION
'PREREQ_PM' => {
'Time::Gettimeofday' => 0.02,
+ 'IO::Socket::Multicast' => 0.25,
},
'PM' => {'Ivy.pm' => '$(INST_LIBDIR)/Ivy.pm'},
diff --git a/debian/control b/debian/control
index a7e10a3..d27b2fb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.5.6.0
Package: ivy-perl
Architecture: all
-Depends: ${perl:Depends}, perl-tk, gettimeofday-perl (>= 1.0.1)
+Depends: ${perl:Depends}, perl-tk, gettimeofday-perl (>= 1.0.1), IO-Socket-Multicast (>= 0.25)
Build-Depends: debhelper (>= 3.0.18)
Description: Perl module and documentation for using the Ivy software bus
Ivy is mostly a communication convention between processes, implemented