Make it works with RT >= 4.2.0
[manu/RT-Extension-SearchResults-ODS.git] / inc / Module / Install / Fetch.pm
index ec1f106..bee0c4f 100644 (file)
@@ -6,7 +6,7 @@ use Module::Install::Base ();
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-       $VERSION = '1.00';
+       $VERSION = '1.06';
        @ISA     = 'Module::Install::Base';
        $ISCORE  = 1;
 }