diff --git a/perl/meson.build b/perl/meson.build index 6f078f8e6..1356d874b 100644 --- a/perl/meson.build +++ b/perl/meson.build @@ -19,10 +19,7 @@ endif cxx = meson.get_compiler('cpp') -# Really version 5.8.0, but Perl's version string is of the form -# "This is perl 5, version 38, subversion 2", for 5.38.2, so as far -# as Meson is concerned, the version of Perl we need is 8 or greater. -perl = find_program('perl', version : '>=8') +perl = find_program('perl') # "compiler to convert Perl XS code into C code" xsubpp = find_program('xsubpp')