1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-30 09:06:42 +02:00
explain.depesz.com/scripts/cpanfile
Hubert depesz Lubaczewski 5fd2f83e2e Scan all plans in db to find interesting ones
This is so that I will find things to work on for next improvements in
the site.
2022-02-04 13:17:57 +01:00

22 lines
549 B
Perl

# This file is used by cpanm.
# To install dependencies, run >> cpanm --local-lib ~/perl5 --installdeps . <<, or something similar, depending on your setup.
#
# More details:
# https://metacpan.org/pod/cpanfile
# https://metacpan.org/pod/cpanm
requires 'Carp';
requires 'Config';
requires 'DBD::Pg';
requires 'DBI';
requires 'Data::Dumper';
requires 'File::Temp';
requires 'List::Util';
requires 'Parallel::ForkManager';
requires 'Pg::Explain';
requires 'Sys::Info';
requires 'Unicode::Collate';
requires 'Unicode::Normalize';
# vim: set ft=perl: