Changeset 2570
- Timestamp:
- 03/03/10 22:18:58 (2 years ago)
- Location:
- Search-Query-Dialect-KSx/trunk
- Files:
-
- 7 edited
-
Changes (modified) (1 diff)
-
lib/Search/Query/Dialect/KSx.pm (modified) (1 diff)
-
lib/Search/Query/Dialect/KSx/Compiler.pm (modified) (1 diff)
-
lib/Search/Query/Dialect/KSx/NOTWildcardQuery.pm (modified) (1 diff)
-
lib/Search/Query/Dialect/KSx/Scorer.pm (modified) (1 diff)
-
lib/Search/Query/Dialect/KSx/WildcardQuery.pm (modified) (1 diff)
-
lib/Search/Query/Field/KSx.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Search-Query-Dialect-KSx/trunk/Changes
r2569 r2570 8 8 wildcard queries. 9 9 10 0.03 xxx 11 * POD fix in NOTWildcardQuery that caused cpan 12 to not link the .pm with the .pod 13 14 0.03 xxx 15 * POD fix in NOTWildcardQuery that caused cpan 16 to not link the .pm with the .pod 17 18 0.03 xxx 19 * POD fix in NOTWildcardQuery that caused cpan 20 to not link the .pm with the .pod 21 22 0.03 xxx 23 * POD fix in NOTWildcardQuery that caused cpan 24 to not link the .pm with the .pod 25 26 0.03 xxx 27 * POD fix in NOTWildcardQuery that caused cpan 28 to not link the .pm with the .pod 29 30 0.03 xxx 31 * POD fix in NOTWildcardQuery that caused cpan 32 to not link the .pm with the .pod 33 34 0.03 xxx 35 * POD fix in NOTWildcardQuery that caused cpan 36 to not link the .pm with the .pod 37 38 0.03 xxx 39 * POD fix in NOTWildcardQuery that caused cpan 40 to not link the .pm with the .pod 41 42 0.03 xxx 43 * POD fix in NOTWildcardQuery that caused cpan 44 to not link the .pm with the .pod 45 -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx.pm
r2569 r2570 17 17 use Search::Query::Dialect::KSx::WildcardQuery; 18 18 19 our $VERSION = '0.0 2';19 our $VERSION = '0.03'; 20 20 21 21 __PACKAGE__->mk_accessors( -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/Compiler.pm
r2569 r2570 7 7 use Data::Dump qw( dump ); 8 8 9 our $VERSION = '0.0 2';9 our $VERSION = '0.03'; 10 10 11 11 # inside out vars -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/NOTWildcardQuery.pm
r2569 r2570 5 5 use Carp; 6 6 7 our $VERSION = '0.0 2';7 our $VERSION = '0.03'; 8 8 9 9 =head1 NAME 10 10 11 Search::Query::Dialect::KSx::NOTWildcardQ Uery - KinoSearch query extension11 Search::Query::Dialect::KSx::NOTWildcardQuery - KinoSearch query extension 12 12 13 13 =head1 SYNOPSIS -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/Scorer.pm
r2569 r2570 5 5 use Carp; 6 6 7 our $VERSION = '0.0 2';7 our $VERSION = '0.03'; 8 8 9 9 # Inside-out member vars. -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/WildcardQuery.pm
r2569 r2570 7 7 use Search::Query::Dialect::KSx::Compiler; 8 8 9 our $VERSION = '0.0 2';9 our $VERSION = '0.03'; 10 10 11 11 =head1 NAME -
Search-Query-Dialect-KSx/trunk/lib/Search/Query/Field/KSx.pm
r2569 r2570 7 7 __PACKAGE__->mk_accessors(qw( type is_int analyzer )); 8 8 9 our $VERSION = '0.0 2';9 our $VERSION = '0.03'; 10 10 11 11 =head1 NAME
Note: See TracChangeset
for help on using the changeset viewer.