Felix Ostmann
Felix Ostmann
### Summary `__SUB__` references the wrong sub ### Motivation copy & paste from example was not working
Hello, we have a special replication setup and i run into this bugs. Have a nice day Felix
The carp()-Message from Log::Log4perl::Appender jump over the important package who call the log-method and report from the next package. Simple remove the increase for $Carp::CarpLevel fix the problem. From the...
Currently both names are max 64 characters long. We have a naming-scheme with versioning in the name and hit often this limit. Is there a reason for only allowing 64...
We are playing with try-catch and logdie() and hit some problems. ```perl use Log::Log4perl qw(:no_extra_logdie_message); ``` is bad implemented, due to the use of exit() you can't fetch the error...
from the config ``` ; URIs of upstream repositories (space delimited) ; Defaults to "http://cpan.stratopan.com http://www.cpan.org http://backpan.perl.org" ; sources = ``` The problem is the outdated mirror stratopan (i guess)....