release 0.005001 (FINALLY!)
[p5sagit/Log-Contextual.git] / lib / Log / Contextual.pm
index 77fce64..4df4f46 100644 (file)
@@ -3,7 +3,7 @@ package Log::Contextual;
 use strict;
 use warnings;
 
-our $VERSION = '0.005000_03';
+our $VERSION = '0.005001';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 my @levels = qw(debug trace warn info error fatal);