Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH (03|57)] Fwd: (bug in vars.pm) #195

Closed
p5pRT opened this issue Jul 14, 1999 · 1 comment
Closed

[PATCH (03|57)] Fwd: (bug in vars.pm) #195

p5pRT opened this issue Jul 14, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 14, 1999

Migrated from rt.perl.org#1001 (status was 'resolved')

Searchable as RT1001$

@p5pRT
Copy link
Author

p5pRT commented Jul 14, 1999

From dgris@moiraine.dimensional.com

Small patch included.

dgris

Inline Patch
--- lib/vars.pm.old	Wed Jul 14 17:35:40 1999
+++ lib/vars.pm	Wed Jul 14 17:36:09 1999
@@ -14,7 +14,7 @@
     my ($pack, @imports, $sym, $ch) = @_;
     foreach $sym (@imports) {
         ($ch, $sym) = unpack('a1a*', $sym);
-	if ($sym =~ tr/A-Za-Z_0-9//c) {
+	if ($sym =~ tr/A-Za-z_0-9//c) {
 	    # time for a more-detailed check-up
 	    if ($sym =~ /::/) {
 		require Carp;

#End patch

--
Daniel Grisinger dgris@​moiraine.dimensional.com
perl -Mre=eval -e'$_=shift;;@​[=split//;;$,=qq;\n;;;print
m;(.{$-}(?{$-++}));,q;;while$-<=@​[;;' 'Just Another Perl Hacker'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant