mb
view release on metacpan or search on metacpan
0.49 2022-09-14 00:00:00
- supports RFC2279 encoding by command line option "-e rfc2279"
- created by INABA Hitoshi
0.48 2022-09-02 00:00:00
- update POD
- created by INABA Hitoshi
0.47 2022-08-20 00:00:00
- update POD
- remove /o from regexp
- created by INABA Hitoshi
0.46 2022-08-06 00:00:00
- update POD
- created by INABA Hitoshi
0.45 2022-07-14 00:00:00
- update POD
- created by INABA Hitoshi
0.44 2022-06-12 00:00:00
- update POD
- created by INABA Hitoshi
0.43 2022-05-10 00:00:00
- update POD
- created by INABA Hitoshi
0.42 2022-04-19 00:00:00
- update POD
- created by INABA Hitoshi
0.41 2022-03-18 00:00:00
- fix eratta of comments
- update POD
- created by INABA Hitoshi
0.40 2022-02-19 00:00:00
- updated for safety and long life
- add MOJIBAKE samples
- created by INABA Hitoshi
0.39 2022-02-05 00:00:00
- supports try/catch syntax
- add DAMEMOJI samples
- created by INABA Hitoshi
0.38 2022-01-25 00:00:00
- remove some documents
- created by INABA Hitoshi
0.37 2022-01-18 00:00:00
- supports iterating over multiple values at a time: for my ($key, $value) (%hash) { ... }
- supports iterating over multiple values at a time: for my ($left, $right, $gripping) (@moties) { ... }
- supports defer { block }
- created by INABA Hitoshi
0.36 2021-10-30 00:00:00
- supports /[]/xx, m/[]/xx, qr/[]/xx, s/[]//xx, split /[]/xx, and split m/[]/xx
- created by INABA Hitoshi
0.35 2021-10-20 00:00:00
- supports signatures
- created by INABA Hitoshi
0.34 2021-10-19 00:00:00
- supports opendir(my $dir, ...)
- created by INABA Hitoshi
0.33 2021-10-15 00:00:00
- allow 07, 0o7 and 0O7
- allow 0b1 and 0B1
- allow 123.4e5, 123.4E5, 123.e5, 123.E5, .4e5, and .4E5
- allow 123.4e+5, 123.4E+5, 123.e+5, 123.E+5, .4e+5, and .4E+5
- allow 123.4e-5, 123.4E-5, 123.e-5, 123.E-5, .4e-5, and .4E-5
- allow 0xFF, 0XFF, 0xff, and 0Xff
- allow 0xFF.Ep5, 0xFF.EP5, 0xFF.p5, and 0xFF.P5
- allow 0xFF.Ep+5, 0xFF.EP+5, 0xFF.p+5, and 0xFF.P+5
- allow 0xFF.Ep-5, 0xFF.EP-5, 0xFF.p-5, and 0xFF.P-5
- allow 0Xff.Ep5, 0Xff.EP5, 0Xff.p5, and 0Xff.P5
- allow 0Xff.Ep+5, 0Xff.EP+5, 0Xff.p+5, and 0Xff.P+5
- allow 0Xff.Ep-5, 0Xff.EP-5, 0Xff.p-5, and 0Xff.P-5
- created by INABA Hitoshi
0.32 2021-10-03 00:00:00
- expands wildcard arguments of command line on Microsoft Windows
- created by INABA Hitoshi
0.31 2021-08-26 00:00:00
- escape "@{^CAPTURE}" to "@{[mb::_CAPTURE()]}", not "@{[join $", mb::_CAPTURE()]}"
- created by INABA Hitoshi
0.30 2021-06-28 00:00:00
- fix POD
- created by INABA Hitoshi
0.29 2021-06-16 00:00:00
- fix print lc $_;
- created by INABA Hitoshi
0.28 2021-05-25 00:00:00
- supports die <<HEREDOC, and more
- add SEE ALSO of POD
- created by INABA Hitoshi
0.27 2021-04-24 00:00:00
- fix confess() and cluck() messages
- created by INABA Hitoshi
0.26 2021-04-13 00:00:00
- fix return then /regexp/
- fix $any->split, etc
- created by INABA Hitoshi
0.25 2021-03-15 00:00:00
- fix mb::_ignorecase()
- created by INABA Hitoshi
0.24 2021-03-14 00:00:00
( run in 1.854 second using v1.01-cache-2.11-cpan-71847e10f99 )