summaryrefslogtreecommitdiff
path: root/posts/2009-05-30-catalystx-dispatcher-asgraph.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-13 09:17:02 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-13 09:17:02 -0700
commit68fe46bcaa439f607a11db1a20c7ab01bbe6af2e (patch)
treee573cb89fc7428e85e7f346d40b86fba6f099aeb /posts/2009-05-30-catalystx-dispatcher-asgraph.md
parentimage for jitterbug article. (diff)
downloadlumberjaph-68fe46bcaa439f607a11db1a20c7ab01bbe6af2e.tar.gz
more clean up.master
Diffstat (limited to '')
-rw-r--r--posts/2009-05-30-catalystx-dispatcher-asgraph.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2009-05-30-catalystx-dispatcher-asgraph.md b/posts/2009-05-30-catalystx-dispatcher-asgraph.md
index 2ee2da6..3032af3 100644
--- a/posts/2009-05-30-catalystx-dispatcher-asgraph.md
+++ b/posts/2009-05-30-catalystx-dispatcher-asgraph.md
@@ -2,6 +2,8 @@ This morning I saw [this post](http://marcus.nordaaker.com/awesome-route-graph-w
You use it like this: `perl bin/catalyst_graph_dispatcher.pl --appname Arkham --output routes.png`
+![routes](../assets/routes.webp)
+
You can create a simple script to output as text if you prefer:
``` perl
@@ -14,6 +16,4 @@ $graph->run;
print $graph->graph->as_txt;
```
-The code is on [my git server](http://git.lumberjaph.net/p5-catalystx-dispatcher-asgraph.git/) for the moment.
-
For thoses who are interested by visualization, I'll publish soon some (at least I think) really nice visualisations about CPAN, Perl, and his community, that we have created at [$work](http://rtgi.fr).