From b022486ed4a2384b438be022532eca5deadb158e Mon Sep 17 00:00:00 2001 From: Alessandro Vullo <avullo@ebi.ac.uk> Date: Thu, 31 Oct 2013 10:03:59 +0000 Subject: [PATCH] Added comment to remind what to do --- modules/Bio/EnsEMBL/Utils/Scalar.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/Bio/EnsEMBL/Utils/Scalar.pm b/modules/Bio/EnsEMBL/Utils/Scalar.pm index f4b7922233..1a3d3dcd03 100644 --- a/modules/Bio/EnsEMBL/Utils/Scalar.pm +++ b/modules/Bio/EnsEMBL/Utils/Scalar.pm @@ -118,6 +118,9 @@ BEGIN { } else { *check_ref = \&check_ref_pp; *assert_ref = \&assert_ref_pp; + # *assert_numeric = \&assert_numeric_pp; + # *assert_integer = \&assert_integer_pp; + } *assert_numeric = \&assert_numeric_pp; -- GitLab