From 2d2a43f200b88627253f2906fbae87cef7c1e8ce Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 4 Aug 2016 11:12:37 -0700 Subject: Mass convert all posts from markdown to org. --- posts/2009-05-30-catalystx-dispatcher-asgraph.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 posts/2009-05-30-catalystx-dispatcher-asgraph.md (limited to 'posts/2009-05-30-catalystx-dispatcher-asgraph.md') diff --git a/posts/2009-05-30-catalystx-dispatcher-asgraph.md b/posts/2009-05-30-catalystx-dispatcher-asgraph.md deleted file mode 100644 index c11fa2c..0000000 --- a/posts/2009-05-30-catalystx-dispatcher-asgraph.md +++ /dev/null @@ -1,21 +0,0 @@ -This morning I saw [this post](http://marcus.nordaaker.com/awesome-route-graph-with-mojoxroutesasgraph/) from Marcus Ramberg about [MojoX::Routes::AsGraph](http://search.cpan.org/perldoc?MojoX::Routes::AsGraph). I liked the idea. But as I Catalyst instead of Mojo, I thought I could give a try and do the same thing for Catalyst dispatcher, and I've coded CatalystX::Dispatcher::AsGraph. For the moment only private actions are graphed. - -routes - -You use it like this: `perl bin/catalyst_graph_dispatcher.pl --appname Arkham --output routes.png` - -You can create a simple script to output as text if you prefer: - -```perl -#!/usr/bin/perl -w -use strict; -use CatalystX::Dispatcher::AsGraph; - -my $graph = CatalystX::Dispatcher::AsGraph->new_with_options(); -$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). -- cgit v1.2.3