File: cross.pm

package info (click to toggle)
libbio-graphics-perl 2.40-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,276 kB
  • sloc: perl: 21,801; makefile: 14
file content (12 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
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;