libregexp-grammars-perl_1.005-1_i386.changes is NEW

Archive Administrator installer at ftp-master.debian.org
Mon Jul 5 17:02:06 UTC 2010


(new) libregexp-grammars-perl_1.005-1.debian.tar.gz optional perl
(new) libregexp-grammars-perl_1.005-1.dsc optional perl
(new) libregexp-grammars-perl_1.005-1_all.deb optional perl
Perl module to add grammatical parsing features to Perl 5.10 regexes
 Regexp::Grammars adds a small number of new regex constructs that can be used
 within Perl 5.10 patterns to implement complete recursive-descent parsing.
 .
 Perl 5.10 already supports recursive=descent matching, via the new
 (?<name>...) and (?&name) constructs. This technique makes it possible
 to use regexes to recognize complex, hierarchical--and even recursive--
 textual structures. The problem is that Perl 5.10 doesn't provide any
 support for extracting that hierarchical data into nested data
 structures. In other words, using Perl 5.10 you can match complex data,
 but not parse it into an internally useful form.
 .
 An additional problem when using Perl 5.10 regexes to match complex
 data formats is that you have to make sure you remember to insert whitespace-
 matching constructs (such as \s*) at every possible position where the
 data might contain ignorable whitespace. This reduces the readability
 of such patterns, and increases the chance of errors (typically caused
 by overlooking a location where whitespace might appear).
 .
 The Regexp::Grammars module solves both those problems.
(new) libregexp-grammars-perl_1.005.orig.tar.gz optional perl
Changes: libregexp-grammars-perl (1.005-1) unstable; urgency=low
 .
  * Initial Release. (Closes: #586750)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 586750 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list