12 years agoRequire Class::C3::XS if a compiler is available
Peter Rabbitson [Fri, 6 Apr 2012 15:17:34 +0000]
Require Class::C3::XS if a compiler is available

13 years agoVersion 0.23 0.23
Florian Ragwitz [Sat, 19 Jun 2010 08:54:57 +0000]
Version 0.23

13 years agoFix various doc errors
Florian Ragwitz [Sat, 19 Jun 2010 08:03:21 +0000]
Fix various doc errors

14 years agoVersion 0.22. 0.22
Florian Ragwitz [Thu, 28 Jan 2010 23:04:35 +0000]
Version 0.22.

14 years agoMake it clear you should use MRO::Compat not this
Tomas Doran [Thu, 28 Jan 2010 22:53:06 +0000]
Make it clear you should use MRO::Compat not this

15 years agoVersion 0.21. 0.21
Florian Ragwitz [Wed, 25 Mar 2009 00:23:27 +0000]
Version 0.21.

15 years agoWhitespace cleanup.
Florian Ragwitz [Wed, 25 Mar 2009 00:19:17 +0000]
Whitespace cleanup.

15 years agoAdd .gitignore.
Florian Ragwitz [Wed, 25 Mar 2009 00:13:53 +0000]
Add .gitignore.

15 years agoRemove README. It's generated by Makefile.PL.
Florian Ragwitz [Wed, 25 Mar 2009 00:13:32 +0000]
Remove README. It's generated by Makefile.PL.

15 years agoRemove MANIFEST. It's generated from MANIFEST.SKIP.
Florian Ragwitz [Wed, 25 Mar 2009 00:13:04 +0000]
Remove MANIFEST. It's generated from MANIFEST.SKIP.

15 years agoExclude dotfiles from MANIFEST.SKIP.
Florian Ragwitz [Wed, 25 Mar 2009 00:12:40 +0000]
Exclude dotfiles from MANIFEST.SKIP.

15 years agoStop using auto_install in Makefile.PL. Its use is strongly discouraged.
Florian Ragwitz [Wed, 25 Mar 2009 00:10:12 +0000]
Stop using auto_install in Makefile.PL. Its use is strongly discouraged.

Coursesy of Simon Bertrang.

15 years agoRemove fake Build.PL. Module::Install doesn't support it anymore.
Florian Ragwitz [Wed, 25 Mar 2009 00:09:02 +0000]
Remove fake Build.PL. Module::Install doesn't support it anymore.

15 years agoVersion 0.20.
Florian Ragwitz [Mon, 8 Dec 2008 04:14:04 +0000]
Version 0.20.

15 years agoUpdate MANIFEST.
Florian Ragwitz [Mon, 8 Dec 2008 04:13:52 +0000]
Update MANIFEST.

15 years agodemand Module::Install 0.75
Yuval Kogman [Sun, 22 Jun 2008 01:31:57 +0000]
demand Module::Install 0.75

15 years agostop the redefine warnings?
Brandon L Black [Tue, 10 Jun 2008 02:32:15 +0000]
stop the redefine warnings?

15 years agoa test that checks no warnings are generated when MRO::Compat is loaded before Class::C3
Daisuke Maki [Mon, 9 Jun 2008 08:34:33 +0000]
a test that checks no warnings are generated when MRO::Compat is loaded before Class::C3

16 years agoarg, Makefile.PL/README updates, not critical
Brandon L Black [Mon, 4 Jun 2007 05:28:57 +0000]
arg, Makefile.PL/README updates, not critical

16 years ago0.19, to push XS 0.07 fixes 0.19
Brandon L Black [Mon, 4 Jun 2007 05:24:54 +0000]
0.19, to push XS 0.07 fixes

16 years agoadded new test file for goto on next::method, etc
Brandon L Black [Mon, 4 Jun 2007 03:57:13 +0000]
added new test file for goto on next::method, etc

16 years ago0.18 (require XS 0.04) 0.18
Brandon L Black [Sat, 12 May 2007 20:47:48 +0000]
0.18 (require XS 0.04)

16 years agoremove Build.PL from dist, release 0.17 0.17
Brandon L Black [Tue, 8 May 2007 12:47:52 +0000]
remove Build.PL from dist, release 0.17

