X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.inc%2F29_handle_version.pl;h=14d824ee35998c51b1bce98384cb383ec01b059b;hb=0488c7e1294791e01dc75dfe633454d0f4201384;hp=d146273820cd31be5c47be94a48359c9fb622973;hpb=2988a7b9a5aec3d3d579af6a1c73074c95494983;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/Makefile.PL.inc/29_handle_version.pl b/maint/Makefile.PL.inc/29_handle_version.pl index d146273..14d824e 100644 --- a/maint/Makefile.PL.inc/29_handle_version.pl +++ b/maint/Makefile.PL.inc/29_handle_version.pl @@ -21,8 +21,8 @@ if ($v_point <= 900) { } Meta->makemaker_args->{DISTVNAME} = Meta->name . "-$version_string-TRIAL" if ( - # all odd releases *after* 0.08200 generate a -TRIAL, no exceptions - ( $v_point > 200 and int($v_point / 100) % 2 ) + # all DQ releases ( *after* 0.08800) generate a -TRIAL, no exceptions + $v_point > 800 );