Skip Menu |

This queue is for tickets about the txt2html CPAN distribution.

Report information
The Basics
Id: 78248
Status: new
Priority: 0/
Queue: txt2html

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: txt2html cannot be compiled due to missing $VERSION
$ ./Build test # Failed test 'txt2html script compiles' # at t/00-compile.t line 70. # 255 - Variable "$VERSION" is not imported at scripts/txt2html line 913. # Variable "$VERSION" is not imported at scripts/txt2html line 918. # Variable "$VERSION" is not imported at scripts/txt2html line 925. # Global symbol "$VERSION" requires explicit package name at scripts/txt2html line 913. # Global symbol "$VERSION" requires explicit package name at scripts/txt2html line 918. # Global symbol "$VERSION" requires explicit package name at scripts/txt2html line 925. # scripts/txt2html had compilation errors. # Looks like you failed 1 test of 2. t/00-compile.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/10para.t ................ ok t/20tfiles.t .............. ok t/25handles.t ............. ok t/30sample.t .............. ok t/50xsample.t ............. ok t/70bugs.t ................ ok t/release-distmeta.t ...... skipped: these tests are for release candidate testing t/release-has-version.t ... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/release-portability.t ... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/00-compile.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=12, Tests=102, 2 wallclock secs ( 0.06 usr 0.02 sys + 1.25 cusr 0.11 csys = 1.44 CPU) Result: FAIL Failed 1/12 test programs. 1/102 subtests failed.