Justin Davis
Justin Davis
Hello! Try running without the -d flag and just provide the name of the module as argument. This should build a source package file. The -d flag is only for...
That’s entirely possible considering that I stopped maintaining this module seven years ago. Frankly I’m amazed it still works as well as it does. On Wed, Mar 9, 2022 at...
## Solution for Task:: Figure out how to write a plugin for Module::Install. The locally installed version of Module::Install seems to override the included copy of Module::Install. So if we...
## Solution for Bundle::'s We must treat Bundle's specially and add more logic to CPANPLUS::Dist::Arch. There are two solutions I have thought of so far: ### Hard Bundle each module...
I responded to both your issues on your bbs topic: https://bbs.archlinux.org/viewtopic.php?id=146932 At least I assume that you are Athaba. I wouldn't mind switching the url parameter to use metacpan but...
If you use the --verbose flag, you can answer the questions. Without verbose you cannot answer the questions. However I can't compile it because I don't have apache installed. The...
This is because I switched to using environment variables to pass arguments to ExtUtils::MakeMaker / Module::Install / Module::Build. What is happening, is the _PKGBUILD_ is passing **INSTALLDIRS=vendor** to Module::Install via...
Yes this is a TODO item. It just hasn't been worth the effort to implement it. I created a todo list on the wiki for fun: http://wiki.github.com/juster/perl-cpanplus-dist-arch/todo-list
Yes arch uses 'custom:$LicenseName' where $LicenseName is the license name that is not one of archlinux's common licenses. All that info and more is on the wiki page... check it...