Changeset 1994
- Timestamp:
- 12/14/07 09:25:55 (9 months ago)
- Files:
-
- swish-e/trunk/perl/Changes (modified) (1 diff)
- swish-e/trunk/perl/Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/trunk/perl/Changes
r1774 r1994 1 Revision history for Perl extension Text::Aspell.1 Revision history for Perl extension SWISH::API 2 2 3 3 ## $Id$ ## swish-e/trunk/perl/Makefile.PL
r1974 r1994 284 284 ( $? & 128 ) ? 'with' : 'without' 285 285 ) 286 : sprintf( " chiled exited with value %d", $? >> 8 );286 : sprintf( "Child exited with value %d", $? >> 8 ); 287 287 288 288 die "Failed to run program [$command]: $status\n" if $status;
