Graph-Writer-DSM
view release on metacpan or search on metacpan
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Graph-Writer-DSM
requires:
Chart::Gnuplot: '0'
File::Temp: '0'
Graph::Writer: '0'
List::MoreUtils: '0'
Modern::Perl: '0'
Mojo::Template: '0'
base: '0'
version: '0.008'
x_serialization_backend: 'YAML::Tiny version 1.70'
Makefile.PL view on Meta::CPAN
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Graph-Writer-DSM",
"LICENSE" => "perl",
"NAME" => "Graph::Writer::DSM",
"PREREQ_PM" => {
"Chart::Gnuplot" => 0,
"File::Temp" => 0,
"Graph::Writer" => 0,
"List::MoreUtils" => 0,
"Modern::Perl" => 0,
"Mojo::Template" => 0,
"base" => 0
},
"TEST_REQUIRES" => {
"Alien::Gnuplot" => 0,
"File::Path" => 0,
"Graph" => 0,
"Module::Install::Can" => 0,
"Test::Class" => 0,
"Test::File" => 0,
Makefile.PL view on Meta::CPAN
my %FallbackPrereqs = (
"Alien::Gnuplot" => 0,
"Chart::Gnuplot" => 0,
"File::Path" => 0,
"File::Temp" => 0,
"Graph" => 0,
"Graph::Writer" => 0,
"List::MoreUtils" => 0,
"Modern::Perl" => 0,
"Module::Install::Can" => 0,
"Mojo::Template" => 0,
"Test::Class" => 0,
"Test::File" => 0,
"Test::Most" => 0,
"Test::TempDir::Tiny" => 0,
"base" => 0,
"parent" => 0
);
lib/Graph/Writer/DSM.pm view on Meta::CPAN
package Graph::Writer::DSM;
$Graph::Writer::DSM::VERSION = '0.008';
use Modern::Perl;
use base qw( Graph::Writer );
use List::MoreUtils qw( uniq first_index apply );
use Chart::Gnuplot;
use File::Temp;
=head1 NAME
Graph::Writer::DSM - draw graph as a DSM matrix
=head1 VERSION
lib/Graph/Writer/DSM/HTML.pm view on Meta::CPAN
package Graph::Writer::DSM::HTML;
$Graph::Writer::DSM::HTML::VERSION = '0.008';
use Modern::Perl;
use base qw( Graph::Writer );
use Mojo::Template;
local $/ = undef;
our $TEMPLATE = <DATA>;
=head1 NAME
Graph::Writer::DSM::HTML - draw graph as a DSM matrix in HTML format
( run in 0.248 second using v1.01-cache-2.11-cpan-4d50c553e7e )