Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-08-01 Thread John Napiorkowski
--- Rob Kinyon <[EMAIL PROTECTED]> wrote: > On 7/29/07, John Napiorkowski <[EMAIL PROTECTED]> > wrote: > > I think the main idea is to push stuff into a > > configuration file when it's not code that doing > > logical work. This way I can push down some > simple > > maintenance work to admins. A

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-31 Thread Rob Kinyon
On 7/29/07, John Napiorkowski <[EMAIL PROTECTED]> wrote: > I think the main idea is to push stuff into a > configuration file when it's not code that doing > logical work. This way I can push down some simple > maintenance work to admins. Also I've been playing > with MooseX::IOC lately and think

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-31 Thread jeff
> --- Jess Robinson <[EMAIL PROTECTED]> > wrote: > > > > > On Sun, 29 Jul 2007, John Napiorkowski wrote: > > > > > Hi, > > > > > > I am seriously considering writing a system to > > create > > > DBIx Classes via a configuration file. > > > And someone was writing a backend > > > > for ::Schema

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-31 Thread John Napiorkowski
--- Jess Robinson <[EMAIL PROTECTED]> wrote: > > > > On Sun, 29 Jul 2007, John Napiorkowski wrote: > > > Hi, > > > > I am seriously considering writing a system to > create > > DBIx Classes via a configuration file. Since the > > default for creating these classes are primarily > > package m

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-31 Thread Jess Robinson
On Sun, 29 Jul 2007, John Napiorkowski wrote: Hi, I am seriously considering writing a system to create DBIx Classes via a configuration file. Since the default for creating these classes are primarily package method calls I think this could be pretty easy. So we could replace: package my

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-30 Thread Ash Berlin
John Napiorkowski wrote: > --- Matt S Trout <[EMAIL PROTECTED]> wrote: > >> On Sun, Jul 29, 2007 at 11:44:23AM -0700, John >> Napiorkowski wrote: >>> Hi, >>> >>> I am seriously considering writing a system to >> create >>> DBIx Classes via a configuration file. Since the >>> default for creating

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-29 Thread John Napiorkowski
--- Matt S Trout <[EMAIL PROTECTED]> wrote: > On Sun, Jul 29, 2007 at 11:44:23AM -0700, John > Napiorkowski wrote: > > Hi, > > > > I am seriously considering writing a system to > create > > DBIx Classes via a configuration file. Since the > > default for creating these classes are primarily >

Re: [Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-29 Thread Matt S Trout
On Sun, Jul 29, 2007 at 11:44:23AM -0700, John Napiorkowski wrote: > Hi, > > I am seriously considering writing a system to create > DBIx Classes via a configuration file. Since the > default for creating these classes are primarily > package method calls I think this could be pretty > easy. Why

[Dbix-class] RFC: Thoughts on a serialization format for Classes

2007-07-29 Thread John Napiorkowski
Hi, I am seriously considering writing a system to create DBIx Classes via a configuration file. Since the default for creating these classes are primarily package method calls I think this could be pretty easy. So we could replace: package myapp::Schema::foo __PACKAGE__->load_components( ...