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 2.17

  • Just an intermediate release! (in order to get help on fixing Class::MethodMaker for 5.14)
  • already fixed breakage with 5.13.3 (CvGV is now an rvalue, so use CvGV_set instead of assigning directly -- credits to ANDK, rafl and Zefram)
  • added test for no warnings to additionally be able to bisect annoying warnings since 5.13.2
  • Stay tuned -- 2.18 will hopefully completely revitalize C:MM for Perl 5.13+.

Documentation

end

Modules

Create generic methods for OO Perl
The parameter passing, method installation & non-data-structure methods of Class::MethodMaker.
Constants for C::MM's option extension mechanism
V1 compatibility code for C::MM

Provides

in Generate.pm

Examples