This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Subject: optimize matching -g still enables -DDEBUGING
[metaconfig.git] / U / newer
CommitLineData
974341ad
JH
1#!/usr/bin/perl
2die "Usage: $0 file1 file2\n" unless @ARGV == 2;
3exit(-M $ARGV[0] < -M $ARGV[1]);
4
5
6