Subject: | share/handlebars-v4.0.5.js missing? |
It seems that a file is missing in the latest tarball:
$ make distcheck
"/bbbike/perl-5.26.1/bin/perl" "-MExtUtils::Manifest=fullcheck" -e fullcheck
No such file: share/handlebars-v4.0.5.js
Consequently the test suite fails:
...
t/01-first.t ...... 1/? Use of uninitialized value $file_name in -e at /opt/perl-5.26.1/lib/site_perl/5.26.1/File/Slurp.pm line 116.
Use of uninitialized value $file_name in sysopen at /opt/perl-5.26.1/lib/site_perl/5.26.1/File/Slurp.pm line 193.
Use of uninitialized value $file_name in concatenation (.) or string at /opt/perl-5.26.1/lib/site_perl/5.26.1/File/Slurp.pm line 194.
read_file '' - sysopen: No such file or directory at /tmpfs/.cpan-build-cpansand/2018031706/JavaScript-V8-Handlebars-0.09-0/blib/lib/JavaScript/V8/Handlebars.pm line 111.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/01-first.t ...... Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed
...