summaryrefslogtreecommitdiff
path: root/misc/p5-DataCash/files/patch-File::KGlob2RE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-DataCash/files/patch-File::KGlob2RE.pm')
-rw-r--r--misc/p5-DataCash/files/patch-File::KGlob2RE.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/p5-DataCash/files/patch-File::KGlob2RE.pm b/misc/p5-DataCash/files/patch-File::KGlob2RE.pm
new file mode 100644
index 000000000000..9c7a754c60c0
--- /dev/null
+++ b/misc/p5-DataCash/files/patch-File::KGlob2RE.pm
@@ -0,0 +1,11 @@
+--- File/KGlob2RE.pm.orig Wed Apr 17 13:05:33 2002
++++ File/KGlob2RE.pm Wed Apr 17 13:06:10 2002
+@@ -110,7 +110,7 @@
+ warn "Unexpected end of file glob pattern: $glob\n";
+ return undef;
+ }
+- if( $re !~ s-$NOQT/\(\|,\.\*/\)$-\1/- ) { # X/%* -> ^X/
++ if( $re !~ s-$NOQT/\(\|,\.\*/\)$-$1/- ) { # X/%* -> ^X/
+ $re .= '$';
+ } elsif( "" eq $re ) { # Since m// means something else:
+ $re= "^"; # %/* -> anything