From 78ee6f8b48819d4d829f26344718263aaae7579f Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 19 Jul 2003 00:40:39 +0000 Subject: Add p5-B-Keywords 0.05, lists of reserved barewords and symbol names. PR: 54175 Submitted by: Mathieu Arnold --- devel/p5-B-Keywords/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/p5-B-Keywords/pkg-descr (limited to 'devel/p5-B-Keywords/pkg-descr') diff --git a/devel/p5-B-Keywords/pkg-descr b/devel/p5-B-Keywords/pkg-descr new file mode 100644 index 000000000000..181ed4228ba6 --- /dev/null +++ b/devel/p5-B-Keywords/pkg-descr @@ -0,0 +1,9 @@ +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/ -- cgit v1.2.3