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> );