Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/usr/share/doc/perl-generators/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/usr/share/doc/perl-generators/TODO
The following definitions of requires are not process properly:

# Only the first module is found
use POE qw(System::Wheel Client::HTTP);

use Test::Requires qw(TestRequiresArray1 TestRequiresArray2);
use Test::Requires {TestRequiresHash1 => 0.1, TestRequiresHash2 => 0.2};

# The modules defined by 'with' are not found
use Moose;
with 'Foo::Bar' => { -version => 0.01 },
     'Bar::Baz' => { -version => 0.03 };

# Do not process 'no' yet
no File::Path;

# Does not find modules defined at 'eval'
eval{ require File::Spec; 1} or die;

https://metacpan.org/source/ETHER/Module-Runtime-Conflicts-0.001/lib/Module/Runtime/Conflicts.pm
BEGIN { use Test::More }

Hry