2 # BioPerl module for Bio::Taxonomy::Node
4 # Please direct questions and support issues to <bioperl-l@bioperl.org>
6 # Cared for by Jason Stajich <jason-at-bioperl-dot-org>
8 # Copyright Jason Stajich
10 # You may distribute this module under the same terms as perl itself
12 # POD documentation - main docs before the code
16 Bio::Taxonomy::Node - A node in a represented taxonomy
21 # This module has been renamed Bio::Taxon - use that instead
25 This module has been renamed Bio::Taxon - use that instead.
31 User feedback is an integral part of the evolution of this and other
32 Bioperl modules. Send your comments and suggestions preferably to
33 the Bioperl mailing list. Your participation is much appreciated.
35 bioperl-l@bioperl.org - General discussion
36 http://bioperl.org/wiki/Mailing_lists - About the mailing lists
40 Please direct usage questions or support issues to the mailing list:
42 I<bioperl-l@bioperl.org>
44 rather than to the module maintainer directly. Many experienced and
45 reponsive experts will be able look at the problem and quickly
46 address it. Please include a thorough description of the problem
47 with code and data examples if at all possible.
51 Report bugs to the Bioperl bug tracking system to help us keep track
52 of the bugs and their resolution. Bug reports can be submitted via
55 https://github.com/bioperl/bioperl-live/issues
57 =head1 AUTHOR - Jason Stajich
59 Email jason-at-bioperl-dot-org
63 Juguang Xiao, juguang@tll.org.sg
64 Gabriel Valiente, valiente@lsi.upc.edu
65 Sendu Bala, bix@sendu.me.uk
69 The rest of the documentation details each of the object methods.
70 Internal methods are usually preceded with a _
74 package Bio
::Taxonomy
::Node
;
78 use base
qw(Bio::Taxon);
81 my ($class, @args) = @_;
82 my $self = $class->SUPER::new
(@args);
83 $self->warn("This module has been renamed Bio::Taxon - use that instead");