The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Bio::Graphics::Glyph::cross;

use strict;
use base qw(Bio::Graphics::Glyph::crossbox);

sub my_description {
    "This is identical to the crossbox glyph and is present here for ".
    "DAS compatibility.";
}


1;