Package Release Info

perl-Class-MethodMaker-2.24-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Class-MethodMaker

Change Logs

* Mon Mar 04 2024 pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
* Sat Jul 08 2017 bwiedemann@suse.com
- Add reproducible.patch to sort hashes to fix build-compare
* Mon Apr 13 2015 coolo@suse.com
- updated to 2.24
  see /usr/share/doc/packages/perl-Class-MethodMaker/Changes
  2.24	Mar 31 2015
  - fix missing OUTPUT section - RT#103113 (Zefram)
  2.23	Mar 05 2015
  - Use strict and warnings everywhere (Neil Bowers)
  - renamed CommonMethods.pm to CommonMethods.pmt, as it's a
    template for module code. CPANTS was assuming it's a module
    from the name, and failing it (Neil Bowers)
  2.22	Jan 14 2015
  - use File::Temp::tmpnam as needed in Android (Brian Fraser)
  2.21	Mar 16 2014
  - sync with Debian patches - RT#91658
  - fix copyright and license entries - RT#43463
* Sun Feb 09 2014 coolo@suse.com
- updated to 2.20
  - drop t/v1*.t unit tests due to license issue
    https://github.com/renormalist/class-methodmaker/issues/2
* Wed Dec 18 2013 coolo@suse.com
- updated to 2.19
  - Fix 5.19 incompatibility - RT#88934 (Zefram)
  - small distro polishing
* Thu Apr 21 2011 coolo@opensuse.org
- updated to 2.18
  - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)
  - Just an intermediate release!
    (in order to get help on fixing Class::MethodMaker for 5.14)
  - already fixed breakage with 5.13.3 (rt#66196)
    (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+.
* Thu Mar 31 2011 coolo@novell.com
- update to 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+.
* Wed Dec 01 2010 coolo@novell.com
- switch to perl_requires macro
* Wed Jun 02 2010 chris@computersalat.de
- update to version 2.16
  - Drop signature self test in order to fix rt#57359
  - fix missing use base (Yan Fitterer / Martyn J. Pearce)
  - fix case of "LICENSE" key and upgrade Makefile.PL
    (cpanservice@chorny.net)
* Sun Apr 04 2010 chris@computersalat.de
- update to version 2.15
  - Skip some tests on MSWin (#16601)
- 2.14	Feb 15 2009
  - Fix Incorrect value checking in set_sub_name, introduced in
    v2.13 (#41994) (Jens Rehsack)
- 2.13	Dec 02 2008
  - Improve diagnostics and avoid crash with bad arguments.
    (Lubomir Rintel)
- 2.12	Jul 20 2008
  - fixed warnings: Name " X::foo" used only once (#35840, #37023)
- cleanup spec
  o sort TAGS
  o add Url
  o fixed deps
  - removed BuildReq perl-Module-Build
  - added BuildReq perl
  o updated description
  o added check
  o macros
  o doc
  - removed MANIFEST
  - added SIGNATURE
- removed obsolete patches
  o Class-MethodMaker-Makefile.PL.diff
  o suppress_warning.diff
- added perl-macros