summaryrefslogtreecommitdiffstats
path: root/perl/perl-Parser-MGC/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Parser-MGC/README')
-rw-r--r--perl/perl-Parser-MGC/README7
1 files changed, 1 insertions, 6 deletions
diff --git a/perl/perl-Parser-MGC/README b/perl/perl-Parser-MGC/README
index ce11e13f4f..adb23138d2 100644
--- a/perl/perl-Parser-MGC/README
+++ b/perl/perl-Parser-MGC/README
@@ -1,6 +1 @@
-Parser-MGC is a base class which provides a framework for building
-recursive-descent parsers. It takes its name from the m//gc regular
-expressions it uses to parse data into tokens.
-
-The module is well-documented. This build also includes a detailed
-tutorial and a number of simple examples.
+Build simple recursive-descent parsers in Perl.