On 21 Mar 2002 11:45:41 -0800, Jeff Zucker wrote:

>Once
>DBI is installed, the scripts would operate identically with a change of
>"use DBI::Lite;" to "use DBI;".

Can't you make DBI::Lite try to load DBI, if that works, point
everything towards that module; and if it fails, to include its own
definitions? That way, people wouldn't even need to edit their scripts.

That might mean that DBI::Lite would actually just be a scriplet, with
no subs (a loader), and the bulk of DBI::Lite be a separate module.

-- 
        Bart.

Reply via email to