This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Configure probe for strtod_l()
[metaconfig.git] / U / newer
1 #!/usr/bin/perl
2 die "Usage: $0 file1 file2\n" unless @ARGV == 2;
3 exit(-M $ARGV[0] < -M $ARGV[1]);
4
5
6