7 years agoRelease commit for 0.14 v0.14
Graham Knop [Mon, 31 Oct 2016 22:25:46 +0000]
Release commit for 0.14

7 years agoBumping version to 0.14
Graham Knop [Mon, 31 Oct 2016 22:25:18 +0000]
Bumping version to 0.14

7 years agodrop CBuilder prereq
Graham Knop [Mon, 31 Oct 2016 22:24:21 +0000]
drop CBuilder prereq

7 years agoneed to load EUMM early for arg parsing
Graham Knop [Mon, 31 Oct 2016 22:23:55 +0000]
need to load EUMM early for arg parsing

7 years agochangelog
Graham Knop [Mon, 31 Oct 2016 22:20:38 +0000]
changelog

7 years agofix thread test with @INC lacks .
Graham Knop [Sun, 16 Oct 2016 11:16:38 +0000]
fix thread test with @INC lacks .

7 years agoavoid needing . in @INC in dev mode
Graham Knop [Sat, 15 Oct 2016 21:12:36 +0000]
avoid needing . in @INC in dev mode

7 years agouse ExtUtils::HasCompiler for compiler detection
Graham Knop [Sat, 15 Oct 2016 00:35:06 +0000]
use ExtUtils::HasCompiler for compiler detection

9 years agofix my name in author data
Graham Knop [Mon, 8 Sep 2014 10:16:24 +0000]
fix my name in author data

9 years agoupdate Makefile.PL boilerplate
Graham Knop [Mon, 18 Aug 2014 21:00:11 +0000]
update Makefile.PL boilerplate

9 years agoRelease commit for 0.13 v0.13
Graham Knop [Sat, 16 Aug 2014 00:34:00 +0000]
Release commit for 0.13

9 years agobump version
Graham Knop [Sat, 16 Aug 2014 00:33:26 +0000]
bump version

9 years agoupdate changes
Graham Knop [Sat, 16 Aug 2014 00:33:11 +0000]
update changes

9 years agodistar-ify
Graham Knop [Tue, 12 Aug 2014 07:08:27 +0000]
distar-ify

10 years agoVersion 0.12 Devel-GlobalDestruction-0.12
Graham Knop [Fri, 1 Nov 2013 16:05:48 +0000]
Version 0.12

10 years agoupdate changelog
Graham Knop [Fri, 1 Nov 2013 16:03:18 +0000]
update changelog

10 years agoupdate changelog
Graham Knop [Tue, 29 Oct 2013 13:47:48 +0000]
update changelog

10 years agobump Sub::Exporter::Progressive dep to fix loading in global destruction
Graham Knop [Tue, 29 Oct 2013 13:42:57 +0000]
bump Sub::Exporter::Progressive dep to fix loading in global destruction

10 years agoSub::Exporter::Progressive may break when loaded in GD so preload it in test
Graham Knop [Thu, 24 Oct 2013 09:58:46 +0000]
Sub::Exporter::Progressive may break when loaded in GD so preload it in test

10 years agofix detection if loaded during global destruction
Graham Knop [Thu, 22 Aug 2013 09:52:28 +0000]
fix detection if loaded during global destruction

10 years agofix PUREPERL_ONLY support
Graham Knop [Fri, 20 Sep 2013 11:48:04 +0000]
fix PUREPERL_ONLY support

10 years agotypo fix
Graham Knop [Sun, 23 Jun 2013 18:24:02 +0000]
typo fix

10 years agosupport PUREPERL_ONLY
Graham Knop [Thu, 25 Apr 2013 13:55:49 +0000]
support PUREPERL_ONLY

11 years agoVersion 0.11 Devel-GlobalDestruction-0.11
Graham Knop [Wed, 3 Apr 2013 15:50:49 +0000]
Version 0.11

11 years agofix version check in test script
Graham Knop [Wed, 3 Apr 2013 15:55:02 +0000]
fix version check in test script

11 years agoFix upgrading from versions < 0.10
Graham Knop [Sat, 30 Mar 2013 08:59:54 +0000]
Fix upgrading from versions < 0.10

Older versions are installed in archlib due to an XS component.  This
will shadow a newer version installed into lib.  Try to detect this
situation, and uninstall the older versions if needed.

11 years agoVersion 0.10 Devel-GlobalDestruction-0.10
Peter Rabbitson [Tue, 26 Mar 2013 23:39:18 +0000]
Version 0.10

11 years agoAsk for S::Ex::Pro supporting :all (completeness)
Peter Rabbitson [Tue, 26 Mar 2013 23:27:12 +0000]
Ask for S::Ex::Pro supporting :all (completeness)

11 years ago5.6 compat
Graham Knop [Sat, 9 Mar 2013 19:47:57 +0000]
5.6 compat

11 years agomove XS code to separate dist
Graham Knop [Tue, 5 Mar 2013 23:17:18 +0000]
move XS code to separate dist

11 years agoupdate documentation to reflect new implementation
Graham Knop [Tue, 19 Feb 2013 23:43:03 +0000]
update documentation to reflect new implementation

11 years agoadd self to authors
Graham Knop [Tue, 19 Feb 2013 23:42:13 +0000]
add self to authors

11 years agoalso make sure DESTROY inside a CLONE isn't GD
Graham Knop [Wed, 6 Feb 2013 22:41:58 +0000]
also make sure DESTROY inside a CLONE isn't GD

11 years agotest that CLONE time isn't detected as global destruction
Graham Knop [Wed, 6 Feb 2013 21:55:17 +0000]
test that CLONE time isn't detected as global destruction

11 years agotest all phases instead of just BEGIN
Graham Knop [Sat, 2 Feb 2013 12:00:29 +0000]
test all phases instead of just BEGIN

11 years agofix detecting GD in BEGIN, with tests
Graham Knop [Sat, 2 Feb 2013 00:11:40 +0000]
fix detecting GD in BEGIN, with tests

11 years agoadd comment to explain use of main_start
Graham Knop [Fri, 1 Feb 2013 21:26:30 +0000]
add comment to explain use of main_start

11 years agocheck B::main_start for old perl fallback
Graham Knop [Fri, 1 Feb 2013 21:15:39 +0000]
check B::main_start for old perl fallback

