-
Migrated from [rt.perl.org#126632](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=126632) (status was 'resolved')
Searchable as RT126632$
p5pRT updated
8 years ago
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
[Originally Ticket 1649]
Bruce advised we have all web-facing code run under perl taint.
That would also be a good opportunity to run Perl::Tidy over the code base.
-
The documentation says:
Anything which takes a regular expression, such as split and m, must take it in the form of a compiled regex (qr//). Any modifiers can be attached to the qr normally.
This…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
Test::Perl::Critic does some [funky code in `all_critic_ok`](https://metacpan.org/source/THALJEF/Test-Perl-Critic-1.03/lib/Test/Perl/Critic.pm#L90)
The redux of which is as follows:
``` perl
use Tes…
-
I was wondering if anyone has had any success in installing SCOT from source recently (2016)?
I have followed the instructions, here: http://scot.readthedocs.org/en/latest/install.html , and done fr…