Bug#564260: perltidy (-pbp) desalign hashes in given-when construct

2010-01-08 Thread Salvatore Bonaccorso
Hi On Fri, Jan 08, 2010 at 08:35:48PM +0100, Salvatore Bonaccorso wrote: > Package: perltidy > Version: 20090616-1 > Severity: minor I have sent this too to perlt...@users.sourceforge.net, but not yet to the bugtracker on sourceforce, since tha last handled entry there is from 2008. Bests Salvat

Bug#564260: perltidy (-pbp) desalign hashes in given-when construct

2010-01-08 Thread Salvatore Bonaccorso
Package: perltidy Version: 20090616-1 Severity: minor Hi Don I have a small sample.pl showing the problem, running perltidy on it, causes the hash to 'de-align': ---(sample.pl) #!/usr/bin/perl use 5.010; use feature "switch"; my $self; o