garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

windows: Fail to install on older Perl version version due to errors from B::COW #31

Open atoomic opened 4 years ago

atoomic commented 4 years ago
Installing the dependencies failed: Module 'Clone' is not installed, 
Installed version (2.72_01) of Encode is not in range '3.01'
! Bailing out the installation for HTTP-Message-6.24.

view more details from https://github.com/libwww-perl/HTTP-Message/runs/655116265

atoomic commented 4 years ago

the error is coming from B::COW 0.004

--> Working on B::COW
Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz ... OK
Configuring B-COW-0.004 ... OK
! Installing B::COW failed. See C:\Users\RUNNER~1\.cpanm\work\1588904776.3216\build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'B::COW' is not installed
! Bailing out the installation for Clone-0.45.
Building and testing B-COW-0.004 ... FAIL
atoomic commented 4 years ago

this seems to be related to a bug from actions-setup-perl I reported the issue here: https://github.com/shogo82148/actions-setup-perl/issues/223