##
:5.10 bareword_filehandles indirect
multidimensional say state switch
####
...
package Regexp::Common;
use if $] >= 5.035, feature => 'multidimensional';
package main;
...
####
...
package Regexp::Common {
use if $] >= 5.035, feature => 'multidimensional';
}
package main;
...
####
Multidimensional hash lookup is disabled at ...