diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-02-02 17:22:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-02-02 17:22:57 +0000 |
commit | 3525efedf1c420b8439cb67ef7764a66eca1813f (patch) | |
tree | f7e70e62e1244f587d609767a292a567b899af39 /devel/p5-Config-IniRegEx/pkg-descr | |
parent | 16fd42e92887ed48fde8585b724e8583e35dd737 (diff) |
Notes
Diffstat (limited to 'devel/p5-Config-IniRegEx/pkg-descr')
-rw-r--r-- | devel/p5-Config-IniRegEx/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Config-IniRegEx/pkg-descr b/devel/p5-Config-IniRegEx/pkg-descr new file mode 100644 index 000000000000..96ca9469d580 --- /dev/null +++ b/devel/p5-Config-IniRegEx/pkg-descr @@ -0,0 +1,8 @@ +Using this module it does the ini configuration file parsing, +with an addon facility of regex kind of search. This module +aims out doing a regex search for Sections, and Parameters +of the Ini configuration file. It does the Perl regex matching, +nothing external. So whoever knows the Perl basic regex can +use this feature. + +WWW: http://search.cpan.org/dist/Config-IniRegEx/ |