use strict; use warnings; my $str = "2.30"; our $VERSION = $str; $VERSION = eval $VERSION; print "WTF\n" if $VERSION ne $str;