Bundle-PBib

 view release on metacpan or  search on metacpan

lib/Biblio/bp/lib/bp-inspec4.pl  view on Meta::CPAN

195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
    if (defined $can{'Keywords'}) {
      $can{'Keywords'} .= '; ' . $ent{'Free Terms'};
    } else {
      $can{'Keywords'} = $ent{'Free Terms'};
    }
  }
  # Conf. Date
  # Conf. Loc
  # Conf. Sponsor
 
  # CCETT outlining the main fields of activity
  # Numerical Index
  # Translation of
 
 
  $can{'OrigFormat'} = $version;
 
  %can;
}
 
#######################



( run in 2.909 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )