3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-05 19:49:32 +01:00

cpanfile: add Text::WordDiff to compiler_vm feature

This commit is contained in:
Pragmatic Software 2021-09-03 17:24:57 -07:00
parent 2451eda70f
commit 5f2d6d3b96

View File

@ -287,6 +287,7 @@ feature compiler_vm => sub {
requires 'Getopt::Long';
requires 'Encode';
requires 'Data::Dumper';
requires 'Text::WordDiff';
};
feature compiler_vm_win32 => sub {