Allow testing of DBM_Filter with any *DBM_File
[p5sagit/p5-mst-13.2.git] / lib / AutoLoader.pm
index e33a4be..28be69f 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
     $is_epoc = $^O eq 'epoc';
     $is_vms = $^O eq 'VMS';
     $is_macos = $^O eq 'MacOS';
-    $VERSION = '5.62';
+    $VERSION = '5.63';
 }
 
 AUTOLOAD {