Re: setting up a file hierarchy

2009-05-20 Thread David Cantrell
On Tue, May 19, 2009 at 06:30:03PM +0100, Ash Berlin wrote: On 19 May 2009, at 17:19, David Cantrell wrote: On Tue, May 19, 2009 at 04:50:06PM +0100, Chisel Wright wrote: On Tue, May 19, 2009 at 04:33:06PM +0100, David Cantrell wrote: I'll pay attention when it doesn't rely on Module::Install.

setting up a file hierarchy

2009-05-19 Thread Jurgen Pletinckx
Please help me do my homework :) I've got a module which creates .docx files. Those are Microsoft's latest Word format, as described in the OOXML standard. OOXML is not too gruesome to work with, and I'm having a great time stuffing my reports with figures and tables and whatnot. However, one

Re: setting up a file hierarchy

2009-05-19 Thread Ash Berlin
On Tue, 19 May 2009 16:12:08 +0100, Dave Cross d...@dave.org.uk wrote: David Cantrell wrote: On Tue, May 19, 2009 at 04:02:19PM +0200, Jurgen Pletinckx wrote: So. Any prior art? How should one treat non-code dependencies? In a __DATA__ segment. If you need more than one file, bundle

Re: setting up a file hierarchy

2009-05-19 Thread David Cantrell
On Tue, May 19, 2009 at 04:22:29PM +0100, Ash Berlin wrote: http://search.cpan.org/~adamk/File-ShareDir-1.00/lib/File/ShareDir.pm was created for this very purpose. I'll pay attention when it doesn't rely on Module::Install. -- header FROM_DAVID_CANTRELLFrom =~ /david.cantrell/i

Re: setting up a file hierarchy

2009-05-19 Thread Chisel Wright
On Tue, May 19, 2009 at 04:33:06PM +0100, David Cantrell wrote: I'll pay attention when it doesn't rely on Module::Install. Should I ask why? -- Chisel Wright e: chi...@herlpacker.co.uk w: http://www.herlpacker.co.uk/ I like to photograph people naked, but they usually ask me to get

Re: setting up a file hierarchy

2009-05-19 Thread David Cantrell
On Tue, May 19, 2009 at 04:50:06PM +0100, Chisel Wright wrote: On Tue, May 19, 2009 at 04:33:06PM +0100, David Cantrell wrote: I'll pay attention when it doesn't rely on Module::Install. Should I ask why? Would you like to install mandatory pre-requisite Foo::Bar for this 'ere module what you

Re: setting up a file hierarchy

2009-05-19 Thread Tom Hukins
On Tue, May 19, 2009 at 04:02:19PM +0200, Jurgen Pletinckx wrote: A .docx file is just a zip container with a handful of XML documents (plus extra media, if applicable). For most of these, the default content is fine. But what is the optimal way of generating them? ... I set up the

Re: setting up a file hierarchy

2009-05-19 Thread Tom Hukins
On Tue, May 19, 2009 at 05:19:16PM +0100, David Cantrell wrote: On Tue, May 19, 2009 at 04:50:06PM +0100, Chisel Wright wrote: On Tue, May 19, 2009 at 04:33:06PM +0100, David Cantrell wrote: I'll pay attention when it doesn't rely on Module::Install. Should I ask why? Would you like

Re: setting up a file hierarchy

2009-05-19 Thread Ash Berlin
On 19 May 2009, at 17:19, David Cantrell wrote: On Tue, May 19, 2009 at 04:50:06PM +0100, Chisel Wright wrote: On Tue, May 19, 2009 at 04:33:06PM +0100, David Cantrell wrote: I'll pay attention when it doesn't rely on Module::Install. Should I ask why? Would you like to install mandatory