The output of regen.pl is slightly different than on Unix. Could
probably be ported with a moderate effort.
require 't/test.pl';
$::NO_ENDING = $::NO_ENDING = 1;
+if ( $^O eq "VMS" ) {
+ skip_all( "- regen.pl needs porting." );
+}
+
my $in_regen_pl = 17; # I can't see a clean way to calculate this automatically.
my @files = qw(perly.act perly.h perly.tab keywords.c keywords.h);
my @progs = qw(Porting/makemeta regen/regcharclass.pl regen/mk_PL_charclass.pl);