From 874a5f8342c65c46b81de2ea1c35eb14ec1bbcad Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Wed, 13 Apr 2011 14:05:35 -0500 Subject: [PATCH] typo --- Bio/Root/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/Root/Test.pm b/Bio/Root/Test.pm index 34591b71e..cb5c79adf 100644 --- a/Bio/Root/Test.pm +++ b/Bio/Root/Test.pm @@ -398,7 +398,7 @@ sub test_email { require Module::Build; my $build = Module::Build->current(); # this should not be settable unless the network tests work - return $build->notes('Email'); + return $build->notes('email'); } =head2 test_debug -- 2.11.4.GIT