Properly TRIAL-ize
Peter Rabbitson [Fri, 29 Nov 2013 13:03:48 +0000 (14:03 +0100)]
Note - this is temporary, I am going to rework the numbering scheme to
*prevent* 1.0 talk for good

maint/Makefile.PL.inc/29_handle_version.pl

index d146273..14d824e 100644 (file)
@@ -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
 );