blob: 4ad0e1c4d8f267349afce7f503b6cb38bb09a286 [file] [log] [blame]
# Catch common programming error:
# A Condition passed as a string to 'new'.
use Automake::Condition;
my $cond = new Automake::Condition ('TRUE');
new Automake::Condition ($cond);