Compare commits

...

1 Commits

Author SHA1 Message Date
sergiotarxz 701177778b Adding datetime format. 2024-03-29 21:43:28 +01:00
1 changed files with 11 additions and 10 deletions

View File

@ -9,17 +9,18 @@ my $build = Module::Build->new(
dist_author => 'Sergio Iglesias <contact@owlcode.tech>', dist_author => 'Sergio Iglesias <contact@owlcode.tech>',
dist_abstract => 'The Owlcode.tech webpage.', dist_abstract => 'The Owlcode.tech webpage.',
requires => { requires => {
'Mojolicious' => 0, 'Mojolicious' => 0,
'Const::Fast' => 0, 'Const::Fast' => 0,
'Crypt::URandom' => 0, 'Crypt::URandom' => 0,
'Crypt::Bcrypt' => 0, 'Crypt::Bcrypt' => 0,
'DBI' => 0, 'DBI' => 0,
'DBD::Pg' => 0, 'DBD::Pg' => 0,
'DateTime::Format::ISO8601.pm' => 0, 'DateTime::Format::ISO8601.pm' => 0,
'DateTime::Format::Mail.pm' => 0, 'DateTime::Format::Mail.pm' => 0,
'SVG' => 0, 'SVG' => 0,
'XML::Twig' => 0, 'XML::Twig' => 0,
'JSON' => 0, 'JSON' => 0,
'DateTime::Format::ISO8601' => 0,
}, },
); );
$build->create_build_script; $build->create_build_script;