diff options
Diffstat (limited to 'lib/autouse.pm')
-rw-r--r-- | lib/autouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autouse.pm b/lib/autouse.pm index 179c382ca2..5e4f30f649 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -116,7 +116,7 @@ with the correct definitions. Using C<autouse> will move important steps of your program's execution from compile time to runtime. This can -=over +=over 4 =item * |