diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-19 00:40:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-19 00:40:39 +0000 |
commit | 78ee6f8b48819d4d829f26344718263aaae7579f (patch) | |
tree | 1f5365afb4aa7ca0ecb26b8748e465f38ba20565 /devel/p5-B-Keywords/pkg-descr | |
parent | 64e91e8afa1bf0816f04344868f14ff05d68ddd0 (diff) |
Notes
Diffstat (limited to 'devel/p5-B-Keywords/pkg-descr')
-rw-r--r-- | devel/p5-B-Keywords/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
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/ |