Configure Carton for displays.pl

This commit is contained in:
John Mertz 2024-01-31 21:22:30 -07:00
parent 1cd1f72809
commit 825bfbd804
3 changed files with 7 additions and 0 deletions

2
sway/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
local
cpanfile.snapshot

1
sway/.perl-version Normal file
View File

@ -0,0 +1 @@
5.38.2

4
sway/cpanfile Normal file
View File

@ -0,0 +1,4 @@
requires 'perl', '5.38.2';
requires 'JSON::MaybeXS';
requires 'JSON::PP';
requires 'Proc::ProcessTable';