Graph-Regexp
view release on metacpan or search on metacpan
abstract: Create graphical flowchart from an regular expression
author: Tels <nospam-abuse@bloodgate.com>
build_requires:
Test::Differences: 0.47
Test::More: 0.42
distribution_type: module
generated_by: Module::Install version 0.64
license: gpl
name: Graph-Regexp
no_index:
directory:
- examples
- inc
- t
Makefile.PL view on Meta::CPAN
# Load the Module::Install bundled in ./inc/
use inc::Module::Install;
# Get most of the details from the primary module
all_from 'lib/Graph/Regexp.pm';
requires 'Scalar::Util' => 1.13,
'Graph::Easy' => 0.62;
build_requires 'Test::More' => 0.62,
'Test::Differences' => 0.47;
license 'gpl';
author 'Tels <nospam-abuse@bloodgate.com>';
# Do not index these
no_index directory => 'examples';
# Auto-install all dependencies from CPAN
auto_install;
( run in 1.908 second using v1.01-cache-2.11-cpan-39bf76dae61 )