On Mon, 17 Jul 2006 09:40:05 -0700
Eric Wilhelm <[EMAIL PROTECTED]> wrote:

> I use an =head1 for the "Constructor", "Methods", "Functions", 
> "Functions that do Foo" and such sections and =head2 function_name for 
> each function.  If you want =head3, then sure, but your "FUNCTIONS" 
> header is currently a child of "DESCRIPTION", so each function is a 
> grandchild of DESCRIPTION?

OK, I've now put "FUNCTIONS" as a =head1, and all the individual function
names as =head2. I think that must be approaching all, by now...

Next thing to think about is how to do the next module I was going to add
- this one is a cache around reading the contents of files - supposed to
be for small files. It provides a simple "slurp-all" function:

  my $data = read_file( "/filename/here" );

Complete with caching, and checking for changes based on the stat cache.

Should this module go here with File::StatCache, or in its own
distribution? I don't know how expensive these things are - is it worth
having a whole new distribution for one module, or is it best to put them
together?

-- 
Paul "LeoNerd" Evans

[EMAIL PROTECTED]
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/

Attachment: signature.asc
Description: PGP signature

Reply via email to