Changeset 1601
- Timestamp:
- 01/31/05 18:43:36 (4 years ago)
- Files:
-
- trunk/swish_website/Plugin/My/POD.pm (modified) (1 diff)
- trunk/swish_website/bin/build (modified) (1 diff)
- trunk/swish_website/etc/swish.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/Plugin/My/POD.pm
r1599 r1601 19 19 # How's this for a hack? 20 20 return \@pod_toc if $content eq 'toc'; 21 22 21 23 22 # Grab pod index variable trunk/swish_website/bin/build
r1600 r1601 409 409 ) { 410 410 if ( -x ) { 411 $ver = `$_ - `;411 $ver = `$_ -version`; 412 412 chomp $ver; 413 413 warn "Found version [$ver] from program $_\n" if $self->config->verbose; trunk/swish_website/etc/swish.config
r1593 r1601 11 11 IndexFile public_html/search/index.swish-e 12 12 13 # Add these metanames to allow searching list archive, too 14 MetaNames swishtitle name email 15
