Re: Class::PObject - another solution for object persistence

2003-06-20 Thread A. Pagaltzis
* Sherzod Ruzmetov [EMAIL PROTECTED] [2003-06-18 19:47]: I couldn't think of any other place but this lists where I could get someone to review the library. You can always post on Perlmonks :) www.perlmonks.org If I'm knocking the wrong door, please kindly show me to the right one. Not the

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 10:29]: You can get the module here: http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz $ wget -nv http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread Enrico Sorcinelli
On Fri, 20 Jun 2003 10:57:22 -0400 darren chamberlain [EMAIL PROTECTED] wrote: http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz $ wget -nv http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz: 10:56:22 ERROR 404: Not

Re: Binary File Modules

2003-06-20 Thread Nicholas Clark
On Wed, Jun 18, 2003 at 04:52:16PM +, Matt Seddon wrote: It's not yet completly functional, but is aimed at extracting everything you never wanted to know about a binary (probably including resource icons for humour factor). Does anyone else actually even have a use for this package?

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 12:46]: Then I propose these modules: - Template::Plugin::Apache::SessionManager the TT2 wrapper around Apache::SessionManger - Template::Plugin::Session the TT2 simple wrapper around

Re: Test::Deep namespace

2003-06-20 Thread Ken Williams
On Thursday, June 19, 2003, at 09:19 AM, Fergal Daly wrote: On Thursday 19 June 2003 06:55, Shlomi Fish wrote: From what I understand the Test namespace is intended for modules that are meant to test Perl code for bugs (Test, Test::More, Test::Simple, Test::Harness, etc.). I think your module

Re: Test::Deep namespace

2003-06-20 Thread Ken Williams
On Thursday, June 19, 2003, at 10:52 AM, Fergal Daly wrote: On Thursday 19 June 2003 15:15, Enrico Sorcinelli wrote: Why not to hack into Test::More in order to improve it and fix its bugs? Test::More is often used and I think that your patches will be welcome! I did, my patches were accepted

Re: Test::Deep namespace

2003-06-20 Thread Fergal Daly
On Friday 20 June 2003 20:21, Ken Williams wrote: Second, I find it very confusing that all these different capabilities are happening inside one cmp_deeply() function. In Perl it's much more common to use the function/operator to indicate how comparisons will be done - for example, = vs.