Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

I write with a question about using CPAN on my work computer. I fear something has changed but I am not sure what that is or what to do about it other than to seek your guidance. The work computer is ...
yomi7's user avatar
  • 11
0 votes
1 answer
40 views

I have a Docker image with Ubuntu and I need to update CPAN-2.28 to latest version. I tried to run: RUN apt-get install libyaml-syck-perl libtemplate-perl libwww-perl RUN perl -MCPAN -e shell But I ...
Peter Penzov's user avatar
  • 1,104
-3 votes
1 answer
160 views

When I run: cpan Crypt::SSLeay I get the next output: make: *** [Makefile:887: test_dynamic] Error 2 OALDERS/LWP-Protocol-https-6.14.tar.gz 2 dependencies missing (IO::Socket::SSL,IO::Socket::SSL::...
rustymanito's user avatar
2 votes
1 answer
59 views

About 10+ years ago I created a Perl module by starting with h2xs and building it up from that template. (As suggested by Sam Tregar's book Writing Perl Modules for CPAN.) I had uploaded it to CPAN ...
Jake's user avatar
  • 47
0 votes
0 answers
121 views

I'm trying to get DBD::mysql installed under strawberry perl. I've been slowly working my way through a number of configuration issues. I've got to the point where I'm trying to run gmake. I'm ...
Doug Poulin's user avatar
0 votes
2 answers
246 views

In my pipeline I have the following steps: runs-on: ubuntu-latest ... - name: install additional packages # graphics: transfig gnuplot inkscape # pdf utilities: poppler-utils (...
user2609605's user avatar
1 vote
2 answers
498 views

Tried installing perl-LWP-UserAgent using the perl-libwww-perl-6.53-4.el9.noarch.rpm package and I got an error message: $ sudo yum install perl-libwww-perl-6.53-4.el9.noarch.rpm Last metadata ...
Sumanth Devadiga's user avatar
1 vote
0 answers
249 views

I have an incomplete Perl 5.16.3 install on a CentOS server for which I don't have administrative rights. I am trying to install ExtUtils::Embed which normally should be part of the Perl install. So ...
PlasmaBinturong's user avatar
0 votes
1 answer
234 views

I am very new to Perl. I am trying to install some modules with cpan. Everytime I use install YAML I get the following Failed during this command: RJBS/Test-Deep-1.204.tar.gz : make ...
Omar Mohsen's user avatar
2 votes
3 answers
2k views

I'm having trouble installing XML::LibXML with cpan on ubuntu 22.04. I have installed libxml2 and zlib1g. And CPAN reports that it sees libxml2: # Compiled against libxml2 version: 21303 # Running ...
Dean Guenther's user avatar
1 vote
0 answers
93 views

We have jsonb objects (which have backslashes in the name)in the database table. Whenever we try to update or delete the jsonb object, postgresql throws the error. Names with backslashes in it are ...
shubhra garg's user avatar
1 vote
1 answer
151 views

Here is my problem : I would like to get automatically the dependencies of the XML::Parser module https://metacpan.org/dist/XML-Parser because I need the source for an offline built on multiple ...
Arnaud Dubois's user avatar
0 votes
1 answer
104 views

Trying to install DBI.pm using cpan install DBI under bash-4.2 fails on several linux platforms including raspberrypi. On a GoDaddy server a lot of commands go well until gcc -c (many options) Perl....
DGerman's user avatar
  • 62
1 vote
0 answers
84 views

Sodium::FFI is a dependency for something I'd like to use on my Raspberry Pi 4 (running Raspberry PI OS Bullseye) and the instructions said to install it using sudo cpan install Sodium::FFI, but that ...
hanjo's user avatar
  • 141
2 votes
1 answer
189 views

I'm running Strawberry perl on Win7 and somehow the LWP module got deleted from all my lib folders. I tried to restore it with cpanm, but it says that it's installed. Nevertheless, the LWP folders ...
user1067305's user avatar
  • 3,561
-2 votes
1 answer
2k views

I want to compile Qt5 on RedHat 9, and when I run the ./configure command, I get the following message: Can't locate English.pm in @INC (you may need to install the English module) (@INC contains: /...
mnekkach's user avatar
  • 343
0 votes
0 answers
784 views

I am trying to install Tk using cpan I get an error. This is on a PC, Windows 10, Strawberry Perl 5.38.1 Attempting a basic install of the Tk module, everything downloads, makefile runs to a point, ...
James Lamb's user avatar
3 votes
0 answers
526 views

Hi I am trying to install the perl::LanguageServer for eventual use in VS CODE. However, I getting errors when running: sudo cpan install Perl::LanguageServer I am very lost, it also says in here ...
darkfrobozz's user avatar
1 vote
1 answer
534 views

I am using a MacBook 14.1.1 Sonoma M2 chip and want my Perl scripts to talk to my MariaDB database. Installing DBI was no problem. However when trying to install DBD::MariaDB I get the following error:...
mhotchjr's user avatar
1 vote
1 answer
198 views

I have a docker image whose build used to succeed until recently when I started to observe a build failure owing to Alien::Libxml2 and the errors below. /root/.cpanm/work/1700643185.67/Alien-Libxml2-0....
Lalit Mehra's user avatar
  • 1,273
0 votes
1 answer
283 views

I'm trying to build a perl program from source. The program has a Build script which installs all the many dependencies by cpan by invoking perl ./Build installdeps. However, some of the dependencies ...
gannex's user avatar
  • 131
6 votes
5 answers
983 views

I can't find the Perl module Image::Magick anywhere. It is gone from CPAN. What happened to it? Where can I get it? Is there a problem with CPAN, or with the module?
skeetastax's user avatar
  • 1,816
2 votes
1 answer
421 views

I am trying to run a perl script on a machine using CentOS Linux 7. I have perl 5.36.1. The script uses a program called polymake which has its own copy of perl. I cannot modify that copy of perl. I ...
Matt Larson's user avatar
1 vote
0 answers
485 views

I'm using perl 5.36.0 installed with perlbrew (yes, I need to use that version) but can't install any modules due to certificate errors like below Loading internal logger. Log::Log4perl recommended ...
user2913094's user avatar
1 vote
3 answers
995 views

In docker container I have a perl script and I need to be able to parse json I tried to have CPAN JSON installed for perl in my Dockerfile. So I am doing the following in my Dockerfile FROM centos:7.9....
Jim's user avatar
  • 4,529
1 vote
1 answer
124 views

After upload of a module to CPAN, all testing reports are positive. Nevertheless, the test coverage (usually located between Bus factor and License on the left hand side) is missing. In my sandbox, I ...
Jurij's user avatar
  • 11
0 votes
2 answers
70 views

I'm attempting to install Webservice::InterMine on Ubuntu 22.04 and perl 5.38.0, but I get the following error: Loading internal logger. Log::Log4perl recommended for better logging Reading '/home/con/...
con's user avatar
  • 6,227
-1 votes
2 answers
99 views

I have XML files that look like this: <?xml version="1.0" encoding="UTF-8"?> <!-- some comment here --> <rsccat version="1.0" locale="en_US" ...
Kautuk Raj's user avatar
-1 votes
1 answer
489 views

I'm on macOS Ventura 13.3.1 and I'm trying to get perlcritic working. perl --version Gives me: This is perl 5, version 36, subversion 0 (v5.36.0) built for darwin-thread-multi-2level ... When I ...
baduker's user avatar
  • 20.2k
5 votes
2 answers
2k views

Is is possible to install and update Perl (CPAN) modules with universal (x86_64, arm64) architecture support? If yes, then how? background On an arm-based macOS computer, a Perl CPAN module can be ...
marc-medley's user avatar
0 votes
1 answer
198 views

I am creating a docker image via dockerfile. ... RUN dnf install -y cpan perl perl-core perl-App-cpanminus make RUN cpan Config::Properties ... I require to install a CPAN library (Config::Properties)...
MKB's user avatar
  • 7,617
2 votes
1 answer
105 views

I am trying to connect to a remote host as a user. Now i want to run a few commands that need sudo access. The commands are: export http_proxy=http://xxxx.xx.xx.com:8080 export https_proxy=http://xxxx-...
Daksha's user avatar
  • 21
-3 votes
1 answer
105 views

Fetching with LWP:http://cpan.strawberryperl.com/authors/01mailrc.txt.gz LWP failed with code[470] message[status code 470]Warning: no success downloading 'C:\STRAWB~1\cpan\sources\authors\01mailrc....
Shrishti Sharma's user avatar
1 vote
1 answer
870 views

i try to install the module on the Google-Colab - but it does not work !cpan install CPAN::Authors Output: Loading internal logger. Log::Log4perl recommended for better logging Reading '/root/.cpan/...
zero's user avatar
  • 1,223
3 votes
1 answer
1k views

I have installed perl and cpan in an automated shell script. configure only one local repo from the script itself as below: echo o conf urllist https://localrepo.mylab.mycompany.com/cpan echo o conf ...
Raghavendra J's user avatar
1 vote
1 answer
367 views

I was using Mac OS 12 and Perlbrew with Perl 5.36. When I install GD using either CPAN or cpanm I get the following error: cpanm (App::cpanminus) 1.7046 on perl 5.036000 built for darwin-2level Work ...
thran's user avatar
  • 156
2 votes
0 answers
275 views

I am trying to test out the new version of cpan-Net-DNS (version 1.35) and it fails in the Net/DNS/Resolver/Base.pm file at line 987 with the following error. *** FATAL PROGRAM ERROR!! Unknown ...
user1712584's user avatar
1 vote
1 answer
209 views

trying to install the Text::Unaccent module I have next error, Can someone help ? C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Unaccent.o:...
Jean-Luc's user avatar
3 votes
2 answers
5k views

I upgraded perl from perl 5.18.2 to perl 5.36.0, and now many modules are missing. When I try to install the module using CPAN, I am getting errors. For ex: cpan YAML::XS It gave me the following ...
Kamakshi Trivedi's user avatar
2 votes
1 answer
163 views

I seem to get an error when trying to install from cpan cpan List::SomeUtils Perl v5.14.2 I have also downloaded direct from metacpan and doing a perl Makefile.pl and make but make test fails with ...
Ian's user avatar
  • 13.9k
1 vote
1 answer
118 views

I'm having an error trying to install Parse::Pidl module with cpan. It seems that within the downloaded archive Parse-Pidl-0.02.tar.gz is missing the IDL.pm module (I think it should be within Parse-...
ulix's user avatar
  • 373
1 vote
1 answer
277 views

I am getting issues when trying to install Perl modules on Ubuntu running on Windows 10. I am not sure the best way to post the output, I am guessing maybe as "code" $ cpan HTTP::Tiny ...
Matt Williams's user avatar
7 votes
2 answers
363 views

I just added a new file to the PDL::IO::Touchstone distribution and noticed that CPAN's indexer says version is undef since $VERSION is missing: module : PDL::IO::MDIF version: undef in ...
KJ7LNW's user avatar
  • 1,981
1 vote
1 answer
404 views

Is there any instruction on installing Devel::Repl? I use cpan Devel::REPL command to have it installed but I cannot launch it using the re.pl command (as suggested https://metacpan.org/pod/Devel::...
whyuenacccc's user avatar
3 votes
2 answers
247 views

In a Dist::Zilla-based distribution I would like to have some files that are only used for testing, but do not get installed. These are mockup libs that aren't needed for runtime. How do I do that?
simone's user avatar
  • 5,262
2 votes
1 answer
154 views

I am building a module that could work with Mojo::SQLite or Mojo::Pg indifferently. How do I handle the dependencies? I've checked Mojo::DB::Results::Role::Struct which works in the same way, and it ...
simone's user avatar
  • 5,262
2 votes
1 answer
175 views

I would like to write a t/00-check-deps.t module to find all dependencies in MyModule.pm and make sure they exist in Makefile.PL before release. This way when I do make test before distributing to ...
KJ7LNW's user avatar
  • 1,981
3 votes
2 answers
264 views

This is a perl-module specific question: I already have my history and version tags in git so it would be nice to sync ./Changes with git log just before publishing the module update. Specifically I ...
KJ7LNW's user avatar
  • 1,981
4 votes
0 answers
225 views

I've inherited a Perl project that uses a number of Perl modules. I've been trying to set up the environment, but it's been a nightmare. I'm now on day two of just trying to install the modules. The ...
Bill de Haan's user avatar
1 vote
0 answers
120 views

I'm trying to install the Text::Unaccent module for Perl (5.30.3) using cpan (1.64) on macOS Monterey 12.4 but I'm getting 12 warnings and 1 error: Unaccent.xs:109:10: error: implicit declaration of ...
RTF's user avatar
  • 6,524

1
2 3 4 5
25