From ccf3d873b3433c1b27633a824292f688b3531149 Mon Sep 17 00:00:00 2001
From: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
Date: Sun, 19 Apr 2009 07:30:35 +0000
Subject: [PATCH] changement adresse e-mail

git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@434 cf695345-040a-0410-a956-b889e835fe2e
---
 ALTree/Utils.pm             | 2 +-
 CUtils/Makefile.PL          | 2 +-
 CUtils/lib/ALTree/CUtils.pm | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ALTree/Utils.pm b/ALTree/Utils.pm
index 185d16e..ddaa5a7 100644
--- a/ALTree/Utils.pm
+++ b/ALTree/Utils.pm
@@ -42,7 +42,7 @@ sub internal_error
 
     die("Internal error: $msg\n".
 	"Please, report this bug (with all is needed to reproduce it) to:\n".
-	"bardel\@vjf.inserm.fr\n");
+	"Claire.Bardel\@univ-lyon1.fr\n");
 }
 
 1;
diff --git a/CUtils/Makefile.PL b/CUtils/Makefile.PL
index 1933dda..1d3325e 100644
--- a/CUtils/Makefile.PL
+++ b/CUtils/Makefile.PL
@@ -8,7 +8,7 @@ WriteMakefile(
     PREREQ_PM         => {}, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/ALTree/CUtils.pm', # retrieve abstract from module
-       AUTHOR         => 'Claire Bardel <bardel@vjf.inserm.fr>') : ()),
+       AUTHOR         => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()),
     LIBS              => ['-lm '], # e.g., '-lm'
     DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
     INC               => '-I.', # e.g., '-I. -I/usr/include/other'
diff --git a/CUtils/lib/ALTree/CUtils.pm b/CUtils/lib/ALTree/CUtils.pm
index c99756a..2dc300b 100644
--- a/CUtils/lib/ALTree/CUtils.pm
+++ b/CUtils/lib/ALTree/CUtils.pm
@@ -115,7 +115,7 @@ If you have a web site set up for your module, mention it here.
 
 =head1 AUTHOR
 
-Claire Bardel, E<lt>bardel@vjf.inserm.frE<gt>
+Claire Bardel, E<lt>Claire.Bardel@univ-lyon1.frE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-- 
GitLab