summaryrefslogtreecommitdiff
path: root/devel/p5-Syntax-Keyword-Junction
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03Updating package for CPAN distribution Syntax-Keyword-Junction insno2-7/+6
devel/p5-Syntax-Keyword-Junction from 0.003002nb1 to 0.003004. Upstream changes: 0.003004 2013-04-28 19:00:36 CST6CDT - Silence even more warnings above 5.17.10 (RJBS) 0.003003 2013-04-10 06:38:29 CST6CDT - Silence warnings above 5.17.10
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-01-27Updated to 0.003002rhaen2-7/+6
Changelog: 0.003002 2012-11-17 16:20:07 CST6CDT - Put MetaYAML back in dist
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-13Adding package for CPAN modules Syntax::Feature::Junction andsno3-0/+47
Syntax::Keyword::Junction from distribution Syntax-Keyword-Junction version 0.003001 into devel/p5-Syntax-Keyword-Junction. This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all. Inspired by the Perl6 design docs [1]. Provides a limited subset of the functionality of Quantum::Superpositions ([2]). That if you want to match against a regular expression, you must use == or !=. Not =~ or !~. You must also use a regex object, such as qr/\d/, not a plain regex such as /\d/. This module is actually a fork of Perl6::Junction with very few (initial) changes. The reason being that we want to avoid the incendiary name containing Perl6. Quantum::Superpositions provides the same functionality as this, and more. However, this module provides this limited functionality at a much greater runtime speed, with my benchmarks showing between 500% and 6000% improvment. [1] http://dev.perl.org/perl6/doc/design/exe/E06.html [2] http://search.cpan.org/perldoc?Quantum%3A%3ASuperpositions