Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 57f98c9a18feee74f286abfbe4f84551bb6fee4d
https://github.com/Perl/perl5/commit/57f98c9a18feee74f286abfbe4f84551bb6fee4d
Author: Yves Orton <[email protected]>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M MANIFEST
A dist/Filter-Simple/.gitignore
A dist/Filter-Simple/Changes
A dist/Filter-Simple/Makefile.PL
Log Message:
-----------
dist/Filter-Simple - synchronize Makefile.PL and Changes from CPAN
Minor changes to Makefile.PL: whitespace, INSTALLDIRS, and added a
require 5.006 as the module uses 'our', and removed some logic that is
thus redundant for building on perl versions earlier than 5.006. Also
changed license from 'perl' to 'perl_5'