Changeset 4196 for trunk/admin/check-doc-strings
- Timestamp:
- 2007年03月21日 09時51分40秒 (2 years ago)
- Files:
-
- trunk/admin/check-doc-strings (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/check-doc-strings
r3680 r4196 1 1 : #-*- Perl -*- 2 2 eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge 3 if 0; # Author: Martin Buchholz 3 if 0; 4 5 # Author: Martin Buchholz 6 # This program is in the public domain. 4 7 5 8 use strict;
