PATCH: AutoSplit
authorGraham Barr <bodg@tiuk.ti.com>
Mon, 11 Mar 1996 11:01:58 +0000 (06:01 -0500)
committerChip Salzenberg <chip@atlantic.net>
Wed, 15 Jan 1997 19:24:00 +0000 (07:24 +1200)
commitbb8fceff88bc3fe9e820d0761f1b0451a870ac65
treedc24d3e2814ff05d7b7676998769773a2f922b19
parent7adad424447c8a24bce71f2593459be2ef4eb957
PATCH: AutoSplit

Below is a patch which moves where AutoSplit splits a file. Currently AutoSplit
split when it sees a sub. This inhibits individual routines from having their
own use or require statements.

This patch causes AutoSplit to split at the last line starting with
a } before a sub.

The reason behind this is that I have a package which is a collection
of utility routines each requiring separate packages, as I am trying
to reduce what is loaded by autoloading the routines, it seems only
sensible to only 'use' packages when the routine which needs them it
loaded

p5p-msgid: <9603111010.AA29935@tiuk.ti.com>
lib/AutoSplit.pm