Grokbase
Topics Posts Groups | in
x
[ help ]

Hans Dieter Pearcey (h...@pobox.com)

Profile | Posts (13)

User Information

Display Name:Hans Dieter Pearcey
Partial Email Address:h...@pobox.com
Posts:
13 total
3 in Catalyst Framework
1 in catalyst@lists.scsys.co.uk
2 in DBIx::Class
7 in Mason

5 Most Recent

All Posts
1) Hans Dieter Pearcey Re: MooseX::Role::TTSelf
| +1 vote
.t is probably not a great extension, since most people will associate that with test files. .tt or...
Moose
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Thu, Nov 13, 2008 at 05:37:27PM +0000, Ian Sillitoe wrote:
> Farm/Cow.t

.t is probably not a great extension, since most people will associate that
with test files.

.tt or .tt2 are common.

hdp.
2) Hans Dieter Pearcey [Catalyst] Catalyst RPMs for CentOS5
| +1 vote
If you're going to snark, at least read the message you're replying to. For the OP, if you...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Fri, Oct 19, 2007 at 04:14:20PM +0000, James R. Leu wrote:
> Have you heard of cpan2rpm?
>
> On Fri, Oct 19, 2007 at 04:02:58PM +0200, mh wrote:
> > I use many rpms from the dag repository, built several
> > missing rpms (with cpan2rpm mostly)
                  ^^^^^^^^^^^^^^^^^^^^

If you're going to snark, at least read the message you're replying to.

For the OP, if you installed modules into site_perl they'd be used ahead of the
core modules, right?  Can you not get cpan2rpm to build rpms that install
there, or do they still conflict? (I don't use rpm for anything.)

I don't think there's any really easy solution -- not using your vendor's perl
(modules) means maintaining upgrades yourself, whether that's via CPAN normally
or using cpan2rpm.

hdp.
3) Hans Dieter Pearcey Re: [Catalyst] Catalyst RPMs for CentOS5
| +1 vote
If you're going to snark, at least read the message you're replying to. For the OP, if you...
catalyst@lists.scsys.co.uk
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Fri, Oct 19, 2007 at 04:14:20PM +0000, James R. Leu wrote:
> Have you heard of cpan2rpm?
>
> On Fri, Oct 19, 2007 at 04:02:58PM +0200, mh wrote:
> > I use many rpms from the dag repository, built several
> > missing rpms (with cpan2rpm mostly)
                  ^^^^^^^^^^^^^^^^^^^^

If you're going to snark, at least read the message you're replying to.

For the OP, if you installed modules into site_perl they'd be used ahead of the
core modules, right?  Can you not get cpan2rpm to build rpms that install
there, or do they still conflict? (I don't use rpm for anything.)

I don't think there's any really easy solution -- not using your vendor's perl
(modules) means maintaining upgrades yourself, whether that's via CPAN normally
or using cpan2rpm.

hdp.

_______________________________________________
List: [email protected: Cat...@lists.scsys.co.uk]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
4) Hans Dieter Pearcey Re: [Catalyst] App Deployment - Apache, FastCGI, init.d
| +1 vote
You misread. It uses myapp_server.pl only to "make sure the PAR works properly". Keep reading and...
Catalyst Framework
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Wed, Sep 19, 2007 at 08:57:10PM -0500, Mitchell Jackson wrote:
> I've seen it mentioned on the list to use daemon tools with PAR (
> http://www.catalystframework.org/calendar/2006/4 ) but that uses the
> built-in myapp_server.pl, running it's own web server, and I much prefer
> the apache/fastcgi approach, most especially because it leaves the work
> of serving static content to apache instead of the heavier application
> process.

You misread.  It uses myapp_server.pl only to "make sure the PAR works
properly".  Keep reading and you'll see it uses myapp_fastcgi.pl.

hdp.

_______________________________________________
List: [email protected: Cat...@lists.rawmode.org]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/
5) Hans Dieter Pearcey Re: [Dbix-class] applying row level methods via Schema::Loader
| +1 vote
You're right. It works for TIMESTAMP columns but not DATETIME. Of course, TIMESTAMP columns default...
DBIx::Class
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Wed, Jul 04, 2007 at 03:41:28PM +0100, Jess Robinson wrote:
> Perversely, I thought mysql didnt like defaults that were functions? (thus
> the silly timestamp type thing)

You're right.  It works for TIMESTAMP columns but not DATETIME.  Of course,
TIMESTAMP columns default to NOW() anyway!

Oh mysql, I love you so much!

I don't like this idea, but (continuing to assume that this is mysql < 4.1.2)
you could have last_modified TIMESTAMP, created TIMESTAMP -- updates will only
change the first one, and the second automatically defaults to insertion time.

hdp.

spacer
Profile | Posts (13)
Home > People > Hans Dieter Pearcey