diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 09:11:58 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-22 09:11:58 +0200 |
| commit | 526f970df17d6c0a1955c899ca6aa545f6707285 (patch) | |
| tree | 382b77a4b73880be2b30dc4991c2e3d1f52fca8c /Build.PL | |
| parent | f35418a52ef93aeedf1a2ae314c3e18b62a680c5 (diff) | |
update dependencies
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,11 +21,12 @@ Module::Build->new( 'Carp' => 0, 'Class::Accessor' => 0, 'DateTime' => 0, + 'DateTime::Format::Strptime' => 0, 'Getopt::Long' => 0, + 'JSON' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'XML::LibXML' => 0, }, sign => 1, meta_merge => { |
