# New Ticket Created by  James Keenan 
# Please include the string:  [perl #42789]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42789 >


See attached for patch contributed by John Macdonald during Hackathon  
Toronto (Apr 28 2007).

kid51

Index: config/auto/jit.pm
===================================================================
--- config/auto/jit.pm  (revision 18351)
+++ config/auto/jit.pm  (working copy)
@@ -7,8 +7,10 @@
 
 =head1 DESCRIPTION
 
-Determines the CPU architecture, the operating system, and whether there is JIT
-capability available.
+Determines the CPU architecture, the operating system, and whether there is
+JIT capability available.  The options C<--jitcapable> and C<--execcapable>
+can be specified to override the result that is calculated specific to the CPU
+architecture and operating system.
 
 =cut
 

Reply via email to