William N. Braswell, Jr.

Results 125 comments of William N. Braswell, Jr.

@eserte Thank you for your reply! :-) RPerl automatically disables the RequireTidyCode policy, please try running this command: ``` perlcritic --theme core --brutal --exclude=RequirePod --exclude=RequireTidyCode blib/lib/RPerl/Test/Operator10NamedUnaryLog/program_00_good.pl; echo $? ``` It...

@bulk88 In the 3rd block of pasted data above, you list the output of the command: C:\sources\rperl>perl -Ilib C:\sources\rperl\lib\RPerl\Test\Operator05BitwiseNegation\program_00_bad_01.pl However, that is not the output I need to see, because...

Perl 11 has been replaced by the Perl Community Roadmap: http://perlcommunity.org/ Thank you for reporting this bug, it will be fixed in a future release of Learning RPerl!

@vadimkantorov Thank you very much for your interest in the Perl compiler! We have partially completed work on generating the Debian packages, are you available to help us finish the...

Do you happen to have any experience with Ruby? We already have RPM packages built using the FPM utility combined with the CPANtoFPM utility. https://github.com/wbraswell/fpm https://gitlab.com/wbraswell/app-cpantofpm We just need to...

MongoDB is only a requirement for passing the installation tests, all the optional 3rd-party libraries (including MongoDB) will be split out from the core RPerl compiler in a future release....

@sigzero I would like to help you along the way with your RPerl experiments, can you please provide a brief description of your tasks and goals? I'm also on Facebook...

Temporarily disabling offending code, not actually fixed yet

@lbe I would love to have your help upgrading the RPerl installer program, including these same issues you have listed. Please review the directions in the CONTRIBUTING file and let...

Yes this should be possible (and seems important), I will leave this issue open until I am back working on the *.pl processing mechanisms where this would be dealt with.