Update to 0.09.

Changes:	http://search.cpan.org/dist/Text-Query/ChangeLog
This commit is contained in:
Anton Berezin 2013-09-08 16:38:26 +00:00
parent 817e35ef7b
commit ede32b6df9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326761
3 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= Text-Query PORTNAME= Text-Query
PORTVERSION= 0.07 PORTVERSION= 0.09
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-

View file

@ -1,2 +1,2 @@
SHA256 (Text-Query-0.07.tar.gz) = 79857a0ae59323b46a251bc5092994de4d06ae9f6e05f97d46ecc43761b482d8 SHA256 (Text-Query-0.09.tar.gz) = 9d402e1a0d69c9c971216b845e284f05455b406b87d3f6ed0362ee01fbf8d39f
SIZE (Text-Query-0.07.tar.gz) = 13127 SIZE (Text-Query-0.09.tar.gz) = 13985

View file

@ -11,5 +11,4 @@ builder (internal form of the question). The optimizer is then called to
reduce the complexity of the expression. The solver applies the reduce the complexity of the expression. The solver applies the
expression on a data source. expression on a data source.
-Anton WWW: http://search.cpan.org/dist/Text-Query/
<tobez@FreeBSD.org>