Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Module-Implementation
From: Thomas Klausner
Date: 2014-09-06 14:57:19
Message id: 20140906125719.6A4BE96@cvs.netbsd.org
Log Message:
Update to 0.09:
0.09 2014-08-24
- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
Knop that adding an XS dependency for a module that's often used to pick
between XS and non-XS implementations doesn't work so well.
0.08 2014-08-24
- Subroutines copied from an implementation package into the loading package
are now renamed using Sub::Name. This causes them to be considered part of
the loading package, which is important for things like
namespace::autoclean. Reported by Karen Etheridge. RT #98097.
Files: