Skip to content

Instantly share code, notes, and snippets.

View inotnako's full-sized avatar

Anton Konovalov inotnako

View GitHub Profile
@miyagawa
miyagawa / carton-graph.pl
Created August 8, 2013 02:47
Generate D3 dependency graph with Carton. Copied from Startopan Demo https://dl.dropboxusercontent.com/u/135035/carton-graph.html
#!/usr/bin/perl
use strict;
use Carton::Environment;
use Carton::Tree;
use Path::Tiny;
my $env = Carton::Environment->build;
$env->snapshot->load;
$env->cpanfile->load;