projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
48a4adc
)
left-over "use 5.7.2" in threads.pm
Slaven Rezic [Thu, 21 Mar 2002 23:18:13 +0000 (
00:18
+0100)]
Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
p4raw-id: //depot/perl@15733
ext/threads/threads.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/threads/threads.pm
b/ext/threads/threads.pm
index
d8e8b5a
..
12a9afa
100755
(executable)
--- a/
ext/threads/threads.pm
+++ b/
ext/threads/threads.pm
@@
-1,6
+1,6
@@
package threads;
-use 5.7.2;
+use 5.007_002;
use strict;
use warnings;