- New upstream release 0.26
- %DB::sub is now populated correctly for sub names with wide characters or
nulls (GH#9)
- Better Perl 5.6 compatibility by lowering prereqs of core modules
- Test for renaming lexical subs, which should work on Perl 5.22+ (GH#10)
- Small internal changes to bring implementation in line with changes to
Sub::Util
- Fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
(CPAN RT#125158)
- Use author-independent source URL
- Fix permissions verbosely
- New upstream release 0.21
- Fix occasional segmentation fault on OpenBSD when malloc randomization
causes nameptr to be at the beginning of the page (CPAN RT#117072)
- New upstream release 0.18
- Support binary and unicode symbol names (PR#8)
- Fixed parsing error where the name contains a single colon but the last
separator is ::
- New upstream release 0.15
- Fix uninitialized warning in test on perls < 5.8.6 (CPAN RT#104510)
- Repository moved to the github p5sagit organization (the primary is on
shadowcat, mirrored to github)
- Explicitly BR: perl-devel, needed for EXTERN.h
- New upstream release 0.14
- Remove mandatory dependencies for optional test
- Mark the test with B::C as TODO, as it seems to fail frequently and should
not block normal installations
- New upstream release 0.12
- Move variable declaration to fix warning under
-Werror=declaration-after-statement, to allow compilation under MSVC (GH#3)
- Converted distribution packaging to Dist::Zilla
- Fix licence in LICENSE and pod
- Package new upstream CONTRIBUTING and LICENSE files
- Classify buildreqs by usage
- New upstream release 0.09
- Copy the contents of the %DB::sub entry if it exists; fixes
Devel::NYTProf's anon sub handling (CPAN RT#50524)
- Drop upstreamed debugger patch
- Drop EL-5 compatibility since we need Devel::CheckBin, which can't be
built for EPEL-5 or EPEL-6
- New upstream release 0.06
- Do not change the string arg in XS, use copy instead (CPAN RT#96893)
- Add README make target
- Add more distribution metadata
- This release by ETHER → update source URL
- Update debugger patch (CPAN RT#96893)
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot