X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRuntime.pm;h=f88be461b1f89e161e19604c8ef681b4a2b6f3b3;hb=542a67cf086b9e90d16d87e6f7ef0c1d02bacf03;hp=6c680a897bca9796d81fc72c4bf16f7c5f0c92e0;hpb=2f3812528068bc1d9f7840067f0c03d36cd47e6d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 6c680a8..f88be46 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,9 +7,9 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.7099_03'; +our $VERSION='5.8000_06'; -$VERSION= eval $VERSION; +$VERSION = eval $VERSION; =head1 NAME