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
Hi, I would like to contribute to this repository. Currently when I try build the devel branch it fails:
$ git clone [email protected]:r-gregmisc/spreadsheet-parsexlsx.git
$ cd spreadsheet-parsexlsx
$ dzil authordeps --missing | cpanm
[...]
$ dzil build
[DZ] folding deprecated options (module_finder, script_finder) into finder
!!! [EOLTests] is deprecated and may be removed in a future release; replace it with [Test::EOL] (note the different default filename)
at /home/hakon/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux/Class/MOP/Method/Wrapped.pm line 43.
[DZ] beginning to build Spreadsheet-ParseXLSX
[@DOY/Git::NextVersion] Bumping version from 0.27 to 0.28
[DZ] guessing dist's main_module is lib/Spreadsheet/ParseXLSX.pm
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm: assigns to $VERSION
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm: assigns to $AUTHORITY
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor.pm
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm
[DZ] attempt to add LICENSE multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/License (Dist::Zilla::Plugin::License line 37)
[DZ] attempt to add README multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Readme (Dist::Zilla::Plugin::Readme line 44); content set by Readme (Dist::Zilla::Plugin::Readme line 61)
[DZ] attempt to add Makefile.PL multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content set by MakeMaker (Dist::Zilla::Plugin::MakeMaker line 329); content added by @DOY/MakeMaker (Dist::Zilla::Plugin::MakeMaker line 144)
[DZ] attempt to add xt/author/pod-coverage.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/PodCoverageTests (Dist::Zilla::Plugin::InlineFiles line 33)
[DZ] attempt to add xt/author/pod-syntax.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/PodSyntaxTests (Dist::Zilla::Plugin::InlineFiles line 33)
[DZ] attempt to add xt/author/no-tabs.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Test::NoTabs (Dist::Zilla::Plugin::Test::NoTabs line 111); content set by Test::NoTabs (Dist::Zilla::Plugin::Test::NoTabs line 130)
[DZ] attempt to add xt/release/eol.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/EOLTests (Dist::Zilla::Plugin::Test::EOL line 81); content set by Test::EOL (Dist::Zilla::Plugin::Test::EOL line 101)
[DZ] attempt to add t/00-compile.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Test::Compile (Dist::Zilla::Plugin::Test::Compile line 169); content set by Test::Compile (Dist::Zilla::Plugin::Test::Compile line 205)
aborting; duplicate files would be produced at /home/hakon/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/Dist/Zilla/App/Command/build.pm line 107.
It looks like commit 94d5a6e added files that should not be added but instead generated by dzil build, so now duplicate files are being generated. And dzil build then aborts the build.
The text was updated successfully, but these errors were encountered:
Hi, I would like to contribute to this repository. Currently when I try build the
devel
branch it fails:It looks like commit 94d5a6e added files that should not be added but instead generated by
dzil build
, so now duplicate files are being generated. Anddzil build
then aborts the build.The text was updated successfully, but these errors were encountered: