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

9 years agoRelease commit for 0.10 v0.10
Graham Knop [Sat, 16 Aug 2014 00:20:23 +0000]
Release commit for 0.10

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

9 years agochangelog
Graham Knop [Sat, 16 Aug 2014 00:18:35 +0000]
changelog

9 years agodeclare minimum perl version in meta file
Graham Knop [Mon, 4 Aug 2014 07:43:40 +0000]
declare minimum perl version in meta file

10 years agoRelease commit for 0.09 v0.09
Graham Knop [Sat, 1 Mar 2014 23:03:08 +0000]
Release commit for 0.09

10 years agobump version
Graham Knop [Sat, 1 Mar 2014 23:01:18 +0000]
bump version

10 years agoupdate changelog
Graham Knop [Sat, 1 Mar 2014 10:47:07 +0000]
update changelog

10 years agoupdate gitignore
Graham Knop [Sat, 1 Mar 2014 10:43:40 +0000]
update gitignore

10 years agomove pod tests to xt
Graham Knop [Sat, 1 Mar 2014 10:43:20 +0000]
move pod tests to xt

10 years agoconvert to Distar
Graham Knop [Sat, 1 Mar 2014 10:40:01 +0000]
convert to Distar

14 years agoVersion 0.08. 0.08
Florian Ragwitz [Wed, 27 May 2009 22:50:39 +0000]
Version 0.08.

14 years agoExclude git files from MANIFEST.
Florian Ragwitz [Wed, 27 May 2009 22:49:55 +0000]
Exclude git files from MANIFEST.

14 years agoDon't create a fake Makefile.PL.
Florian Ragwitz [Wed, 27 May 2009 22:42:37 +0000]
Don't create a fake Makefile.PL.

14 years agoRemove MANIFEST. It's generated from MANIFEST.SKIP.
Florian Ragwitz [Wed, 27 May 2009 22:41:51 +0000]
Remove MANIFEST. It's generated from MANIFEST.SKIP.

14 years agoAdd .gitignore.
Florian Ragwitz [Wed, 27 May 2009 22:41:21 +0000]
Add .gitignore.

14 years agoFix a couple of doc typos.
Florian Ragwitz [Wed, 27 May 2009 22:23:47 +0000]
Fix a couple of doc typos.

15 years agoWhitespace cleanup.
Florian Ragwitz [Wed, 25 Mar 2009 03:16:44 +0000]
Whitespace cleanup.

16 years agoculled a dead branch, Devel::Cover back to 100%, 0.07 released 0.07
Brandon L Black [Mon, 14 May 2007 11:02:28 +0000]
culled a dead branch, Devel::Cover back to 100%, 0.07 released

17 years agoeven better, 1 stack, but no arrayref
Brandon L Black [Sat, 21 Apr 2007 16:58:44 +0000]
even better, 1 stack, but no arrayref

17 years agosplit stacks is faster
Brandon L Black [Sat, 21 Apr 2007 16:27:33 +0000]
split stacks is faster

17 years agoanother little optimization
Brandon L Black [Sat, 21 Apr 2007 16:00:13 +0000]
another little optimization

17 years agooops, I was testing with the wrong perl earlier, reverted one optimization that does...
Brandon L Black [Sat, 21 Apr 2007 15:03:40 +0000]
oops, I was testing with the wrong perl earlier, reverted one optimization that does not work on 5.8.x, and added a new one that does

17 years agosmall optimizations, 8-13% boost depending on the size of the hierarchy
Brandon L Black [Sat, 21 Apr 2007 14:36:01 +0000]
small optimizations, 8-13% boost depending on the size of the hierarchy

17 years agoAdded a commented out warning that when enabled displays an output very similar
Scott McWhirter [Tue, 13 Feb 2007 09:01:15 +0000]
Added a commented out warning that when enabled displays an output very similar
to the formula-esque descriptions on http://www.python.org/download/releases/2.3/mro/

17 years agocommit 0.06 release date 0.06
Brandon L Black [Wed, 22 Nov 2006 19:09:39 +0000]
commit 0.06 release date

17 years agobump README version too
Brandon L Black [Fri, 10 Nov 2006 06:03:58 +0000]
bump README version too

17 years agomore inf loop tests, inf loop bugfix, better error message
Brandon L Black [Fri, 10 Nov 2006 06:00:26 +0000]
more inf loop tests, inf loop bugfix, better error message

17 years agoslightly better exception message (inf loop stuff)
Brandon L Black [Fri, 10 Nov 2006 00:17:50 +0000]
slightly better exception message (inf loop stuff)

17 years agothis might be cleaner and faster (inf loop stuff)
Brandon L Black [Fri, 10 Nov 2006 00:14:00 +0000]
this might be cleaner and faster (inf loop stuff)

17 years agobumped version to 0.06, updated MANIFEST and Changes
Brandon L Black [Fri, 10 Nov 2006 00:05:35 +0000]
bumped version to 0.06, updated MANIFEST and Changes

17 years agoskip the inf loop test on platforms with no SIGALRM
Brandon L Black [Fri, 10 Nov 2006 00:05:00 +0000]
skip the inf loop test on platforms with no SIGALRM

17 years agothis passes all 5 inf loop tests
Brandon L Black [Thu, 9 Nov 2006 22:44:23 +0000]
this passes all 5 inf loop tests

17 years agoa better set of 5 infloop tests, current fix only fixes two of them
Brandon L Black [Thu, 9 Nov 2006 22:41:02 +0000]
a better set of 5 infloop tests, current fix only fixes two of them

17 years agoa possible fix for infinite loops
Brandon L Black [Thu, 9 Nov 2006 22:34:37 +0000]
a possible fix for infinite loops

17 years agos/1/2/
Brandon L Black [Thu, 9 Nov 2006 22:33:14 +0000]
s/1/2/

17 years agocleaned up infinite loop test
Brandon L Black [Thu, 9 Nov 2006 22:28:27 +0000]
cleaned up infinite loop test

17 years agoInitial checkin to test dealing with bad hierarchies (circular deps, for example).
Scott McWhirter [Wed, 8 Nov 2006 21:46:13 +0000]
Initial checkin to test dealing with bad hierarchies (circular deps, for example).

17 years agoAdd a classless test based on 006_complex_merge to make sure we don't regress.
Scott McWhirter [Wed, 8 Nov 2006 19:44:27 +0000]
Add a classless test based on 006_complex_merge to make sure we don't regress.

17 years agorevert accidental commit of konobi test patch :)
Brandon L Black [Wed, 8 Nov 2006 06:09:20 +0000]
revert accidental commit of konobi test patch :)

17 years agoline break
Brandon L Black [Wed, 8 Nov 2006 06:08:40 +0000]
line break

17 years agoadded new test based on DBIx::Class::Core
Brandon L Black [Wed, 8 Nov 2006 06:05:05 +0000]
added new test based on DBIx::Class::Core

17 years agoset release date for 0.05 0.05
Brandon L Black [Fri, 25 Aug 2006 19:47:21 +0000]
set release date for 0.05

17 years agoadd persistent merge cacheing parameter, VERSION/Changes for 0.05
Brandon L Black [Wed, 23 Aug 2006 14:56:15 +0000]
add persistent merge cacheing parameter, VERSION/Changes for 0.05

17 years ago0.04 meta (Changes, README, $VERSION) 0.04
Brandon L Black [Wed, 9 Aug 2006 18:13:37 +0000]
0.04 meta (Changes, README, $VERSION)

17 years agodoh, "use Class::C3" slipped in unnoticed in a paste
Brandon L Black [Wed, 9 Aug 2006 16:54:00 +0000]
doh, "use Class::C3" slipped in unnoticed in a paste

17 years agofinal changes for 0.03 dist 0.03
Brandon L Black [Wed, 9 Aug 2006 16:48:12 +0000]
final changes for 0.03 dist

17 years agotest based on RT bug # 20879
Brandon L Black [Wed, 9 Aug 2006 00:04:09 +0000]
test based on RT bug # 20879

17 years agotemporary fix for RT bug # 20879 (real fix + testcases later)
Brandon L Black [Tue, 8 Aug 2006 21:55:41 +0000]
temporary fix for RT bug # 20879 (real fix + testcases later)

17 years agominor edits for 0.02 dist 0.02
Brandon L Black [Sun, 30 Jul 2006 20:31:15 +0000]
minor edits for 0.02 dist

17 years agoadding blblack to the AUTHORS list
Stevan Little [Sun, 30 Jul 2006 18:48:51 +0000]
adding blblack to the AUTHORS list

17 years agoupdate MANIFEST and README too :)
Brandon L Black [Sat, 29 Jul 2006 19:52:37 +0000]
update MANIFEST and README too :)

17 years agobump version / update changes for 0.02 test tarball
Brandon L Black [Sat, 29 Jul 2006 19:45:55 +0000]
bump version / update changes for 0.02 test tarball

17 years agoMerge 'speed_daemon' into 'trunk'
Brandon L Black [Sat, 29 Jul 2006 19:42:44 +0000]
Merge 'speed_daemon' into 'trunk'

r9164@moloko (orig r1754):  blblack | 2006-07-28 11:07:01 -0500
may as well document the coverage

17 years agoMerge 'speed_daemon' into 'trunk'
Brandon L Black [Sat, 29 Jul 2006 19:42:38 +0000]
Merge 'speed_daemon' into 'trunk'

r9163@moloko (orig r1753):  blblack | 2006-07-28 10:19:45 -0500
refactor fetcher and add a test for 100% coverage

17 years agoMerge 'speed_daemon' into 'trunk'
Brandon L Black [Sat, 29 Jul 2006 19:42:28 +0000]
Merge 'speed_daemon' into 'trunk'

r9144@moloko (orig r1752):  blblack | 2006-07-28 02:11:04 -0500
look ma, no recursion

17 years agomay as well document the coverage
Brandon L Black [Fri, 28 Jul 2006 16:07:01 +0000]
may as well document the coverage

17 years agorefactor fetcher and add a test for 100% coverage
Brandon L Black [Fri, 28 Jul 2006 15:19:45 +0000]
refactor fetcher and add a test for 100% coverage

17 years agolook ma, no recursion
Brandon L Black [Fri, 28 Jul 2006 07:11:04 +0000]
look ma, no recursion

17 years agobranching off to work on performance
Brandon L Black [Fri, 28 Jul 2006 07:10:12 +0000]
branching off to work on performance

18 years agochangelog
Stevan Little [Sat, 11 Mar 2006 17:11:49 +0000]
changelog

18 years agoverion 0.01 0_01
Stevan Little [Wed, 15 Feb 2006 21:20:26 +0000]
verion 0.01

18 years agofirst commit,.. this is it though not too much here
Stevan Little [Wed, 15 Feb 2006 21:16:03 +0000]
first commit,.. this is it though not too much here

18 years agocreating dir for algorithm C3
Stevan Little [Wed, 15 Feb 2006 19:27:48 +0000]
creating dir for algorithm C3