http://qs321.pair.com?node_id=590549


in reply to Help Needed Cross Compile Perl ARM/Linux

Have you read the README in the Cross subdirectory in the Perl source distribution?


Test your modules with bleadperl!

  rsync -avz rsync://public.activestate.com/perl-current/ .
  ./Configure -des -Dusedevel -Dprefix=/path/to/test/perl
  make test
  make install

Now, please test you modules! If you have test failures that don't happen with Perl 5.8.8, send a simplified test case to

perlbug at perl.org