Emanuele Tomasi
Emanuele Tomasi
+1 It should be nice to resolve the "Unable to find sub definition" when importing a tag. Emanuele
Update. Not only in the role definition, but also wherever we use that role. Here another example:  As you can see, the subroutine workflow wants an instance of the...
Yes. FROM centos:6 RUN yum install -y \ expat-devel \ gcc \ libxml2-devel \ mysql-devel \ perl-CPAN \ rsyslog \ && yum clean all RUN cpan App::cpanminus \ && cpanm...
Ok, thank you! I'm using the latest version (2020.2.3) Emanuele
Hi, the same problem when running tests: ``` 10:23 Missing Packages (Test::Harness) Library is necessary to perform an action. Install with cpan Install Bundle::Camelcade 10:23 Error running 'Tests from 'test.t'':...
Yes, deleting the file is not a good solution! The simplest Dockerfile you can use is: ``` FROM rockylinux:8 RUN dnf install -y \ perl \ && dnf clean all...
This is what PyCharm print: ``` 2022-05-19 23:51:43,690 [ 73357] WARN - lang.perl.idea.sdk.PerlSdkType - Error copying /usr/share/perl5 to /home/user/.cache/JetBrains/PyCharm2021.3/perl5/remote/docker_image_latest//usr/share/perl5 for docker[image:latest] java.io.IOException: Error copying /usr/share/perl5 to /home/user/.cache/JetBrains/PyCharm2021.3/perl5/remote/docker_image_latest//usr/share/perl5 for docker[image:latest] at...
I was within X window. Here how the powerline looks in a terminal:  With your suggestion the broken glyph is disappeared. Emanuele
Thank you! Emanuele