]> Sergey Matveev's repositories - public-inbox.git/commit
t/v2mirror: check dependencies for legacy test
authorEric Wong <e@80x24.org>
Sat, 25 Sep 2021 03:21:01 +0000 (03:21 +0000)
committerEric Wong <e@80x24.org>
Sat, 25 Sep 2021 03:22:04 +0000 (03:22 +0000)
commit9cfb026469d5d94a0bbcbd11f6e0466db2aebfe1
tree17a7cbae63f1e16ee0ba9b807599fb5244f8dbe6
parent77b3dac08f58503e374e98c29b9e0ee7c866c0e5
t/v2mirror: check dependencies for legacy test

We still need Email::MIME to test against old revisions.
We'll also depend on the revision just prior to the
manifest.js.gz introduction to avoid loading Danga::Socket,
since it was getting loaded even with `plackup'.

Finally, we'll disable Inline::C usage with old Spawn.pm
since our old code included alloca.h, which is not
portable to FreeBSD.
t/v2mirror.t