mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-05 17:31:15 +02:00
Add DebugDumperHelper plugin
This commit is contained in:
@@ -5,6 +5,7 @@ requires 'Data::Validate::URI';
|
||||
requires 'Net::Domain::TLD', '>= 1.73'; # Must have the last version to handle (at least) .xyz and .link
|
||||
requires 'Mojolicious::Plugin::I18N';
|
||||
requires 'Mojolicious::Plugin::AssetPack';
|
||||
requires 'Mojolicious::Plugin::DebugDumperHelper';
|
||||
requires 'ORLite';
|
||||
requires 'Text::Unidecode';
|
||||
requires 'DateTime';
|
||||
|
||||
@@ -1483,6 +1483,13 @@ DISTRIBUTIONS
|
||||
JavaScript::Minifier::XS 0.11
|
||||
Mojolicious 5.41
|
||||
Test::More 0.88
|
||||
Mojolicious-Plugin-DebugDumperHelper-0.02
|
||||
pathname: L/LD/LDIDRY/Mojolicious-Plugin-DebugDumperHelper-0.02.tar.gz
|
||||
provides:
|
||||
Mojolicious::Plugin::DebugDumperHelper 0.02
|
||||
requirements:
|
||||
ExtUtils::MakeMaker 0
|
||||
Mojolicious 6.11
|
||||
Mojolicious-Plugin-I18N-1.5
|
||||
pathname: S/SH/SHARIFULN/Mojolicious-Plugin-I18N-1.5.tar.gz
|
||||
provides:
|
||||
|
||||
@@ -14,6 +14,7 @@ sub startup {
|
||||
|
||||
$self->plugin('I18N');
|
||||
$self->plugin('AssetPack');
|
||||
$self->plugin('DebugDumperHelper');
|
||||
|
||||
my $config = $self->plugin('Config', {
|
||||
default => {
|
||||
|
||||
Reference in New Issue
Block a user