Hello.
I don't know who is responsible for the indentation of Perl buffers (textmate author or bundle author?) but there is a problem with structures of the kind:
### my $teste; $sth_comments->bind_columns( undef, $journalid, $jtalkid ); my $teste2; ###
This is correctly indented, according to the Text->Indent Selection command.
But I was expecting this:
### my $teste; $sth_comments->bind_columns( undef, $journalid, $jtalkid ); my $teste2; ###
Regards, André Cruz