Add new entries.
This commit is contained in:
parent
4130f72c9d
commit
afefed6222
2 changed files with 36 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* compilation.txt: Add new entries: compilation-perl--Pod::Checker,
|
||||
compilation-perl--Test, compilation-perl--Test::Harness and
|
||||
compilation-weblint.
|
||||
|
||||
2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* MACHINES: Remove Sun windows info.
|
||||
|
|
|
@ -370,6 +370,36 @@ symbol: gcov-file gcov-bb-file gcov-never-called-line gcov-called-line
|
|||
-: 18:}
|
||||
|
||||
|
||||
* Podchecker error messages, per Pod::Checker
|
||||
|
||||
symbol: compilation-perl--Pod::Checker
|
||||
|
||||
*** ERROR: Spurious text after =cut at line 193 in file foo.pm
|
||||
*** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm
|
||||
*** ERROR: =over on line 1 without closing =back (at head1) at line 3 in file x.pod
|
||||
|
||||
|
||||
* Perl Test module error messages
|
||||
|
||||
symbol: compilation-perl--Test
|
||||
|
||||
# Failed test 1 in foo.t at line 6
|
||||
|
||||
|
||||
* Perl Test::Harness output
|
||||
|
||||
symbol: compilation-perl--Test::Harness
|
||||
|
||||
NOK 1# Test 1 got: "1234" (t/foo.t at line 46)
|
||||
|
||||
|
||||
* Perl HTML::Lint::Error::as_string()
|
||||
|
||||
symbol: compilation-weblint
|
||||
|
||||
index.html (13:1) Unknown element <fdjsk>
|
||||
|
||||
|
||||
* Directory tracking
|
||||
|
||||
Directories are matched via `compilation-directory-matcher'. Files which are
|
||||
|
|
Loading…
Add table
Reference in a new issue