Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 18:17:54 +0000 (UTC)
From:      Aaron Dalton <aaron@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/p5-Params-Validate Makefile distinfo pkg-descr
Message-ID:  <200606021817.k52IHsKg016232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
aaron       2006-06-02 18:17:54 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Params-Validate Makefile distinfo pkg-descr 
  Log:
  - Update from v0.82 to v0.84
  
  0.84 May29, 2006
  
  - The XS version of the code used Carp::croak to report failures,
  while the Perl version used Carp::confess. The module has always been
  documented as using confess, so now the XS version uses this.
  
  - The new compiler detection code always returned false if you didn't
  have ExtUtils::CBuilder installed.
  
  0.83 May 28, 2006
  
  - Change how C compiler detection is done in the Makefile.PL so it
  does not rely on having make on the system. The new way should work on
  (most?) Unix and Win32 systems. Suggested by David Golden. See RT
  18969 (for DateTime.pm, but equally applicable to this module). Will
  hopefully fix RT 17644.
  
  - Previously, if a parameter was undefined, regex checks for that
  parameter always failed. However, it's quite possible for a regex to
  successfully match an undefined value (qr/^$/, for example). Now the
  code treats undef as an empty string ('') in regex checks. Reported by
  Duncan Salada.
  
  PR:             ports/98304
  Submitted by:   aaron
  Reviewed by:    maintainer
  Approved by:    maintainer, tobez (implicit)
  
  Revision  Changes    Path
  1.26      +5 -1      ports/devel/p5-Params-Validate/Makefile
  1.21      +3 -3      ports/devel/p5-Params-Validate/distinfo
  1.3       +2 -0      ports/devel/p5-Params-Validate/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606021817.k52IHsKg016232>