Add DebugDumperHelper plugin

This commit is contained in:
Luc Didry
2015-08-06 11:00:34 +02:00
parent 4fe657d0d7
commit c86faf208d
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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';
+7
View File
@@ -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:
+1
View File
@@ -14,6 +14,7 @@ sub startup {
$self->plugin('I18N');
$self->plugin('AssetPack');
$self->plugin('DebugDumperHelper');
my $config = $self->plugin('Config', {
default => {