Re: RFC 289 (v1) Generate module dependencies easily

2000-09-25 Thread Curtis Jewell
This begs a question - How would this be implemented, knowing that at least some MAJOR modules have what I call "run-time" dependencies, which are very easy to do with Perl? For example, what would this option think of DBI, for example, with it loading DBD's based on subroutine parameters? Or, s

RFC 291 (v1) Detecting Perl Core Modules Should Be Easy

2000-09-25 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Detecting Perl Core Modules Should Be Easy =head1 VERSION Maintainer: Leon Brocard <[EMAIL PROTECTED]> Date: 25 Sep 2000 Mailing List: [EMAIL PROTECTED] Number: 291 Version: 1 Status: Developing

Re: RFC 289 (v1) Generate module dependencies easily

2000-09-25 Thread Adam Turoff
On Mon, Sep 25, 2000 at 02:56:20AM -0500, Curtis Jewell wrote: > Or would this tool be restricted to compile-time dependencies only? I see no problem restricting dependency graphs to compile-time dependencies. Z.