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:
parent
8d04054eae
commit
b28342361d
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user