From 701177778b24c77b9e23ef4ac9e8cc3108486f9f Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 29 Mar 2024 21:43:28 +0100 Subject: [PATCH] Adding datetime format. --- Build.PL | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Build.PL b/Build.PL index 1d34bec..e7d490c 100755 --- a/Build.PL +++ b/Build.PL @@ -9,17 +9,18 @@ my $build = Module::Build->new( dist_author => 'Sergio Iglesias ', dist_abstract => 'The Owlcode.tech webpage.', requires => { - 'Mojolicious' => 0, - 'Const::Fast' => 0, - 'Crypt::URandom' => 0, - 'Crypt::Bcrypt' => 0, - 'DBI' => 0, - 'DBD::Pg' => 0, + 'Mojolicious' => 0, + 'Const::Fast' => 0, + 'Crypt::URandom' => 0, + 'Crypt::Bcrypt' => 0, + 'DBI' => 0, + 'DBD::Pg' => 0, 'DateTime::Format::ISO8601.pm' => 0, - 'DateTime::Format::Mail.pm' => 0, - 'SVG' => 0, - 'XML::Twig' => 0, - 'JSON' => 0, + 'DateTime::Format::Mail.pm' => 0, + 'SVG' => 0, + 'XML::Twig' => 0, + 'JSON' => 0, + 'DateTime::Format::ISO8601' => 0, }, ); $build->create_build_script;