search for: fatpacker

Displaying 4 results from an estimated 4 matches for "fatpacker".

Did you mean: attacker
2019 Mar 11
0
CPAN not working, or is it?
...given much more granular rules; see the link above. 2. Selectively remove CPAN modules installed via RPM that conflict and let cpanm upgrade you to the latest. This works as long as the newer modules are upwards compatible with the remaining RPM-installed CPAN modules. 3. Use a system like App::Fatpacker or Carton to bundle your app and its dependencies into a self-contained bundle that doesn?t depend on system CPAN modules: https://metacpan.org/release/Carton https://metacpan.org/pod/App::FatPacker I prefer using Carton with cpanfile, but others prefer the way App::Fatpacker works.
2016 May 12
3
RPM perl requirements woes
Dear CentOS hive mind, I'm trying to package up a perl module into an RPM for easy deployment. I want it to be as self-contained as possible (to avoid version issues with perl modules in base or EPEL). So in my spec file, I'm doing: curl -L http://cpanmin.us | perl - App::cpanminus -L %{buildroot}/opt/zonemaster Zonemaster This way, cpanminus is installed first, and then it goes on to
2016 Oct 21
1
Announcement: new yum repos
Hi I've created a couple of new public yum repos suitable for CentOS 7: ergel (Extra Ruby Gems for Enterprise Linux) repo: https://harbottle.gitlab.io/ergel/7/x86_64/ homepage: https://gitlab.com/harbottle/ergel epmel (Extra Perl Modules for Enterprise Linux) repo: https://harbottle.gitlab.io/epmel/7/x86_64/ homepage: https://gitlab.com/harbottle/epmel The repos are
2019 Mar 11
5
CPAN not working, or is it?
(I've just tried this on a second C7 box, literally clean install, only did it on Friday, with the same results) I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I