-
**Describe the bug**
There are multiple dead links in the api docs. See also #10213
**To Reproduce**
Steps to reproduce the behavior:
1. Run the following script after configuring the `src` and …
-
### Describe the bug
I install Perl with Nix with the following command:
```console
nix profile install nixpkgs#perl
```
Then, when I run `perl` there's always a warning (see below).
If …
-
Same as https://github.com/moznion/Perl-PrereqScanner-Lite/issues/6
redirected from https://github.com/miyagawa/Dist-Milla/issues/32
``` perl
use Perl::PrereqScanner;
warn Perl::PrereqScanner->new->…
-
Migrated from [rt.cpan.org#97525](https://rt.cpan.org/Ticket/Display.html?id=97525) (status was 'open')
Requestors:
* ralf@strcmp.de
From ralf@strcmp.de on 2014-07-26 13:33:50:
```
This comes from t…
-
[root@localhost Molten]# phpize
Configuring for:
PHP Api Version: 20151012
Zend Module Api No: 20151012
Zend Extension Api No: 320151012
perl: warning: Setting locale failed.
perl…
-
NetBSD dropped default support for GNU extensions to the regular expressions (e.g., \w meaning [[:alnum:]_]). This causes aspell to compile, but fail at runtime. These patches replace the GNU extens…
-
I'm currently working on the stretch transition and am hitting an issue:
````
root@da-shiz products/core# export RELEASE=debian/stretch
root@da-shiz products/core# export FAB_POOL=y
root@da-shiz p…
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected termin…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=89375
Requested On: Wed Oct 09 22:52:37 2013
Requested By: steve.siano@yahoo.com
---
Test 00_modules.t failed when trying to install Perl::Critic…
-
A `while` loop should probably be handled like a `for` loop, that is, `next`/`last`/`redo` should be allowed here. Currently this is causing a violation. Sample script:
```
#!/usr/bin/perl
use st…