- New upstream release 0.10
- Rewrite pure-perl implementation in terms of B::main_start (greatly
simplifies code)
- Fix pure-perl behavior under $^C (CPAN RT#78619)
- Separate XS portion into a compiler-optional dependency
Devel::GlobalDestruction::XS
- Bump perl(Sub::Exporter::Progressive) version requirement to 0.001006
- Package is always noarch now
- BR:/R: perl(Devel::GlobalDestruction::XS) with perl < 5.13.7
- BR: perl(threads::shared) for the test suite
- New upstream release 0.08
- Switch to Sub::Exporter::Progressive
- BR: perl(Sub::Exporter::Progressive) ≥ 0.001002 rather than plain
perl(Sub::Exporter)
- New upstream release 0.07
- Actually detect errors in pure-perl test
- Add prototype to pure-perl pre-5.14 version
- This release by FLORA -> update source URL
- BR: perl(File::Spec), perl(File::Temp) and perl(threads)
- New upstream release 0.06
- De-retardize XS-less behavior under SpeedyCGI
- Test suite now works from within space-containing paths
- This release by RIBASUSHI -> update source URL
- New upstream release 0.05
- Add pure-perl implementation for situations where neither ${^GLOBAL_PHASE}
nor XS are available
- This release by DOY -> update source URL
- BR: perl(XSLoader) only if we're doing an XS build, and in that case add a
runtime dependency on it and BR: perl(ExtUtils::CBuilder) ≥ 0.27 too
- Add runtime dependency on perl(Carp)
- Drop %defattr, redundant since rpm 4.4
- New upstream release 0.04
- To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself
instead of a specific perl version
- Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available
- Stop depending on Scope::Guard for the tests
- Upgrade ppport.h from version 3.13 to 3.19
- Drop no-longer-necessary buildreq perl(Scope::Guard)
- Use DESTDIR rather than PERL_INSTALL_ROOT
- BR: perl(XSLoader)
- New upstream release 0.03
- Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}
(5.13.7 onwards)
- Require at least Perl 5.6
- Use XSLoader without a fallback to DynaLoader
- Use our instead of use vars
- This release by FLORA -> update source URL
- Package is noarch from perl 5.13.7
- Package Changes file
- Use %{?perl_default_filter}