need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-PPI-XS / DESCR
1 PPI::XS provides XS-based acceleration of the core PPI packages. It
2 selectively replaces a (small but growing) number of methods throughout PPI
3 with identical but much faster C versions.
4 Once installed, it will be auto-detected and loaded in by PPI completely
5 transparently.
6 Because the C implementations are linked to the perl versions of the same
7 function, it is preferable to upgrade PPI::XS any time you do a major upgrade
8 of PPI itself.