summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-05-30 11:46:49 +0200
committerfranck cuny <franck@lumberjaph.net>2009-05-30 11:46:49 +0200
commitf550553fc3fc934d9d60aaa553821ff914bf805f (patch)
tree5642df59a79f38ba1a44301456aecd4f4f035c7a /lib
parentadd tests (diff)
downloadcatalystx-dispatcher-asgraph-f550553fc3fc934d9d60aaa553821ff914bf805f.tar.gz
add version
Diffstat (limited to '')
-rw-r--r--lib/CatalystX/Dispatcher/AsGraph.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CatalystX/Dispatcher/AsGraph.pm b/lib/CatalystX/Dispatcher/AsGraph.pm
index 695d8ca..6366178 100644
--- a/lib/CatalystX/Dispatcher/AsGraph.pm
+++ b/lib/CatalystX/Dispatcher/AsGraph.pm
@@ -2,6 +2,8 @@ use MooseX::Declare;
 use Graph::Easy;
 use UNIVERSAL::require;
 
+our $VERSION = '0.1';
+
 class CatalystX::Dispatcher::AsGraph {
 
     with 'MooseX::Getopt';