Skip to content

History / Upgrading the `perl` component to a new version

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Mar 18, 2025
  • typo with link

    @derrickstolee derrickstolee committed Jul 7, 2020
  • Mention that the DLL file name has to be upgraded manually (don't ask me how I found out -- again -- that this is a manual step)

    @dscho dscho committed Jul 7, 2020
  • Add the motivation for keeping Perl up to date

    @dscho dscho committed Jul 7, 2020
  • Document the main challenge with the `perl` package

    @dscho dscho committed Jul 7, 2020