Changeset 2570


Ignore:
Timestamp:
03/03/10 22:18:58 (2 years ago)
Author:
karpet
Message:

pod fix

Location:
Search-Query-Dialect-KSx/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Search-Query-Dialect-KSx/trunk/Changes

    r2569 r2570  
    88          wildcard queries. 
    99 
     100.03    xxx 
     11        * POD fix in NOTWildcardQuery that caused cpan 
     12          to not link the .pm with the .pod 
     13 
     140.03    xxx 
     15        * POD fix in NOTWildcardQuery that caused cpan 
     16          to not link the .pm with the .pod 
     17 
     180.03    xxx 
     19        * POD fix in NOTWildcardQuery that caused cpan 
     20          to not link the .pm with the .pod 
     21 
     220.03    xxx 
     23        * POD fix in NOTWildcardQuery that caused cpan 
     24          to not link the .pm with the .pod 
     25 
     260.03    xxx 
     27        * POD fix in NOTWildcardQuery that caused cpan 
     28          to not link the .pm with the .pod 
     29 
     300.03    xxx 
     31        * POD fix in NOTWildcardQuery that caused cpan 
     32          to not link the .pm with the .pod 
     33 
     340.03    xxx 
     35        * POD fix in NOTWildcardQuery that caused cpan 
     36          to not link the .pm with the .pod 
     37 
     380.03    xxx 
     39        * POD fix in NOTWildcardQuery that caused cpan 
     40          to not link the .pm with the .pod 
     41 
     420.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  
    1717use Search::Query::Dialect::KSx::WildcardQuery; 
    1818 
    19 our $VERSION = '0.02'; 
     19our $VERSION = '0.03'; 
    2020 
    2121__PACKAGE__->mk_accessors( 
  • Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/Compiler.pm

    r2569 r2570  
    77use Data::Dump qw( dump ); 
    88 
    9 our $VERSION = '0.02'; 
     9our $VERSION = '0.03'; 
    1010 
    1111# inside out vars 
  • Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/NOTWildcardQuery.pm

    r2569 r2570  
    55use Carp; 
    66 
    7 our $VERSION = '0.02'; 
     7our $VERSION = '0.03'; 
    88 
    99=head1 NAME 
    1010 
    11 Search::Query::Dialect::KSx::NOTWildcardQUery - KinoSearch query extension 
     11Search::Query::Dialect::KSx::NOTWildcardQuery - KinoSearch query extension 
    1212 
    1313=head1 SYNOPSIS 
  • Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/Scorer.pm

    r2569 r2570  
    55use Carp; 
    66 
    7 our $VERSION = '0.02'; 
     7our $VERSION = '0.03'; 
    88 
    99# Inside-out member vars. 
  • Search-Query-Dialect-KSx/trunk/lib/Search/Query/Dialect/KSx/WildcardQuery.pm

    r2569 r2570  
    77use Search::Query::Dialect::KSx::Compiler; 
    88 
    9 our $VERSION = '0.02'; 
     9our $VERSION = '0.03'; 
    1010 
    1111=head1 NAME 
  • Search-Query-Dialect-KSx/trunk/lib/Search/Query/Field/KSx.pm

    r2569 r2570  
    77__PACKAGE__->mk_accessors(qw( type is_int analyzer )); 
    88 
    9 our $VERSION = '0.02'; 
     9our $VERSION = '0.03'; 
    1010 
    1111=head1 NAME 
Note: See TracChangeset for help on using the changeset viewer.