diff --git a/projects/wireshark.org/package.yml b/projects/wireshark.org/package.yml index 255cb44d..8474a24a 100644 --- a/projects/wireshark.org/package.yml +++ b/projects/wireshark.org/package.yml @@ -27,6 +27,7 @@ build: gnu.org/bison: '*' github.com/westes/flex: '*' python.org: ^3.11 + perl.org: 5 script: - cmake -S . -B build $CMAKE_ARGS - cmake --build build @@ -79,4 +80,4 @@ test: - c++ -std=c++11 -o test test.cpp - ./test | grep {{version}} - randpkt -b 100 -c 2 capture.pcap - - capinfos -Tmc capture.pcap | grep 'capture.pcap,2' \ No newline at end of file + - capinfos -Tmc capture.pcap | grep 'capture.pcap,2'