瀏覽代碼

Separated long URL to improve souce readability

Alois Mahdal 13 年之前
父節點
當前提交
d21c1bf326
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

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