summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-06-03 22:07:52 +0200
committerfranck cuny <franck@lumberjaph.net>2009-06-03 22:07:52 +0200
commit904aeb85f8c0fac3b2ecde02f3a75d3841fcb364 (patch)
tree0f31f672d2a984b6dd33e88c871a99ec31e12427
parentwith requires in makefile it's better ... (diff)
downloadcatalystx-dispatcher-asgraph-904aeb85f8c0fac3b2ecde02f3a75d3841fcb364.tar.gz
up version
-rw-r--r--lib/CatalystX/Dispatcher/AsGraph.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CatalystX/Dispatcher/AsGraph.pm b/lib/CatalystX/Dispatcher/AsGraph.pm
index c86a8c6..9f6bfd5 100644
--- a/lib/CatalystX/Dispatcher/AsGraph.pm
+++ b/lib/CatalystX/Dispatcher/AsGraph.pm
@@ -2,7 +2,7 @@ use MooseX::Declare;
 use Graph::Easy;
 use UNIVERSAL::require;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 class CatalystX::Dispatcher::AsGraph {