You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The file
lib/Search/Elasticsearch/Client/7_0/Direct/SearchableSnapshots copy.pm
should be calledlib/Search/Elasticsearch/Client/7_0/Direct/SearchableSnapshots.pm
; as it stands, attempts to build the module result in this error:As a workaround I have renamed the file and changed the references to it in
t/author-no-tabs.t
,t/author-eol.t
andMANIFEST
, which is enough to get the module to build and pass its test suite.The text was updated successfully, but these errors were encountered: