projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ce12789
)
Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
Artur Bergman [Sun, 28 Oct 2001 08:12:53 +0000 (08:12 +0000)]
line manually!
p4raw-id: //depot/perl@12728
lib/ExtUtils/xsubpp
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/xsubpp
b/lib/ExtUtils/xsubpp
index
3fbb365
..
d242ff1
100755
(executable)
--- a/
lib/ExtUtils/xsubpp
+++ b/
lib/ExtUtils/xsubpp
@@
-98,7
+98,7
@@
perl(1), perlxs(1), perlxstut(1)
=cut
-require 5.0;
+require 5.002;
use Cwd;
use vars '$cplusplus';
use vars '%v';