-
-
06 Jun 2016 07:33:51 UTC
- Distribution: Graph-Easy
- Module version: 0.76
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (49)
- Testers (2575 / 0 / 16)
- Kwalitee
Bus factor: 1- 81.89% Coverage
- License: gpl_1
- Perl: v5.8.2
- Activity
24 month- Tools
- Download (456.23KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Scalar::Util
- strict
- vars
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Graph::Easy::Node::Empty - An empty, borderless cell in a node cluster
SYNOPSIS
my $cell = Graph::Easy::Node::Empty->new();
DESCRIPTION
A
Graph::Easy::Node::Empty
represents a borderless, empty cell in a node cluster. It is mainly used to have an object to render collapsed borders in ASCII output.You should not need to use this class directly.
SEE ALSO
AUTHOR
Copyright (C) 2004 - 2007 by Tels http://bloodgate.com.
See the LICENSE file for more details.
Module Install Instructions
To install Graph::Easy, copy and paste the appropriate command in to your terminal.
cpanm Graph::Easy
perl -MCPAN -e shell install Graph::Easy
For more information on module installation, please visit the detailed CPAN module installation guide.