package Embedix::ECD::Node; use strict; use vars qw(@ISA); @ISA = qw(Embedix::ECD::Node); 1; __END__ =head1 NAME Embedix::ECD::Root - a class for root nodes =head1 SYNOPSIS instantiation $ecd = Embedix::ECD::Root->new(name => 'ecd'); =head1 REQUIRES =over 4 =item Embedix::ECD::Node to inherit from =back =head1 DESCRIPTION a brief summary of the module written with users in mind. =head1 METHODS methods =head1 CLASS VARIABLES cvars =head1 DIAGNOSTICS error messages =head1 COPYRIGHT Copyright (c) 2000 John BEPPU. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 AUTHOR John BEPPU =head1 SEE ALSO =over 4 =item related perl modules =item the latest version =back =cut