Configure.pl (rakudo-2020.08.2) | : | Configure.pl (rakudo-2020.09) | ||
---|---|---|---|---|
#!/usr/bin/env perl | #!/usr/bin/env perl | |||
# Copyright (C) 2009-2019 The Perl Foundation | # Copyright (C) 2009-2020 The Perl Foundation | |||
use 5.10.1; | use 5.10.1; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
use Text::ParseWords; | use Text::ParseWords; | |||
use Getopt::Long; | use Getopt::Long; | |||
use File::Spec; | use File::Spec; | |||
use Cwd; | use Cwd; | |||
use FindBin; | use FindBin; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |