mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +01:00
Add perl 5.15.7
This commit is contained in:
parent
8318056879
commit
1b6d89f9b4
8 changed files with 179 additions and 0 deletions
13
steps/perl-5.15.7/patches/5.14_mk_PL_charclass.patch
Normal file
13
steps/perl-5.15.7/patches/5.14_mk_PL_charclass.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git perl-5.15.7/regen/mk_PL_charclass.pl perl-5.15.7/regen/mk_PL_charclass.pl
|
||||
index a2f837fefc..f777ffe74d 100644
|
||||
--- perl-5.15.7/regen/mk_PL_charclass.pl
|
||||
+++ perl-5.15.7/regen/mk_PL_charclass.pl
|
||||
@@ -64,7 +64,7 @@ while (<$fh>) {
|
||||
# Lines look like (without the initial '#'
|
||||
#0130; F; 0069 0307; # LATIN CAPITAL LETTER I WITH DOT ABOVE
|
||||
# Get rid of comments, ignore blank or comment-only lines
|
||||
- my $line = $_ =~ s/ (?: \s* \# .* )? $ //rx;
|
||||
+ my $line = $_ =~ s/ (?: \s* \# .* )? $ //x;
|
||||
next unless length $line;
|
||||
my ($hex_from, $fold_type, @folded) = split /[\s;]+/, $line;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue