NOTICE: This package has been removed from pkgsrc

./wip/p5-B-Keywords, Lists of reserved barewords and symbol names

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.06, Package name: p5-B-Keywords-1.06, Maintainer: kuli0020

B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
@Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
@Barewords adds a few non-function keywords (like __DATA__, NULL) to the
@Functions array.

All additions and modifications are welcome.

WWW: http://search.cpan.org/dist/B-Keywords/


Master sites: (Expand)

SHA1: 2219217a8cfd0173a49075811e1b0f324bd6bc2d
RMD160: 5f1e14eecdf5a1167ba57faf0a6b347d76b6c733
Filesize: 5.804 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-22 20:32:26 by Tobias Nygren | Files touched by this commit (4) | Package removed
Log message:
Same version available in devel/
   2007-03-22 11:06:07 by Bartosz Kuźma | Files touched by this commit (2)
Log message:
Update to 1.06.

Changes since 0.06:
1.00 Dec 29, 2005
  - Added keywords for 5.10
  - More tests
1.01 Jan 22, 2006
  - Added some variables from 5.10
  - 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
   2006-03-23 19:11:50 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes,
@Filehandles, @Symbols, @Functions and @Barewords. The @Symbols array includes
the contents of each of @Scalars, @Arrays, @Hashes and @Filehandles. Similarly,
@Barewords adds a few non-function keywords (like __DATA__, NULL) to the
@Functions array.

All additions and modifications are welcome.