Tuesday, June 14, 2011

How to easily run just one CPAN Perl test

make TEST_FILES=t/00-test.t TEST_VERBOSE=1 test

Friday, March 4, 2011

Building perl5.8.x on NetBSD 5

Amend hints/netbsd.sh:

*** ./Onetbsd.sh        Fri Mar  4 14:45:00 2011
--- ./netbsd.sh Fri Mar  4 14:59:06 2011
***************
*** 79,85 ****
        ;;
  esac
  case "$osvers" in
! 0.9*|1.*|2.*|3.*|4.*)
        d_getprotoent_r="$undef"
        d_getprotobyname_r="$undef"
        d_getprotobynumber_r="$undef"
--- 79,85 ----
        ;;
  esac
  case "$osvers" in
! 0.9*|1.*|2.*|3.*|4.*|5.*)
        d_getprotoent_r="$undef"
        d_getprotobyname_r="$undef"
        d_getprotobynumber_r="$undef"


rm config.sh
Configure -de

Sunday, January 2, 2011