id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
400,"profile view should allow user to create ""sections""",jquelin,,"in really big modules, we end up with a lot of subs / methods.

usually, one adds some comments such as:
{{{
# -- user input methods
sub gnah { ... }
sub frobnize { ... }
[...]

# -- gui events
sub on_foo { ... }
sub on_bar { ... }
[...]
}}}

to separate the various logical parts of the big module.

it would be nice for outline view to automatically detect those and propose a hierarchical view:

{{{
- Module::Name
  + Pragmata
  + Modules
  - Methods
    + user input
    - gui events
      . on_bar
      . on_foo
}}}

with the methods within a logical part sorted.

of course, the separation comment should match the principal  comment styles existing in the wild:
{{{
# -- part 1
[...]
################################
# part2
[...]
################################

=head1 part 3
[...]
#-------------------------------
#
# part4
}}}
",enhancement,closed,major,,editor,0.36,not relevant,,
