Changeset 261

Show
Ignore:
Timestamp:
05/30/06 07:49:05 (6 years ago)
Author:
knok
Message:

Namazu 0.94

Location:
Search-Namazu/branches/0.94
Files:
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • Search-Namazu/branches/0.94/Search-Namazu/ChangeLog

    r253 r261  
     12006-05-30  NOKUBI Takatsugu  <knok@daionet.gr.jp> 
     2 
     3        * Namazu.xs: Added workaround for perl 5.6.0 
     4 
     5        * Released as 0.94. 
     6 
    172006-04-03  NOKUBI Takatsugu  <knok@daionet.gr.jp> 
    28 
  • Search-Namazu/branches/0.94/Search-Namazu/Namazu.pm

    r253 r261  
    258258# %EXPORT_TAGS = (all => [qw()]); 
    259259 
    260 $VERSION = '0.93'; 
     260$VERSION = '0.94'; 
    261261 
    262262bootstrap Search::Namazu $VERSION; 
  • Search-Namazu/branches/0.94/Search-Namazu/Namazu.xs

    r253 r261  
    201201                strcpy(cqstr, qstr); 
    202202                retar = call_search_main_c(cqstr, maxget); 
    203 #if ! defined(PERL_VERSION) 
     203#if ! defined(PERL_VERSION) || (PERL_VERSION == 6 && PERL_SUBVERSION == 0) 
    204204                { /* workaround for only one result */ 
    205205                        SV *ohlist = perl_eval_pv("new Search::Namazu::Result", TRUE);