Ignore:
Timestamp:
02/23/10 09:40:38 (2 years ago)
Author:
karpet
Message:

ok. real KS support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Search-Query/trunk/lib/Search/Query/Field/SWISH.pm

    r2536 r2538  
    6666 
    67671; 
     68 
     69__END__ 
     70 
     71=head1 AUTHOR 
     72 
     73Peter Karman, C<< <karman at cpan.org> >> 
     74 
     75=head1 BUGS 
     76 
     77Please report any bugs or feature requests to C<bug-search-query at rt.cpan.org>, or through 
     78the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-Query>.  I will be notified, and then you'll 
     79automatically be notified of progress on your bug as I make changes. 
     80 
     81=head1 SUPPORT 
     82 
     83You can find documentation for this module with the perldoc command. 
     84 
     85    perldoc Search::Query 
     86 
     87 
     88You can also look for information at: 
     89 
     90=over 4 
     91 
     92=item * RT: CPAN's request tracker 
     93 
     94L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Search-Query> 
     95 
     96=item * AnnoCPAN: Annotated CPAN documentation 
     97 
     98L<http://annocpan.org/dist/Search-Query> 
     99 
     100=item * CPAN Ratings 
     101 
     102L<http://cpanratings.perl.org/d/Search-Query> 
     103 
     104=item * Search CPAN 
     105 
     106L<http://search.cpan.org/dist/Search-Query/> 
     107 
     108=back 
     109 
     110 
     111=head1 ACKNOWLEDGEMENTS 
     112 
     113This module started as a fork of Search::QueryParser by 
     114Laurent Dami. 
     115 
     116=head1 COPYRIGHT & LICENSE 
     117 
     118Copyright 2010 Peter Karman. 
     119 
     120This program is free software; you can redistribute it and/or modify it 
     121under the terms of either: the GNU General Public License as published 
     122by the Free Software Foundation; or the Artistic License. 
     123 
     124See http://dev.perl.org/licenses/ for more information. 
     125 
     126=cut 
Note: See TracChangeset for help on using the changeset viewer.