16 years ago0.16 release changes 0.16
Brandon L Black [Thu, 3 May 2007 19:59:13 +0000]
0.16 release changes

16 years agoMerge 'Class-C3-PurePerl' into 'trunk'
Brandon L Black [Thu, 3 May 2007 17:32:07 +0000]
Merge 'Class-C3-PurePerl' into 'trunk'

r29554@brandon-blacks-computer (orig r2002):  blblack | 2007-01-04 19:17:22 -0600
make new branch for PurePerl
r29555@brandon-blacks-computer (orig r2003):  blblack | 2007-01-04 20:07:32 -0600
break out most of the code to ::PurePerl
r29700@brandon-blacks-computer (orig r2114):  blblack | 2007-04-03 13:37:11 -0500
updated for core support
r29702@brandon-blacks-computer (orig r2116):  blblack | 2007-04-03 15:35:26 -0500
latest sync-ed up c3.patch against perl-current
r30415@brandon-blacks-computer (orig r2140):  blblack | 2007-04-11 22:56:34 -0500
new c3.patch with next::method in core, new changes here to support it
this branch is now getting ugly, will probably wipe it and take some of the diffs to a new branch soon, this PurePerl in the package name thing was a poor idea
r30419@brandon-blacks-computer (orig r2141):  blblack | 2007-04-12 10:52:00 -0500
NEXT/next::method thing needed updated for removal of the c3 assumption in next::method
r30428@brandon-blacks-computer (orig r2143):  blblack | 2007-04-12 12:53:35 -0500
got rid of PurePerl in classnames, fixed up a few other things, possible alpha release soon
r30453@brandon-blacks-computer (orig r2150):  blblack | 2007-04-13 00:15:39 -0500
fix pod coverage, etc
r30508@brandon-blacks-computer (orig r2151):  blblack | 2007-04-13 16:55:05 -0500
0.15_01 final changes (includes final patch, works with normal and patched perls)
r30536@brandon-blacks-computer (orig r2169):  blblack | 2007-04-15 12:11:14 -0500
Class::C3::XS support
r30544@brandon-blacks-computer (orig r2177):  blblack | 2007-04-16 00:04:51 -0500
0.15_02, supports Class::C3::XS
r30573@brandon-blacks-computer (orig r2186):  blblack | 2007-04-17 11:04:41 -0500
replace patch with link
r30574@brandon-blacks-computer (orig r2187):  blblack | 2007-04-17 11:05:59 -0500
manifest update
r30615@brandon-blacks-computer (orig r2191):  blblack | 2007-04-19 16:45:54 -0500
0.15_05, assumes 5.9.5 has patch
r30761@brandon-blacks-computer (orig r2240):  blblack | 2007-04-30 23:35:09 -0500
support XS calc_mdt, improved BEGIN block
r30773@brandon-blacks-computer (orig r2250):  blblack | 2007-05-01 11:20:49 -0500
Module::Install, small things
r30774@brandon-blacks-computer (orig r2251):  blblack | 2007-05-01 11:31:29 -0500
oops, fix META.yml

16 years agooops, fix META.yml
Brandon L Black [Tue, 1 May 2007 16:31:29 +0000]
oops, fix META.yml

16 years agoModule::Install, small things
Brandon L Black [Tue, 1 May 2007 16:20:49 +0000]
Module::Install, small things

16 years agosupport XS calc_mdt, improved BEGIN block
Brandon L Black [Tue, 1 May 2007 04:35:09 +0000]
support XS calc_mdt, improved BEGIN block

16 years agoMerge 'trunk' into 'Class-C3-PurePerl'
Brandon L Black [Mon, 30 Apr 2007 23:38:24 +0000]
Merge 'trunk' into 'Class-C3-PurePerl'

r30755@brandon-blacks-computer (orig r2234):  blblack | 2007-04-30 18:35:11 -0500
new overload fallback fixes, matches the behavior of normal overload and overload+c3 in blead

16 years agonew overload fallback fixes, matches the behavior of normal overload and overload...
Brandon L Black [Mon, 30 Apr 2007 23:35:11 +0000]
new overload fallback fixes, matches the behavior of normal overload and overload+c3 in blead

17 years ago0.15_05, assumes 5.9.5 has patch
Brandon L Black [Thu, 19 Apr 2007 21:45:54 +0000]
0.15_05, assumes 5.9.5 has patch

17 years agomanifest update
Brandon L Black [Tue, 17 Apr 2007 16:05:59 +0000]
manifest update

17 years agoreplace patch with link
Brandon L Black [Tue, 17 Apr 2007 16:04:41 +0000]
replace patch with link

17 years ago0.15_02, supports Class::C3::XS
Brandon L Black [Mon, 16 Apr 2007 05:04:51 +0000]
0.15_02, supports Class::C3::XS

17 years agoClass::C3::XS support
Brandon L Black [Sun, 15 Apr 2007 17:11:14 +0000]
Class::C3::XS support

17 years agoMerge 'trunk' into 'Class-C3-PurePerl'
Brandon L Black [Sat, 14 Apr 2007 16:53:42 +0000]
Merge 'trunk' into 'Class-C3-PurePerl'

r30513@brandon-blacks-computer (orig r2154):  blblack | 2007-04-14 08:04:35 -0500
Fix for overloading to method name string, from Ittetsu Miyazaki

17 years agoFix for overloading to method name string, from Ittetsu Miyazaki
Brandon L Black [Sat, 14 Apr 2007 13:04:35 +0000]
Fix for overloading to method name string, from Ittetsu Miyazaki

17 years ago0.15_01 final changes (includes final patch, works with normal and patched perls)
Brandon L Black [Fri, 13 Apr 2007 21:55:05 +0000]
0.15_01 final changes (includes final patch, works with normal and patched perls)

17 years agofix pod coverage, etc
Brandon L Black [Fri, 13 Apr 2007 05:15:39 +0000]
fix pod coverage, etc

17 years agogot rid of PurePerl in classnames, fixed up a few other things, possible alpha releas...
Brandon L Black [Thu, 12 Apr 2007 17:53:35 +0000]
got rid of PurePerl in classnames, fixed up a few other things, possible alpha release soon

17 years agoNEXT/next::method thing needed updated for removal of the c3 assumption in next:...
Brandon L Black [Thu, 12 Apr 2007 15:52:00 +0000]
NEXT/next::method thing needed updated for removal of the c3 assumption in next::method

17 years agonew c3.patch with next::method in core, new changes here to support it
Brandon L Black [Thu, 12 Apr 2007 03:56:34 +0000]
new c3.patch with next::method in core, new changes here to support it
this branch is now getting ugly, will probably wipe it and take some of the diffs to a new branch soon, this PurePerl in the package name thing was a poor idea

17 years agolatest sync-ed up c3.patch against perl-current
Brandon L Black [Tue, 3 Apr 2007 20:35:26 +0000]
latest sync-ed up c3.patch against perl-current

17 years agoupdated for core support
Brandon L Black [Tue, 3 Apr 2007 18:37:11 +0000]
updated for core support

17 years agobreak out most of the code to ::PurePerl
Brandon L Black [Fri, 5 Jan 2007 02:07:32 +0000]
break out most of the code to ::PurePerl

17 years agomake new branch for PurePerl
Brandon L Black [Fri, 5 Jan 2007 01:17:22 +0000]
make new branch for PurePerl

17 years agono need to be 0.14_01 just yet...
Brandon L Black [Thu, 14 Dec 2006 04:55:30 +0000]
no need to be 0.14_01 just yet...

17 years agometa stuff for 0.14_01
Brandon L Black [Wed, 22 Nov 2006 19:17:54 +0000]
meta stuff for 0.14_01

17 years agoMANIFEST updated by Build.PL 0.14
Brandon L Black [Wed, 20 Sep 2006 03:46:17 +0000]
MANIFEST updated by Build.PL

17 years agoChanges update for 0.14 release
Brandon L Black [Wed, 20 Sep 2006 03:43:44 +0000]
Changes update for 0.14 release

17 years agoadd generated MANIFEST
Brandon L Black [Wed, 20 Sep 2006 02:46:33 +0000]
add generated MANIFEST

17 years agoconvert to Module::Build
Brandon L Black [Wed, 20 Sep 2006 02:44:37 +0000]
convert to Module::Build

17 years agoversion bump + potential fix for rt.cpan.org #12558
Brandon L Black [Tue, 19 Sep 2006 21:44:27 +0000]
version bump + potential fix for rt.cpan.org #12558

