Update deps, seems to fix install on Debian Jessie
This commit is dedicated to Schoumi, who is supporting me on Tipeee. Many thanks :-)
This commit is contained in:
parent
82b8a4d017
commit
f8d02e190e
|
@ -1,5 +1,8 @@
|
||||||
Revision history for Lufi
|
Revision history for Lufi
|
||||||
|
|
||||||
|
0.03.3 2018-11-02
|
||||||
|
- Update deps, seems to fix install on Debian Jessie
|
||||||
|
|
||||||
0.03.2 2018-11-02
|
0.03.2 2018-11-02
|
||||||
- Fix dependences in Lufi.pm
|
- Fix dependences in Lufi.pm
|
||||||
|
|
||||||
|
|
3
cpanfile
3
cpanfile
|
@ -1,5 +1,6 @@
|
||||||
requires 'inc::Module::Install';
|
requires 'inc::Module::Install';
|
||||||
requires 'Mojolicious', '>= 7.31';
|
requires 'List::Util', '>= 1.50';
|
||||||
|
requires 'Mojolicious', '>= 8.05';
|
||||||
requires 'Mojolicious::Plugin::DebugDumperHelper';
|
requires 'Mojolicious::Plugin::DebugDumperHelper';
|
||||||
requires 'Mojolicious::Plugin::I18N';
|
requires 'Mojolicious::Plugin::I18N';
|
||||||
requires 'Mojolicious::Plugin::Mail';
|
requires 'Mojolicious::Plugin::Mail';
|
||||||
|
|
|
@ -1071,8 +1071,8 @@ DISTRIBUTIONS
|
||||||
ExtUtils::MakeMaker 0
|
ExtUtils::MakeMaker 0
|
||||||
Mojolicious 7.55
|
Mojolicious 7.55
|
||||||
SQL::Abstract 1.81
|
SQL::Abstract 1.81
|
||||||
Mojolicious-8.04
|
Mojolicious-8.05
|
||||||
pathname: S/SR/SRI/Mojolicious-8.04.tar.gz
|
pathname: S/SR/SRI/Mojolicious-8.05.tar.gz
|
||||||
provides:
|
provides:
|
||||||
Mojo undef
|
Mojo undef
|
||||||
Mojo::Asset undef
|
Mojo::Asset undef
|
||||||
|
@ -1142,7 +1142,7 @@ DISTRIBUTIONS
|
||||||
Mojo::UserAgent::Transactor undef
|
Mojo::UserAgent::Transactor undef
|
||||||
Mojo::Util undef
|
Mojo::Util undef
|
||||||
Mojo::WebSocket undef
|
Mojo::WebSocket undef
|
||||||
Mojolicious 8.04
|
Mojolicious 8.05
|
||||||
Mojolicious::Command undef
|
Mojolicious::Command undef
|
||||||
Mojolicious::Command::Author::cpanify undef
|
Mojolicious::Command::Author::cpanify undef
|
||||||
Mojolicious::Command::Author::generate undef
|
Mojolicious::Command::Author::generate undef
|
||||||
|
@ -1190,7 +1190,6 @@ DISTRIBUTIONS
|
||||||
IO::Socket::IP 0.37
|
IO::Socket::IP 0.37
|
||||||
JSON::PP 2.27103
|
JSON::PP 2.27103
|
||||||
List::Util 1.41
|
List::Util 1.41
|
||||||
Pod::Simple 3.09
|
|
||||||
Time::Local 1.2
|
Time::Local 1.2
|
||||||
perl 5.010001
|
perl 5.010001
|
||||||
Mojolicious-Plugin-Authentication-1.33
|
Mojolicious-Plugin-Authentication-1.33
|
||||||
|
@ -1511,6 +1510,17 @@ DISTRIBUTIONS
|
||||||
Sub::Quote 2.000001
|
Sub::Quote 2.000001
|
||||||
Text::Balanced 2.00
|
Text::Balanced 2.00
|
||||||
perl 5.006
|
perl 5.006
|
||||||
|
Scalar-List-Utils-1.50
|
||||||
|
pathname: P/PE/PEVANS/Scalar-List-Utils-1.50.tar.gz
|
||||||
|
provides:
|
||||||
|
List::Util 1.50
|
||||||
|
List::Util::XS 1.50
|
||||||
|
Scalar::Util 1.50
|
||||||
|
Sub::Util 1.50
|
||||||
|
requirements:
|
||||||
|
ExtUtils::MakeMaker 0
|
||||||
|
Test::More 0
|
||||||
|
perl 5.006
|
||||||
Sub-Exporter-Progressive-0.001013
|
Sub-Exporter-Progressive-0.001013
|
||||||
pathname: F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz
|
pathname: F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz
|
||||||
provides:
|
provides:
|
||||||
|
|
Loading…
Reference in New Issue