diff options
author | Chip Salzenberg <chip@atlantic.net> | 1996-11-24 02:01:10 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-11-26 20:48:00 +1200 |
commit | 7c250e572a32978e69b1e9f1f497d3ebd8c9ef5c (patch) | |
tree | 52bba63350ed923c5417f3b40149a9c2effee15e /t | |
parent | 023707f0e94efa86f74dc2ce9400e91352986871 (diff) | |
download | perl-7c250e572a32978e69b1e9f1f497d3ebd8c9ef5c.tar.gz |
Elide spurious space in db-hash.t
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/db-hash.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/db-hash.t b/t/lib/db-hash.t index e6ffa6bacb..09c0ee2151 100755 --- a/t/lib/db-hash.t +++ b/t/lib/db-hash.t @@ -1,4 +1,4 @@ -#!./perl -w +#!./perl -w BEGIN { @INC = '../lib' if -d '../lib' ; |