projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
96d5218
)
mktables requires post 5.005
Nicholas Clark [Sat, 1 May 2004 11:16:35 +0000 (11:16 +0000)]
p4raw-id: //depot/perl@22759
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
e4020ec
..
abbcce0
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-1,4
+1,5
@@
#!/usr/bin/perl -w
+require 5.008; # Needs pack "U". Probably safest to run on 5.8.x
use strict;
use Carp;