Author: jkeenan
Date: Sat Oct  6 17:27:56 2007
New Revision: 21934

Modified:
   branches/reconfigure/lib/Parrot/Configure/Options/Conf.pm

Log:
Correct whitespacing error only.

Modified: branches/reconfigure/lib/Parrot/Configure/Options/Conf.pm
==============================================================================
--- branches/reconfigure/lib/Parrot/Configure/Options/Conf.pm   (original)
+++ branches/reconfigure/lib/Parrot/Configure/Options/Conf.pm   Sat Oct  6 
17:27:56 2007
@@ -84,10 +84,10 @@
 our $parrot_version = Parrot::BuildUtil::parrot_version();
 our $svnid          = '$Id$',
 
-    my %short_circuits = (
+my %short_circuits = (
     help    => \&print_help,
     version => \&print_version,
-    );
+);
 
 our %options_components = (
     'valid_options'  => [EMAIL PROTECTED],

Reply via email to