Bug#615030: ITP: libsyntax-perl -- pragma for activating syntax extensions
Package: wnpp
Owner: gregor herrmann <gregoa@debian.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-perl@lists.debian.org
* Package name : libsyntax-perl
Version : 0.003
Upstream Author : Robert 'phaylon' Sedlacek <rs@474.at>
* URL : http://search.cpan.org/dist/syntax/
* License : Artistic or GPL-1+
Programming Lang: Perl
Description : pragma for activating syntax extensions
The syntax pragma activates community provided syntax extensions to Perl. You
pass it a feature name, and optionally a scalar with arguments, and the
dispatching system will load and install the extension in your package.
The import arguments are parsed with Data::OptList. There are no standardised
options. Please consult the documentation for the specific syntax feature to
find out about possible configuration options.
The passed in feature names are simply transformed: function becomes
Syntax::Feature::Function and foo_bar would become Syntax::Feature::FooBar.
Reply to: