Commit 17e677f
committed
Perl Tidy!!!
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 @karenetheridge1 parent 0031cfc commit 17e677f
10 files changed
Lines changed: 735 additions & 726 deletions
File tree
- lib/HTTP
- t
- local
- misc
- robot
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments