Ignore:
Timestamp:
03/01/10 19:18:30 (2 years ago)
Author:
adamk
Message:

Adding promised PPI lexer configurable max-length limit for azawawi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Document/Perl.pm

    r10826 r10966  
    120120    my $limit; 
    121121    if ( $module eq 'Padre::Document::Perl::PPILexer' ) { 
    122         $limit = 4000; 
     122        $limit = $self->current->config->perl_ppi_lexer_limit; 
    123123    } elsif ( $module eq 'Padre::Document::Perl::Lexer' ) { 
    124124        $limit = 4000; 
Note: See TracChangeset for help on using the changeset viewer.