Skip to content

Mis-named file in 7.711 release #202

Closed
@pghmcfc

Description

@pghmcfc

The file lib/Search/Elasticsearch/Client/7_0/Direct/SearchableSnapshots copy.pm should be called lib/Search/Elasticsearch/Client/7_0/Direct/SearchableSnapshots.pm; as it stands, attempts to build the module result in this error:

$ cd Search-Elasticsearch-7.711
$ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Search::Elasticsearch
$ make -j4
make: *** No rule to make target 'lib/Search/Elasticsearch/Client/7_0/Direct/SearchableSnapshots', needed by 'manifypods'.  Stop.
make: *** Waiting for unfinished jobs....

As a workaround I have renamed the file and changed the references to it in t/author-no-tabs.t, t/author-eol.t and MANIFEST, which is enough to get the module to build and pass its test suite.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions