This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6abf24
)
C<use vars> didn't work until 5.002
author
Chip Salzenberg
<chip@perl.com>
Tue, 19 Nov 1996 00:07:00 +0000
(12:07 +1200)
committer
Chip Salzenberg
<chip@atlantic.net>
Fri, 21 Feb 1997 14:41:53 +0000
(
02:41
+1200)
lib/vars.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/vars.pm
b/lib/vars.pm
index
f0a6e54
..
0b7dacc
100644
(file)
--- a/
lib/vars.pm
+++ b/
lib/vars.pm
@@
-29,7
+29,8
@@
ensuring their availability to to the later-loaded routines.
See L<perlmod/Pragmatic Modules>.
=cut
-require 5.000;
+
+require 5.002;
use Carp;
sub import {