11 years agoMake the pure-perl fallback work under -c (RT#78619)
Peter Rabbitson [Sun, 12 Aug 2012 00:37:40 +0000]
Make the pure-perl fallback work under -c (RT#78619)

11 years agoVersion 0.09 Devel-GlobalDestruction-0.09
Peter Rabbitson [Wed, 8 Aug 2012 23:04:21 +0000]
Version 0.09

11 years agoWork around a rather bizzare effect of compile flag THREADS_HAVE_PIDS
Peter Rabbitson [Wed, 8 Aug 2012 22:59:22 +0000]
Work around a rather bizzare effect of compile flag THREADS_HAVE_PIDS

11 years agoBe on the safe side
Peter Rabbitson [Wed, 8 Aug 2012 22:07:10 +0000]
Be on the safe side

11 years agoRewrite completely broken pure-perl GD detection under threads
Peter Rabbitson [Wed, 8 Aug 2012 20:02:38 +0000]
Rewrite completely broken pure-perl GD detection under threads

I am a muppet - because of the botched tests I never realized what I
wrote could never work. This implementation actually works.

11 years agoFix pure-perl implementation incorrectly reporting GD during END phase (liz++)
Peter Rabbitson [Wed, 8 Aug 2012 20:00:42 +0000]
Fix pure-perl implementation incorrectly reporting GD during END phase (liz++)

11 years agoMake sure the pure-perl test *is* pure-perl
Peter Rabbitson [Wed, 8 Aug 2012 17:02:11 +0000]
Make sure the pure-perl test *is* pure-perl

11 years agoExtend the $? fix from 6d3e0a6f to the threadtest, make things more robust
Peter Rabbitson [Mon, 30 Jul 2012 07:39:55 +0000]
Extend the $? fix from 6d3e0a6f to the threadtest, make things more robust

11 years agoStandardize on 2-space tab
Peter Rabbitson [Tue, 31 Jul 2012 03:49:22 +0000]
Standardize on 2-space tab

11 years agoVersion 0.08 Devel-GlobalDestruction-0.08
Florian Ragwitz [Tue, 31 Jul 2012 20:19:31 +0000]
Version 0.08

11 years agoSwitch to Sub::Exporter::Progressive
Arthur Axel 'fREW' Schmidt [Mon, 30 Jul 2012 01:01:01 +0000]
Switch to Sub::Exporter::Progressive

11 years agoVersion 0.07 Devel-GlobalDestruction-0.07
Florian Ragwitz [Wed, 25 Jul 2012 15:14:16 +0000]
Version 0.07

11 years agoAdd prototype to pure-perl pre-5.14 version
Dagfinn Ilmari Mannsåker [Tue, 24 Jul 2012 17:09:59 +0000]
Add prototype to pure-perl pre-5.14 version

11 years agoActually detect errors in pure-perl test
Dagfinn Ilmari Mannsåker [Tue, 24 Jul 2012 17:09:19 +0000]
Actually detect errors in pure-perl test

11 years agoVersion 0.06 Devel-GlobalDestruction-0.06
Peter Rabbitson [Wed, 13 Jun 2012 22:56:26 +0000]
Version 0.06

11 years agoMake sure we work from space-containing paths
Peter Rabbitson [Wed, 13 Jun 2012 22:54:42 +0000]
Make sure we work from space-containing paths

11 years agoMOAR commenting
Peter Rabbitson [Wed, 13 Jun 2012 22:43:15 +0000]
MOAR commenting

11 years agoDe-retardize XS-less behavior under SpeedyCGI
Peter Rabbitson [Wed, 13 Jun 2012 22:38:01 +0000]
De-retardize XS-less behavior under SpeedyCGI

11 years agochangelog and version bump Devel-GlobalDestruction-0.05
Jesse Luehrs [Thu, 26 Apr 2012 22:15:23 +0000]
changelog and version bump

12 years agoFix some meta info
Peter Rabbitson [Fri, 6 Apr 2012 10:37:40 +0000]
Fix some meta info

12 years agoadjust manifest
Peter Rabbitson [Tue, 3 Apr 2012 07:09:56 +0000]
adjust manifest

12 years agoPureperlize
Peter Rabbitson [Mon, 2 Apr 2012 16:23:36 +0000]
Pureperlize

12 years agoAdd a thread test (just runs the basic one in a thread)
Peter Rabbitson [Sat, 31 Mar 2012 16:03:02 +0000]
Add a thread test (just runs the basic one in a thread)

12 years agoDe-tabardize
Peter Rabbitson [Sun, 1 Apr 2012 07:52:21 +0000]
De-tabardize

12 years agogitignoring
Peter Rabbitson [Sat, 31 Mar 2012 16:02:28 +0000]
gitignoring

12 years agoVersion 0.04 Devel-GlobalDestruction-0.04
Florian Ragwitz [Sun, 3 Jul 2011 09:31:14 +0000]
Version 0.04

12 years agoUpgrade ppport.h from version 3.13 to 3.19
Florian Ragwitz [Sat, 4 Dec 2010 15:53:28 +0000]
Upgrade ppport.h from version 3.13 to 3.19

12 years agostop depending on Scope::Guard just for tests
Jesse Luehrs [Sun, 3 Jul 2011 00:21:52 +0000]
stop depending on Scope::Guard just for tests

12 years agoupdate the docs
Jesse Luehrs [Sun, 3 Jul 2011 00:04:40 +0000]
update the docs

12 years agofeature check rather than version check
Jesse Luehrs [Sun, 3 Jul 2011 09:18:58 +0000]
feature check rather than version check

13 years agoVersion 0.03 Devel-GlobalDestruction-0.03
Florian Ragwitz [Wed, 1 Dec 2010 21:00:52 +0000]
Version 0.03

13 years agoAdd .gitignore
Florian Ragwitz [Wed, 1 Dec 2010 20:50:03 +0000]
Add .gitignore

13 years agoDisable XS code on perls with ${^GLOBAL_PHASE}
Florian Ragwitz [Wed, 1 Dec 2010 20:12:39 +0000]
Disable XS code on perls with ${^GLOBAL_PHASE}

13 years agoBe explicit about the 5.6.0 dependency
Florian Ragwitz [Sat, 13 Nov 2010 14:33:23 +0000]
Be explicit about the 5.6.0 dependency

13 years agoperl 5.6.0 and newer have the our keyword
Florian Ragwitz [Sat, 13 Nov 2010 14:30:52 +0000]
perl 5.6.0 and newer have the our keyword

13 years agoUse XSLoader without falling back to DynaLoader
Florian Ragwitz [Sat, 13 Nov 2010 14:29:24 +0000]
Use XSLoader without falling back to DynaLoader

We use warnings, so we depend on 5.6.0, which has XSLoader, anyway.

14 years agoavoid borging XSLoader errors
Yuval Kogman [Wed, 21 Apr 2010 22:36:46 +0000]
avoid borging XSLoader errors

15 years agoversion bump Devel-GlobalDestruction-0.02
Yuval Kogman [Sat, 9 Aug 2008 04:59:34 +0000]
version bump

15 years agodeps
Yuval Kogman [Sat, 9 Aug 2008 04:59:18 +0000]
deps

15 years agoDevel::GlobalDestruction Devel-GlobalDestruction-0.01
Yuval Kogman [Sat, 9 Aug 2008 04:50:17 +0000]
Devel::GlobalDestruction

15 years agoadd .git to MANIFEST.SKIP
Yuval Kogman [Fri, 11 Jul 2008 02:27:30 +0000]
add .git to MANIFEST.SKIP

15 years agomkdir t
Yuval Kogman [Mon, 16 Jun 2008 23:10:44 +0000]
mkdir t

15 years agomkdir lib
Yuval Kogman [Mon, 16 Jun 2008 23:10:36 +0000]
mkdir lib

15 years agoadd XS related stuff to MANIFEST.SKIP
Yuval Kogman [Mon, 2 Jun 2008 15:09:51 +0000]
add XS related stuff to MANIFEST.SKIP

15 years agoadd .prove to MANIFEST.SKIP
Yuval Kogman [Thu, 24 Apr 2008 18:37:11 +0000]
add .prove to MANIFEST.SKIP

16 years agoskip .t.log files in MANIFEST.SKIP
Yuval Kogman [Mon, 31 Mar 2008 13:36:10 +0000]
skip .t.log files in MANIFEST.SKIP

16 years agochange dist/disttest MANIFEST.SKIP pattern
Yuval Kogman [Mon, 31 Mar 2008 13:35:41 +0000]
change dist/disttest MANIFEST.SKIP pattern

16 years agoTest::use::ok dep
Yuval Kogman [Tue, 15 Jan 2008 15:35:48 +0000]
Test::use::ok dep

17 years agoignore dists
Yuval Kogman [Mon, 2 Apr 2007 19:04:44 +0000]
ignore dists

17 years agoAdd Makefile.PL
Yuval Kogman [Mon, 2 Apr 2007 19:04:28 +0000]
Add Makefile.PL

17 years agoAdd MANIFEST.SKIP
Yuval Kogman [Mon, 16 Oct 2006 16:42:55 +0000]
Add MANIFEST.SKIP