summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2002-06-26 12:32:36 +0000
committermertz2002-06-26 12:32:36 +0000
commit0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412 (patch)
tree171bc4060314b51d115d76d4f6ca6837c2eb3007
parentdef330e524afde7b81dcc0db40f1b30c11951235 (diff)
downloadivy-perl-0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412.zip
ivy-perl-0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412.tar.gz
ivy-perl-0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412.tar.bz2
ivy-perl-0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412.tar.xz
ajout des dépendances vers IO::Socket::Multicast
-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