diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-18 05:20:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-18 05:20:38 +0000 |
commit | 597e0b2a8e0ca03d756851b989957e310acfaf9a (patch) | |
tree | c6da50efad8d8cf835cba9f8513cf38f942e7349 /tests/tr | |
parent | 56cd9b9a02fd7e089bbd6722adc818c08c3fb7f8 (diff) | |
download | coreutils-597e0b2a8e0ca03d756851b989957e310acfaf9a.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rwxr-xr-x | tests/tr/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index 276265fcb..9f64e5424 100755 --- a/tests/tr/Test.pm +++ b/tests/tr/Test.pm @@ -1,4 +1,4 @@ -package Trtest; +package Test; require 5.002; use strict; |