A swath of VERSION patches from Nicholas Clark.
[p5sagit/p5-mst-13.2.git] / lib / Tie / Array.pm
index 53c1ba7..af8f51e 100644 (file)
@@ -3,7 +3,7 @@ package Tie::Array;
 use 5.006_001;
 use strict;
 use Carp;
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 # Pod documentation after __END__ below.