diff options
author | franck cuny <franck@lumberjaph.net> | 2009-06-03 22:07:52 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2009-06-03 22:07:52 +0200 |
commit | 904aeb85f8c0fac3b2ecde02f3a75d3841fcb364 (patch) | |
tree | 0f31f672d2a984b6dd33e88c871a99ec31e12427 | |
parent | with requires in makefile it's better ... (diff) | |
download | catalystx-dispatcher-asgraph-904aeb85f8c0fac3b2ecde02f3a75d3841fcb364.tar.gz |
up version
-rw-r--r-- | lib/CatalystX/Dispatcher/AsGraph.pm | 2 |
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 { |