rcaputo / io-pipely

Portably create pipe() or pipe-like handles, one way or another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requires Symbol v 1.08

mannih opened this issue · comments

commented

Hi.

Trying to install POE yesterday, I effectively ran into this:

$ cpanm IO::Pipely
--> Working on IO::Pipely
Fetching http://www.cpan.org/authors/id/R/RC/RCAPUTO/IO-Pipely-0.006.tar.gz ... OK
Configuring IO-Pipely-0.006 ... OK
==> Found dependencies: Symbol
skipping R/RJ/RJBS/perl-5.36.0.tar.gz
! Installing the dependencies failed: Installed version (1.07) of Symbol is not in range '1.08'
! Bailing out the installation for IO-Pipely-0.006.

This seems to limit IO::Pipely to perls >= 34. Is this on purpose?