The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Version history for Catalyst-TraitFor-Request-Methods:

v0.5.2    2023-06-14 15:37:24+01:00 Europe/London
  [Tests]
  - Added required module for tests to work around broken CPAN Testers environments.

v0.5.1    2023-06-11 14:30:20+01:00 Europe/London
  [Documentation]
  - Document support policy for older Perl versions.

  - Bumped copyright year.

  [Tests]
  - Cleaned up prerequisite reports.

v0.5.0    2022-09-20 18:18:30+01:00 Europe/London
  [Enhancements]
  - Removed the use of Data::Enum, since it is slower than comparing strings.

v0.4.0    2022-09-04 16:11:27+01:00 Europe/London
  [Incompatible Changes]
  - This now requires Perl 5.14 or later.

  - Removed is_propfind. A better way is needed for handling HTTP extension methods.

  [Other]
  - Internal code improvements.

  - Sign release.

v0.3.2    2022-07-29 16:46:23+01:00 Europe/London
  [Enhancements]
  - Add is_unrecognized_method method.

  [Bug Fix]
  - Handle unrecognised HTTP methods.  Users of v0.3.0-v0.3.1 should upgrade.

v0.3.1    2022-07-29 11:46:35+01:00 Europe/London
  [Enhancements]
  - Added support for the PROPFIND method.

v0.3.0    2022-07-27 12:53:55+01:00 Europe/London
  [Enhancements]
  - Use Data::Enum for method predicates.

  [Documentation]
  - Updated copyright year.

  - Fixed encoding of links in README.

  [Toolchain]
  - Updated MANIFEST.SKIP.

v0.2.3    2020-07-31 15:01:57+01:00 Europe/London
  [Documentation]
  - Updated copyright year.

  [Toolchain]
  - Add core modules in the prerequisites.

  - Fixed incorrect module metadata keywords.

v0.2.2    2019-11-14 17:34:10+00:00 Europe/London
  [Enhancements]
  - The methods have been rewritten as lazy, read-only attributes.

  [Other]
  - Remove the use of Sub::Util.

v0.2.1    2019-11-13 13:28:00+00:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - Remove the use of MooseX::MungeHas or Sub::Util.

v0.2.0    2019-11-12 08:54:51+00:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - The methods have been rewritten as lazy, read-only attributes.

v0.1.1    2019-08-12 17:05:57+01:00 Europe/London
  [Bug Fixes]
  - Specify a minimum Catalyst version.

  [Documentation]
  - Link to Catalyst::Request from SEE ALSO.

  - Elaborated on use case for this module.

  [Tests]
  - Remove unnecessary test prereqs.

v0.1.0    2019-08-12 13:20:13+01:00 Europe/London
  - Initial version released.