perl: update-perl-provides.pl fix __Storable__.pm

[same as Arch](https://git.archlinux.org/svntogit/packages.git/commit/trunk/patchprov?h=packages/perl&id=53414b0e6bf23a981752d1bcd3be8886877465e9)
This commit is contained in:
svenper 2019-08-27 15:26:30 +00:00 committed by Juan RP
parent 8d04054eae
commit b28342361d

View File

@ -83,6 +83,7 @@ sub dist_srcpath
lib_modpath($path, $modname),
dumb_modpath($path, $modname, '.pm'),
dumb_modpath($path, $modname, '_pm.PL'),
dumb_modpath($path, '__'.$modname.'__', '.pm'),
"$path/VERSION", # for podlators
);
for my $src (@srcpaths){