Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 18318
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: steve.kirkup [...] dss.virginia.gov
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 20021130
Fixed in: (no value)



Subject: Class::Std breaks using Perl Tidy
When I use Perl::Tidy against a Class::Std script it does this to attribute declarations. %foo :ATTR( :get<foo> :set<foo> ); After running through perltidy it breaks the code because it is trying to put spaces between these no attribute declarations, %foo : ATTR ( : get <foo> : set <foo> );
This is fixed in the latest version. Thanks. On Thu Mar 23 08:23:22 2006, guest wrote: Show quoted text
> When I use Perl::Tidy against a Class::Std script it does this to > attribute declarations. > > %foo :ATTR( :get<foo> :set<foo> ); > > After running through perltidy it breaks the code because it is trying > to put spaces between these no attribute declarations, > > %foo : ATTR ( : get <foo> : set <foo> ); >