thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

Too many warnings under Perl 5.22 #212

Closed akarelas closed 9 years ago

akarelas commented 9 years ago
karjala@test-vm:~$ pinto
\C is deprecated in regex; marked by <-- HERE in m/(\C <-- HERE )/ at /home/karjala/opt/local/pinto/lib/perl5/URI/Escape.pm line 205.
Available commands:

and

karjala@test-vm:~$ pinto init
\C is deprecated in regex; marked by <-- HERE in m/(\C <-- HERE )/ at /home/karjala/opt/local/pinto/lib/perl5/URI/Escape.pm line 205.
Overwriting existing sub 'List::AllUtils::any' with sub 'any' exported by List::MoreUtils at /home/karjala/opt/local/pinto/lib/perl5/List/AllUtils.pm line 15.
Overwriting existing sub 'List::AllUtils::all' with sub 'all' exported by List::MoreUtils at /home/karjala/opt/local/pinto/lib/perl5/List/AllUtils.pm line 15.
Overwriting existing sub 'List::AllUtils::none' with sub 'none' exported by List::MoreUtils at /home/karjala/opt/local/pinto/lib/perl5/List/AllUtils.pm line 15.
Overwriting existing sub 'List::AllUtils::notall' with sub 'notall' exported by List::MoreUtils at /home/karjala/opt/local/pinto/lib/perl5/List/AllUtils.pm line 15.
thaljef commented 9 years ago

The regex in URI::Escape looks like it can be fixed with an upgrade.

But I may have to choose a different version of List::MoreUtils to avoid the conflict with List::MoreUtils.

thaljef commented 9 years ago

The modules in the Stratopan repo have been updated so these warnings no longer appear. Pinto-0.09998 has also been released to CPAN and placed in the Stratopan repo.