03.11.2011 19:50, davidMbrooke пишет: > Hi, > > Just wondering if anyone has got a preferred approach for handling Perl > modules (.pm files) which are required for Perl-based LRP Packages but > which are: > - Not included in the standard Perl distribution > - Available from CPAN (http://www.cpan.org/) > - Potentially used by several Packages > > Main options seem to be: > 1. Include them in perl.lrp > - This currently has Socket6.pm added > - It is firmly aimed at supporting "Shorewall" though > 2. Include them in 'package'.lrp and hope that no other Package needs > them (or include them in multiple Packages?) > 3. Include them in an optional Package called e.g. cpan.lrp which > contains numerous "non-standard" but (potentially) shared Perl modules > 4. Include them in their own individual Packages > > I don't favour #1 (too much overhead if just using Perl for Shorewall) > or #4 (too much work for me :-) but I can't easily decide between #2 and > #3. > > Thanks, > > dMb Hi. I think that we should use something between #3 and #4 - not individual module-per-packet, and not 'all-in-one' - because there will be possibly much modules, and pull all of them isn't good solution.
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ leaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-devel
