Ticket #1105: libjit_doc.patch

File libjit_doc.patch, 0.9 KB (added by plobsing, 12 years ago)

small patch to add documentation describing libjit

  • config/auto/libjit.pm

     
    77 
    88=head1 DESCRIPTION 
    99 
    10 Determines whether LibJIT is present is installed and 
    11 functional on the system. It is OK when it doesn't exist. 
     10Determines whether libjit is present is installed and functional on the system. 
     11It is OK when it doesn't exist. 
    1212 
     13The libjit library implements just-in-time compilation functionality. Unlike 
     14other JITs, this one is designed to be independent of any particular virtual 
     15machine bytecode format or language.  
     16 
     17libjit can be obtained from L<http://freshmeat.net/projects/libjit/> or through 
     18your distribution's package manager. Developer documentation is available from 
     19L<http://www.gnu.org/software/dotgnu/libjit-doc/libjit.html> 
     20 
    1321=cut 
    1422 
    1523package auto::libjit;