Changeset 4171


Ignore:
Timestamp:
04/26/09 12:21:22 (3 years ago)
Author:
azawawi
Message:

Perl 6 attributes should before methods/subroutines... etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Task/Outline/Perl6.pm

    r4170 r4171  
    257257            ) 
    258258        ); 
    259         foreach my $type (qw(modules subroutines methods submethods macros regexes attributes)) { 
     259        foreach my $type (qw(modules attributes subroutines methods submethods macros regexes)) { 
    260260            _add_subtree( $outlinebar, $pkg, $type, $branch ); 
    261261        } 
Note: See TracChangeset for help on using the changeset viewer.