diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 22:45:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-26 22:45:28 +0000 |
commit | ad31580623307f0b715ee0a148d5b2a56b4280ff (patch) | |
tree | 36dfd7593567ae7ac6dda979dddfafc16261dff2 /Porting | |
parent | c3e95679c8de75bca525d88bd0f2dcde6b95dccb (diff) | |
download | perl-ad31580623307f0b715ee0a148d5b2a56b4280ff.tar.gz |
typo
p4raw-id: //depot/perl@4909
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/p4desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/p4desc b/Porting/p4desc index 27f44f6af1..0bf79da2e0 100755 --- a/Porting/p4desc +++ b/Porting/p4desc @@ -65,7 +65,7 @@ my $cur = m|^Affected files| ... m|^Differences|; # while we are within range if ($cur) { - if (m|^\.\.\. (//depot/.+?#\d+) (add|branch)$|) { + if (m{^\.\.\. (//depot/.+?#\d+) (add|branch)$}) { my $newfile = $1; push @addfiles, $newfile; warn "$newfile add, revision != 1!\n" unless $newfile =~ /#1$/; |