17 years agosetting release date for 0.13 0.13
Brandon L Black [Fri, 25 Aug 2006 19:49:46 +0000]
setting release date for 0.13

17 years agouse Alg::C3 0.05 persistent merge cache parameter, VERSION/Changes for 0.13
Brandon L Black [Wed, 23 Aug 2006 14:57:22 +0000]
use Alg::C3 0.05 persistent merge cache parameter, VERSION/Changes for 0.13

17 years ago0_12
Stevan Little [Tue, 18 Jul 2006 21:38:21 +0000]
0_12

17 years agofoo
Stevan Little [Fri, 14 Jul 2006 02:33:47 +0000]
foo

17 years agoApplying Patch from Robert Norris again
Stevan Little [Fri, 14 Jul 2006 02:27:43 +0000]
Applying Patch from Robert Norris again

17 years agoapplying patch from Robert Norris for next::can
Stevan Little [Sat, 1 Jul 2006 20:57:11 +0000]
applying patch from Robert Norris for next::can

18 years agochanges
Stevan Little [Sat, 11 Mar 2006 17:12:37 +0000]
changes

18 years agofinal 0.11 0_11
Stevan Little [Fri, 24 Feb 2006 01:02:00 +0000]
final 0.11

18 years ago0.11 stuff
Stevan Little [Thu, 23 Feb 2006 21:41:35 +0000]
0.11 stuff

18 years ago0.11
Stevan Little [Mon, 20 Feb 2006 01:18:33 +0000]
0.11

18 years agoversion 0.11
Stevan Little [Wed, 15 Feb 2006 21:48:30 +0000]
version 0.11

18 years ago0.10 0_10
Stevan Little [Wed, 8 Feb 2006 15:25:20 +0000]
0.10

18 years agoClass-C3 - the real 0.08, released as 0.09
Stevan Little [Fri, 30 Dec 2005 18:51:01 +0000]
Class-C3 - the real 0.08, released as 0.09

18 years ago I am an idiot
Stevan Little [Fri, 30 Dec 2005 02:18:15 +0000]
 I am an idiot

18 years agowhoops
Stevan Little [Wed, 28 Dec 2005 18:03:36 +0000]
whoops

18 years agodamn C3
Stevan Little [Wed, 28 Dec 2005 17:27:50 +0000]
damn C3

18 years agohmm
Stevan Little [Wed, 28 Dec 2005 17:15:02 +0000]
hmm

18 years agoClass::C3 - version 0.08 for release
Stevan Little [Wed, 28 Dec 2005 15:44:53 +0000]
Class::C3 - version 0.08 for release

18 years agoClass::C3 - 0.07 release; 0_07
Stevan Little [Thu, 24 Nov 2005 04:45:33 +0000]
Class::C3 - 0.07 release;

18 years agoClass::C3 - overload fix
Stevan Little [Tue, 15 Nov 2005 22:41:02 +0000]
Class::C3 - overload fix

18 years agoversion with the better diagnostics
Stevan Little [Tue, 15 Nov 2005 21:40:51 +0000]
version with the better diagnostics

18 years agoClass::C3 - 0.05 release 0_05
Stevan Little [Tue, 15 Nov 2005 01:48:18 +0000]
Class::C3 - 0.05 release

18 years ago0.02 release
Stevan Little [Mon, 8 Aug 2005 04:44:06 +0000]
0.02 release

18 years agomore tweaks
Stevan Little [Mon, 8 Aug 2005 02:02:55 +0000]
more tweaks

18 years agopre-0.02 checkin
Stevan Little [Mon, 8 Aug 2005 02:01:43 +0000]
pre-0.02 checkin

18 years agowhoopse forgot the changelog and to update the MANIFEST
Stevan Little [Sun, 7 Aug 2005 18:50:37 +0000]
whoopse forgot the changelog and to update the MANIFEST

18 years agoadding a TODO list
Stevan Little [Sun, 7 Aug 2005 18:47:42 +0000]
adding a TODO list

18 years agoverison 0.01 of Class-C3
Stevan Little [Sun, 7 Aug 2005 18:31:13 +0000]
verison 0.01 of Class-C3

18 years agocreating the Class-C3 dir
Stevan Little [Sun, 7 Aug 2005 18:23:52 +0000]
creating the Class-C3 dir