The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.003_03 - 2019-10-23

  • Allow prohibit_redirect code to return code ref. This has the effect of defering to the returned code. It was implemented because I wanted to do a little preproscessing and then pass control to ALLOW_REDIRECT_TO_INDEX, but could not find a clean way to make a goto() work.
  • Add -allow-redirect-to-index to eg/test-pod-links

Changes for version 0.003_02 - 2019-10-22

  • Allow code ref for prohibit_redirect, and provide ALLOW_REDIRECT_TO_INDEX. The latter is exportable, and allows URLs ending in '/' if the redirection is the same except for the part after the last slash.

Changes for version 0.003_01 - 2019-10-21

  • Optionally fail URL links that redirect.

Modules