logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: 892cea67c587c4058761eea74e0587638ed213fe
parent f6ecd583a3e09609846693ab9a0e0e4f8a4e52d6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  3 Nov 2022 00:14:57 +0100

test/fixtures/perl_storage.pm: Build fix after Makefile move

Diffstat:

Mtest/fixtures/perl_storage.pm2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/fixtures/perl_storage.pm b/test/fixtures/perl_storage.pm @@ -6,4 +6,4 @@ use Storable qw(store); @users = ['Alice', 'Bob', 'Eve']; -store(\@users, 'test/fixtures/perl_storage.pst') or die $!; +store(\@users, 'perl_storage.pst') or die $!;