Re: mo prefix request

2011-08-11 Thread H.Merijn Brand
On Thu, 11 Aug 2011 21:53:36 +0200, "Steffen Winkler"
 wrote:

> Thank you, but there is mistake in trunk/DBI.pm
> 
>,--- should be a "m"
>   v
> 330:  po_  => { class => 'DBD::MO', },
> 342:  po_  => { class => 'DBD::PO', },

Oh my! yank-put failure. fixed now

-- 
H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/


about prefix requests

2011-08-11 Thread Darren Duncan
Is it necessary for each DBI driver to have a prefix registered in DBI itself, 
or is this only necessary when the driver wishes to expose extra public methods? 
 If the DBD doesn't expose custom methods, can it be used without the prefix 
registration? -- Darren Duncan


Re: mo prefix request

2011-08-11 Thread Steffen Winkler
Thank you, but there is mistake in trunk/DBI.pm

   ,--- should be a "m"
  v
330:  po_  => { class => 'DBD::MO', },
342:  po_  => { class => 'DBD::PO', },

The change report in "Changes" is ok.

--Steffen

 Original-Nachricht 
> Datum: Thu, 11 Aug 2011 12:05:10 +0200
> Von: "H.Merijn Brand" 
> An: dbi-dev@perl.org
> Betreff: Re: mo prefix request

> On Thu, 11 Aug 2011 07:28:00 +0200, "Steffen Winkler"
>  wrote:
> 
> > Hallo together,
> > 
> > that is a good idea to register a prefix.
> > To ask is better than me during creating DBD::PO and the picked 'po_'.
> > I apologize for.
> > 
> > I ask now for register 'mo_' for DBD::MO.
> > That is my plan with some work for basic module I use for.
> > At the end I renew DBD::PO too.
> 
> Done. Good luck with the implementation!
> 
> Saved working directory and index state WIP on master: 171528f Register
> mo_ for DBD::MO
> HEAD is now at 171528f Register mo_ for DBD::MO
> Committing to http://svn.perl.org/modules/dbi/trunk ...
> M   DBI.pm
> Committed r14915
> M   DBI.pm
> r14915 = 37442e771cf742ffd2780cff902281ff2b567b4a (refs/remotes/git-svn)
> 
> -- 
> H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
> using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
> 11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
> http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
> http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


Re: mo prefix request

2011-08-11 Thread H.Merijn Brand
On Thu, 11 Aug 2011 07:28:00 +0200, "Steffen Winkler"
 wrote:

> Hallo together,
> 
> that is a good idea to register a prefix.
> To ask is better than me during creating DBD::PO and the picked 'po_'.
> I apologize for.
> 
> I ask now for register 'mo_' for DBD::MO.
> That is my plan with some work for basic module I use for.
> At the end I renew DBD::PO too.

Done. Good luck with the implementation!

Saved working directory and index state WIP on master: 171528f Register mo_ for 
DBD::MO
HEAD is now at 171528f Register mo_ for DBD::MO
Committing to http://svn.perl.org/modules/dbi/trunk ...
M   DBI.pm
Committed r14915
M   DBI.pm
r14915 = 37442e771cf742ffd2780cff902281ff2b567b4a (refs/remotes/git-svn)

-- 
H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
using 5.00307 through 5.14 and porting perl5.15.x on HP-UX 10.20, 11.00,
11.11, 11.23 and 11.31, OpenSuSE 10.1, 11.0 .. 11.4 and AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/