Update documentation
[p5sagit/p5-mst-13.2.git] / lib / lib.pm
index ab19426..546ae87 100644 (file)
@@ -10,7 +10,7 @@ my $archname = $Config{'archname'};
 
 sub import {
     shift;
-    foreach (@_) {
+    foreach (reverse @_) {
        unshift(@INC, $_);
        # Put a corresponding archlib directory infront of $_ if it
        # looks like $_ has an archlib directory below it.