- switched packaging to just EUMM, as MBT wants the .xs file in a
different place
- switched packaging from MB to EUMM+MBT
- repository moved to the github moose organization
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
0.06 2012-10-08
- Fixed some broken logic that lead to a segfault from the
014-weird-constants.t test on some Perls (but unfortunately not the one I
test with by default). Reported by Chisel Wright (and several other
people). RT #80059.
0.05 2012-10-07
- Require Class::Load 0.20 in the code (not just the distro metadata). This
keeps the tests in sync, and this module needed at least 0.11
anyway. Reported by Father Chrysostomos. RT #80002.
- Weird classes with either an ISA or VERSION constant (who does that?) would
cause the XS to blow up badly. Reported by Father Chrysostomos. RT #79998.
devel/p5-Class-Load-XS from 0.03 to 0.04.
pkgsrc changes:
- adjust dependencies according to distributions meta information
Upstream changes:
0.04 2012-02-08
- Some small test changes for the latest Module::Implementation and
Class::Load. There is no need to upgade if you have 0.03 installed.