Bump up the VERSIONs of modules that have changed since 5.6.0,
[p5sagit/p5-mst-13.2.git] / lib / constant.pm
index ffa8791..21f4697 100644 (file)
@@ -5,7 +5,7 @@ use 5.005_64;
 use warnings::register;
 
 our($VERSION, %declared);
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 #=======================================================================