in reply to Determining if a change in perl was backported
Is there a way to find out by examining publicly available information ?If you have a copy of the git repository, you could try looking for a similar subject line in the maint branches:
$ git log --oneline --grep 108378 origin/maint-5.20 b79536e lib/locale.t: Remove workaround for now fixed #108378 b127e37 PATCH: [perl #108378] [perl #115800] $ git log --oneline --grep 108378 origin/maint-5.18 $ git log --oneline --grep 108378 origin/maint-5.16 $
I couldn't find a perl5183delta.pod in my perl-5.25.6 source download. (WTF ?)That's an interesting oversight!
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Determining if a change in perl was backported
by choroba (Cardinal) on Nov 07, 2016 at 17:09 UTC |