Elvin Aslanov
Elvin Aslanov
The sysctl is named `security.jail.jail_max_af_ips` with the `jail_` prefix in the final part.
Add `my` to synopsis.
Rename and convert README from Markdown to POD POD is Perl native markup, Markdown is foreign to Perl. Why not to respect and use POD where ever possible when GitHub...
These might not need to go into [CPAN's Perl release](https://metacpan.org/dist/perl/source/pod). Keeping all GitHub files in a single place is good I think. I'd also like to convert the two Markdown...
### Describe the bug Running `killall` command on a FreeBSD server results in: ``` ERROR - Undefined subroutine &Rex::Commands::Process::can_run called at /home/regular/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/Rex/Commands/Process.pm line 85. ``` `killall` is defined as follows:...
### Describe the bug Calling [`needs`](https://metacpan.org/pod/Rex::Commands#needs($package-[,-@tasks])) command with the indirect syntax described by its documentation fails with syntax error: ``` /usr/bin/perlbrew exec -q --with perl-5.36.0 /home/regular/perl5/perlbrew/perls/perl-5.36.0/bin/perl /home/regular/perl5/perlbrew/perls/latest/bin/rex one [2022-08-24 12:37:14]...
Quoting of strings can be disabled as follows in `.dataprinter` (or similarly in code) ``` scalar_quotes = 0 ``` See also: https://metacpan.org/pod/Data::Printer::Object#quote_keys
To match F-Droid 0.50 vs 5.50.5 Almost 4 years difference See: https://fosstodon.org/@rwp0/110924115549416649
- Correct indirect syntax in test - Correct indentation on `BEGIN` - Enrich documentation - Spelling and grammar - Capitalize comment sentences Bump version