Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Sub-Override
From: Wen Heping
Date: 2024-07-30 08:26:44
Message id: 20240730062644.51F97FC74@cvs.NetBSD.org
Log Message:
Update to 0.12
Upstream changes:
0.12 Mon Jun 17 2024
- Add 'inject' method which can inject a new subroutine into a namespace.
- Add 'inherit' method which can inherit a subroutine from a parent object.
- Bug fix for wrap not restoring during destruction.
- Internal cleanup.
0.11 Tue May 14 2024
- Update the 'wrap' routine so it handles prototypes transparently.
- Update the 'wrap' routine to prevent creation of an extra stack frame.
- Minor doc updates.
0.10 Wed Nov 22 2023
Add a 'wrap' routine that allows you to call the original sub.
Files: