|
Hello,
in some previous version, it was possible to add some files in constructor arguments like this:
...
share_files => { map { $_ => $_ } (glob("share/*"), glob("share/**/*")) }
...
Now (0.360700) it complains:
Building ...
Can't copy('share/info', 'blib/share/info'): Is a directory at /usr/share/perl5/Module/Build/Base.pm
Is there other way to achieve same? Or is it so non-standard? Thank you. |