Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Ash Berlin
Catalyst::Model::File: http://search.cpan.org/~ash/Catalyst-Model-File-0.02/lib/Catalyst/Model/File.pm Based on Path::Class, so its platform independent. Any features missing from that that you think you'd want? Ash Dylan Vanderhoof wrote: I've noticed a few people posting about fielsystem

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Jonathan Rockway
Any features missing from that that you think you'd want? A quick glance doesn't reveal how slurp is implemented, but hopefully you're using sysread. As for features, my app needs (and has implemented) atomic writes, extended filesystem attributes, ctime, mtime, etc. When I get a chance, I'll

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:08 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =) Catalyst::Model::File: http://search.cpan.org/~ash/Catalyst-Model-File-0.02/lib/Catal yst

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
-Original Message- From: Jonathan Rockway [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:19 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =) What other features do you desire