You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mixture of indention practices throughout made it hard to read
through certain bits of the code. In an effort to make it easier to see
upcoming code changes more clearly, a few things have been done:
* Stole the `.perltidyrc` from the libwww-perl distribution
* Ran tidy on all tests in the test suite
* Removed all obvious indirect object syntax in the test suite
i.e. $x = new X; to $x = X->new;
* Ran tidy on Daemon.pm
* turned on Test::EOL in the dist.ini
* turned on Test::NoTabs in the dist.ini
* Fix the .perltidyrc per suggestions from @karenetheridge
0 commit comments