Browse Source

Separated long URL to improve souce readability

Alois Mahdal 13 years ago
parent
commit
d21c1bf326
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

22
 
22
 
23
 ##autotest.pl##
23
 ##autotest.pl##
24
 
24
 
25
-Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More](http://perldoc.perl.org/Test/More.html) and the likes.
25
+Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More][1] and the likes.
26
+
27
+  [1]: (http://perldoc.perl.org/Test/More.html)
26
 
28
 
27
 Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb goes without saying: "no green, no commit".
29
 Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb goes without saying: "no green, no commit".
28
 
30