Skip to content

Commit

Permalink
Give a more helpful error if someone tries to use 5.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Apr 25, 2010
1 parent 1abfb09 commit 28e07ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Configure.pl
Expand Up @@ -14,9 +14,11 @@ =head1 SYNOPSIS
=cut

# Ideally we'd support back further, but fixing the macro framework back
# in time is not a priority
use 5.010;
use strict;
use warnings;
use 5.008;
use Config;

use Getopt::Long qw(:config auto_help);
Expand Down

0 comments on commit 28e07ac

Please sign in to comment.