Skip to content
Snippets Groups Projects
Commit 3bcf06f7 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Comment to explain what we do to interface to the XS implementations

parent 9e6e46e9
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,12 @@ package Bio::EnsEMBL::Utils::Argument;
use strict;
use warnings;
#
# Interface with some of the module function XS reimplementation
#
# If Bio::EnsEMBL::XS is installed, assign the function glob to
# the XS counterpart, otherwise assign to the original function
#
BEGIN {
if (eval { require Bio::EnsEMBL::XS; 1 }) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment