aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/compilation.txt30
2 files changed, 36 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 589e5365474..0f3b9484b2e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * compilation.txt: Add new entries: compilation-perl--Pod::Checker,
4 compilation-perl--Test, compilation-perl--Test::Harness and
5 compilation-weblint.
6
12007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 72007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * MACHINES: Remove Sun windows info. 9 * MACHINES: Remove Sun windows info.
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 2b30b17abdc..426cb19ade9 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -370,6 +370,36 @@ symbol: gcov-file gcov-bb-file gcov-never-called-line gcov-called-line
370 -: 18:} 370 -: 18:}
371 371
372 372
373* Podchecker error messages, per Pod::Checker
374
375symbol: compilation-perl--Pod::Checker
376
377*** ERROR: Spurious text after =cut at line 193 in file foo.pm
378*** ERROR: =over on line 37 without closing =back at line EOF in file bar.pm
379*** ERROR: =over on line 1 without closing =back (at head1) at line 3 in file x.pod
380
381
382* Perl Test module error messages
383
384symbol: compilation-perl--Test
385
386# Failed test 1 in foo.t at line 6
387
388
389* Perl Test::Harness output
390
391symbol: compilation-perl--Test::Harness
392
393NOK 1# Test 1 got: "1234" (t/foo.t at line 46)
394
395
396* Perl HTML::Lint::Error::as_string()
397
398symbol: compilation-weblint
399
400index.html (13:1) Unknown element <fdjsk>
401
402
373* Directory tracking 403* Directory tracking
374 404
375Directories are matched via `compilation-directory-matcher'. Files which are 405Directories are matched via `compilation-directory-matcher'. Files which are