-
For example, _.html docs and to quote dukeleto, "certain files, which *do_ get updated all the time, should have the latest copyright notices. For instance, when I run "parrot --version", it still tel…
-
In Readonly.pm version 1.04, this magic cookie code has been removed:
```
$Readonly::XS::MAGIC_COOKIE = "Do NOT use or require Readonly::XS unless you're me."
```
Readonly doesn't need this itself, …
-
``` perl
use TryCatch;
sub foo {
try {
# something
} catch ($e) {
# something else
}
return;
}
```
This complains about no final return being there.
-
Migrated from [rt.perl.org#123478](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=123478) (status was 'resolved')
Searchable as RT123478$
p5pRT updated
9 years ago
-
Farabi should be intelligent enough to lose some dependencies.
e.g. Perl::Tidy and Perl::Critic feature is not enabled until you install it.
-
Migrated from [rt.perl.org#121870](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=121870) (status was 'resolved')
Searchable as RT121870$
p5pRT updated
10 years ago
-
I'm not sure if this is sufficient info for you... let me know what else I can provide.
```
--> Working on Test::Roo
Fetching http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Test-Roo-1.003.tar.g…
-
Under fresh stable strawberry installation, is problem with Path::Class module. Log for second installation after first fault:
C:\Users\myuser\Documents>cpanm Padre
--> Working on Padre
Fetching http…
-
kevin@billy:~/GitHub/farabi$ perl ~/GitHub/App-Midgen/script/midgen -no mi
START
Database was generated on Sat, 09 Feb 2013 23:36:39 GMT
delete miscreant noisy children PPI::Dumper ver 1.215
requires…
-
Hello Ido,
You globally undefined $/ which is dangerous for people using your code.
https://github.com/ido50/Locale-Wolowitz/blob/65b303828df7406bd4858227986e13466a415df9/lib/Locale/Wolowitz.pm#L228
…