Skip to content

Commit

Permalink
Merge pull request #4 from eiro/p7
Browse files Browse the repository at this point in the history
gg_replace back perl7 perl7
  • Loading branch information
atoomic authored Jun 28, 2020
2 parents afb329e + 1d9e3bb commit d8f83d4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For a list of contributors to perl, see AUTHORS.

If you need a detailed commit history (i.e. descriptions of each
individual commit), you can view the git version control history online
at https://github.com/Perl/perl7. Or, you can download a copy of the git
at https://github.com/Perl/perl. Or, you can download a copy of the git
repository and then run a command like

git log --name-status v5.12.0..v5.14.0
Expand Down
2 changes: 1 addition & 1 deletion Porting/README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ A helper tool for perl's 2038 support See F<Porting/README.y2038> for details.
=head2 F<todo.pod>

This is a list of wishes for Perl. The most up-to-date version of this file is
at L<https://github.com/Perl/perl7/blob/blead/Porting/todo.pod>.
at L<https://github.com/Perl/perl/blob/blead/Porting/todo.pod>.
The tasks we think are smaller or easier are listed first. Anyone is welcome
to work on any of these, but it's a good idea to first contact
I<[email protected]> to avoid duplication of effort, and to learn from
Expand Down
2 changes: 1 addition & 1 deletion Porting/corelist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ ($)
$bug_tracker = $bug_tracker->{web} if ref($bug_tracker) eq "HASH";

$bug_tracker = defined $bug_tracker ? quote($bug_tracker) : 'undef';
next if $bug_tracker eq "'https://github.com/Perl/perl7/issues'";
next if $bug_tracker eq "'https://github.com/Perl/perl/issues'";
next if $bug_tracker eq "'http://rt.perl.org/perlbug/'";
next if $bug_tracker eq "'https://rt.perl.org/perlbug/'";
$tracker .= sprintf " %-24s=> %s,\n", "'$module'", $bug_tracker;
Expand Down
2 changes: 1 addition & 1 deletion Porting/todo.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ todo - Perl TO-DO list
=head1 DESCRIPTION

This is a list of wishes for Perl. The most up to date version of this file
is at L<https://github.com/Perl/perl7/blob/blead/Porting/todo.pod>.
is at L<https://github.com/Perl/perl/blob/blead/Porting/todo.pod>.

The tasks we think are smaller or easier are listed first. Anyone is welcome
to work on any of these, but it's a good idea to first contact
Expand Down
4 changes: 2 additions & 2 deletions configpm
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $config_txt .= sprintf << 'EOT', $], $export_funcs;

# for a description of the variables, please have a look at the
# Glossary file, as written in the Porting folder, or use the url:
# https://github.com/Perl/perl7/blob/blead/Porting/Glossary
# https://github.com/Perl/perl/blob/blead/Porting/Glossary

package Config;
use strict;
Expand Down Expand Up @@ -896,7 +896,7 @@ named variable exists.

For a description of the variables, please have a look at the
Glossary file, as written in the Porting folder, or use the url:
https://github.com/Perl/perl7/blob/blead/Porting/Glossary
https://github.com/Perl/perl/blob/blead/Porting/Glossary

=over 4

Expand Down
2 changes: 1 addition & 1 deletion hints/dec_osf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ toke_cflags='optimize=-O2'
esac

# The patch 23787
# https://github.com/Perl/perl7/commit/73cb726371990cd489597c4fee405a9815abf4da
# https://github.com/Perl/perl/commit/73cb726371990cd489597c4fee405a9815abf4da
# broke things for gcc (at least gcc 3.3) so that many of the pack()
# checksum tests for formats L, j, J, especially when combined
# with the < and > specifiers, started to fail if compiled with plain -O3.
Expand Down
2 changes: 1 addition & 1 deletion t/op/lc.t
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ is($c , "\x{3c3}FOO.bAR", "Using s///e to change case.");
($c = $a) =~ s/(\p{IsWord}+)/ucfirst($1)/ge;
is($c , "\x{3a3}foo.Bar", "Using s///e to change case.");

# #18931: perl7.8.0 bug in \U..\E processing
# #18931: perl5.8.0 bug in \U..\E processing
# Test case from Nicholas Clark.
for my $a (0,1) {
$_ = 'abcdefgh';
Expand Down
2 changes: 1 addition & 1 deletion t/op/lop.t
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ is( $i, 11, 'negation precedence with &&, multiple operands' );

# RT #131820
#
# It turns out that in 2017, 23 years after the release of perl7,
# It turns out that in 2017, 23 years after the release of perl5,
# the 'xor' logical operator was still untested in core.

for my $test (
Expand Down
2 changes: 1 addition & 1 deletion t/porting/known_pod_issues.dat
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Parse::Keyword
passwd(1)
perl(1)
Perl4::CoreLibs
perl7198delta
perl5198delta
Perl::Unsafe::Signals
perlbug(1)
PerlIO::locale
Expand Down

0 comments on commit d8f83d4

Please sign in to comment.