# $VERSION declaration must stay up here, ahead of any other package
# declarations, as to not confuse various modules attempting to determine
# this ones version, whether that be s.c.o. or Module::Metadata, etc
-$VERSION = '0.08242';
+$VERSION = '0.08249_01';
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
}
Meta->makemaker_args->{DISTVNAME} = Meta->name . "-$version_string-TRIAL" if (
- # 0.08240 ~ 0.08249 shall be TRIALs for the collapser rewrite
- ( $v_point >= 240 and $v_point <= 249 )
- or
# all odd releases *after* 0.08200 generate a -TRIAL, no exceptions
( $v_point > 200 and int($v_point / 100) % 2 )
);