Author: paultcochrane
Date: Wed Apr 11 14:04:14 2007
New Revision: 18149
Modified:
trunk/Configure.pl
Log:
Tidied code with perltidy
Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl (original)
+++ trunk/Configure.pl Wed Apr 11 14:04:14 2007
@@ -283,12 +283,14 @@
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# from Parrot::Configure::Options
-my $args = process_options( {
- argv => [ @ARGV ],
- script => $0,
- parrot_version => $parrot_version,
- svnid => '$Id$',
-} );
+my $args = process_options(
+ {
+ argv => [EMAIL PROTECTED],
+ script => $0,
+ parrot_version => $parrot_version,
+ svnid => '$Id$',
+ }
+);
exit unless defined $args;
my %args = %$args;
@@ -381,7 +383,7 @@
# tell users what to do next
# from Parrot::Configure::Messages
-print_conclusion($conf->data->get('make'));
+print_conclusion( $conf->data->get('make') );
exit(0);