diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-05-26 16:12:05 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-05-26 16:12:05 +0000 |
commit | 08803e2f4621e1df123fa2abb9cce833739ad574 (patch) | |
tree | f12293d5764a3a03a371c21a613fa3a9e9658622 /textproc/p5-PPI-XS/pkg-descr | |
parent | 7cd4402a2b0f5cf27aa2e6fb23718ac59ea2031c (diff) | |
download | ports-08803e2f4621e1df123fa2abb9cce833739ad574.tar.gz ports-08803e2f4621e1df123fa2abb9cce833739ad574.zip |
Notes
Diffstat (limited to 'textproc/p5-PPI-XS/pkg-descr')
-rw-r--r-- | textproc/p5-PPI-XS/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-PPI-XS/pkg-descr b/textproc/p5-PPI-XS/pkg-descr new file mode 100644 index 000000000000..31cb4c69a488 --- /dev/null +++ b/textproc/p5-PPI-XS/pkg-descr @@ -0,0 +1,5 @@ +PPI::XS provides XS-based acceleration of the core PPI packages. It +selectively replaces a (small but growing) number of methods throughout +PPI with identical but much faster C versions. + +WWW: http://search.cpan.org/dist/PPI-XS/ |