B-Keywords
view release on metacpan or search on metacpan
- Stuff is exportable now
1.02 Jul 7, 2006
- Added test to watch CORE/keywords.h for new stuff
- Added -x and state to @Functions.
1.03 Aug 17, 2006
- Separated non-functions in @Functions to @Barewords
- Used qw() lists
1.04 Aug 17, 2006
- Fixed syntax bugx in 1.03
1.05 Nov 24, 2006
- Added UNITCHECK
1.07 Feb 14, 2007
- Added EQ GE GT NE LE LT for 5.6.
1.08
- Removed useless author tests
1.09
- 856e84486be2089095a27b18f1344eca29a9ff50 Update administrivia in docs
- b41ee8b135c9d2e0e7eda38dc17f3327f60f1cda $\ was missing from @Scalars.
- a64e7f604687eda699fe778bcb070f3e715741b0 @Functions missing from @Symbols
- bb14cdd3b3e5223fbb904cfbbe87fbcb5f6d8db2 Fix use B::Keywords qw(:all);
1.10
1.21 2019-12-17 17:38:00 rurban
- isa was added with 5.31.7
- improved t/z_kwalitee.t
1.22 2021-02-22 09:42:18 rurban
- add try/catch by Tom Wyant
1.23 2021-10-30 12:52:43 rurban
- relax bogus blead test failures
- add reverse test: if @Barewords are covered on keywords.h
- move some @Barewords not in keywords.h to @BarewordsExtra
- add %main, %CORE, %CORE::GLOBAL:: to @Hashes
- fixed versions for EQ, CORE, state, break, given, when, default, UNITCHECK
1.24 2022-02-21 10:47:08 rurban
- Fix for broken <archlibexp>/CORE/keywords.h test on system macOS
(PR #5, @nega0)
- finally added with 5.35.8 (RT #141406)
1.25 2023-06-19 15:16:08 rurban
- Add Corinna keywords, new with Perl 5.38.0 (PR #8, @trwyant)
ADJUST class field method
1.26 2023-06-19 18:43 rurban
- Updated README
1.27 2024-05-27 12:13 rurban
lib/B/Keywords.pm view on Meta::CPAN
($] >= 5.005064 && $] < 5.006
? qw(STOP) : qw(CHECK)),
# INIT was called RESTART before 5.004_50
($] >= 5.006
? qw(INIT) : qw(RESTART)),
# removed with 855a8c432447
($] < 5.007003 ? qw(
EQ GE GT LE LT NE
) : ()),
($] >= 5.009005 ? qw(
UNITCHECK
) : ()), qw(
abs
accept
alarm
atan2
bind
binmode
bless ),
($] >= 5.009003 && ($] < 5.027007 || $] >= 5.027008 || $CPERL) ? qw(
break
( run in 0.927 second using v1.01-cache-2.11-cpan-702932259ff )