diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-15 21:47:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-15 21:47:55 +0800 |
commit | f0d41db1f9f7ba843b0320b13ae8572e36d51bf8 (patch) | |
tree | 4c4604234f366293c5e520e2dc0a3439b645a089 /textproc/Makefile | |
parent | 8ceee93d95685f0c18eb020a38555a63bfb34d67 (diff) | |
download | freebsd-ports-gnome-f0d41db1f9f7ba843b0320b13ae8572e36d51bf8.tar.gz freebsd-ports-gnome-f0d41db1f9f7ba843b0320b13ae8572e36d51bf8.tar.zst freebsd-ports-gnome-f0d41db1f9f7ba843b0320b13ae8572e36d51bf8.zip |
Base class and utility methods for manipulating Perl via PPI. Pulled
out from the Padre::Task::PPI code.
WWW: http://search.cpan.org/dist/PPIx-EditorTools/
PR: 136699
Submitted by: Cezary Morga <cm@therek.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2f816398a1f4..0ed813960b8d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -510,6 +510,7 @@ SUBDIR += p5-PPI SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS + SUBDIR += p5-PPIx-EditorTools SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength SUBDIR += p5-Parse-Flex |