From 0d8313fb6c05e0ff5c6d3832699f0bcaf89f3412 Mon Sep 17 00:00:00 2001 From: mertz Date: Wed, 26 Jun 2002 12:32:36 +0000 Subject: ajout des dépendances vers IO::Socket::Multicast --- Makefile.PL | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1