Hello, While trying to package some useful Perl modules I found out that it's absolutely unclear how filesystem layout should look like. Quick look at /usr/perl revealed that few possibilities exists:
1. 5.8.4/lib hierarchy. 2. 5.8.4/lib/i86pc-solaris-64int hierarchy 3. site_perl/5.8.4/i86pc-solaris-64int hierarchy 4. vendor_perl/5.8.4/i86pc-solaris-64int hierarchy so the questions are: 1. what the point of i86pc-solaris-64int sub-hier in 5.8.4/lib (and site_perl/5.8.4 and vendor_perl/5.8.4)? First guess was `dependency on some binary stuff', but that's seems to be wrong. 2. what the difference between $VERSION/lib, site_per/$VERSION (note: no lib/) and vendor_perl/$VERSION (once again no lib/)? _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
