mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ sub dist_srcpath
|
||||||
lib_modpath($path, $modname),
|
lib_modpath($path, $modname),
|
||||||
dumb_modpath($path, $modname, '.pm'),
|
dumb_modpath($path, $modname, '.pm'),
|
||||||
dumb_modpath($path, $modname, '_pm.PL'),
|
dumb_modpath($path, $modname, '_pm.PL'),
|
||||||
|
dumb_modpath($path, '__'.$modname.'__', '.pm'),
|
||||||
"$path/VERSION", # for podlators
|
"$path/VERSION", # for podlators
|
||||||
);
|
);
|
||||||
for my $src (@srcpaths){
|
for my $src (@srcpaths){
|
||||||
|
|
Loading…
Add table
Reference in a new issue