diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Devel-Constants/pkg-descr | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) |
Notes
Diffstat (limited to 'devel/p5-Devel-Constants/pkg-descr')
-rw-r--r-- | devel/p5-Devel-Constants/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Devel-Constants/pkg-descr b/devel/p5-Devel-Constants/pkg-descr index 543c754dc831..eb3ea12da644 100644 --- a/devel/p5-Devel-Constants/pkg-descr +++ b/devel/p5-Devel-Constants/pkg-descr @@ -1,6 +1,6 @@ Declaring constants is very convenient for writing programs, but as they're often inlined by Perl, retrieving their symbolic names can be -tricky. This is made worse with lowlevel modules that use constants for +tricky. This is made worse with low level modules that use constants for bit-twiddling. Devel::Constants makes this much more manageable. |