Install arch-dependent files into $archlib.
authorAndy Dougherty <doughera@lafayette.edu>
Thu, 13 Aug 2009 20:45:26 +0000 (16:45 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 13 Aug 2009 21:02:48 +0000 (17:02 -0400)
commit4cc80fc4cbbd82e20f7b14b68abb53d552076022
tree3533c752c53606b3e9480fb7f6444bfbdb305bdd
parent00d2151d8182d304f692967b33f591602a171442
Install arch-dependent files into $archlib.

After the great ext/ renaming, installperl stopped properly parsing the
new directory names, and hence did not properly deduce which files are
architecture-dependent.  This was compounded by Configure's failure to
detect ext/IO-Compress as an architecture-dependent module.  These two
patches fix both of those errors.
Configure
installperl