Commit graph

31 commits

Author SHA1 Message Date
Martin Wilke
8c1d6af3e4 - Update to 0.88
PR:		111900
Submitted by:	miwi
Approved by:	maintainer
2007-04-20 21:07:55 +00:00
Martin Wilke
a17435fb82 - Update to 0.87
PR:		108253
Submitted by:	miwi
Approved by:	maintainer
2007-01-24 20:59:41 +00:00
Cheng-Lung Sung
bc2bcf8cd2 - Update to 0.86
PR:		ports/101698
Submitted by:	gslin_AT_gslin dot org
Approved by:	maintainer (Denis Shaposhnikov)
2006-08-09 14:16:28 +00:00
Erwin Lansing
f5105af7a3 Update to 0.85
PR:		98889
Submitted by:	Christopher Boumenot <boumenot@gmail.com>
Approved by:	maintainer
2006-06-13 19:06:54 +00:00
Aaron Dalton
dfe9fe37ec - 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)
2006-06-02 18:17:54 +00:00
Erwin Lansing
bdd1362d11 Update to 0.82
PR:		97420
Submitted by:	Christopher Boumenot <boumenot@gmail.com>
Reviewed by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-05-18 08:35:11 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Erwin Lansing
0084dcac8a Update to 0.78
PR:		89661
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2005-11-28 17:44:19 +00:00
Roman Bogorodskiy
586f9adb47 Update to 0.77
PR:		80573
Submitted by:	Denis Shaposhnikov (maintainer)
2005-05-03 11:37:33 +00:00
Mathieu Arnold
81d64de116 Update to 0.76
Obtained from:	maintainer timeout
2004-12-01 18:01:57 +00:00
Mathieu Arnold
b13f526203 Update to 0.74
Approved by:	maintainer timeout
2004-04-28 16:51:32 +00:00
Mathieu Arnold
53cefb9ad2 Update to 0.73
Approved by:	maintainer
2004-03-30 13:38:37 +00:00
Mathieu Arnold
0497df68fe Update to 0.72
PR:		59635
Submitted by:	maintainer
2003-12-04 10:34:27 +00:00
Mathieu Arnold
7a3024fb92 Update to 0.69
Approved by:	maintainer
2003-11-05 12:47:02 +00:00
Mathieu Arnold
9d151a4005 Update to 0.67
maintainer timeout
2003-10-21 14:01:50 +00:00
Mathieu Arnold
277ab524d9 Update to 0.65
* It is now possible to turn validation on and off at runtime.  To make this
  easier, it can be set via the PERL_NO_VALIDATION environment variable, or the
  $Params::Validate::NO_VALIDATION global variable.  Go ahead, shoot yourself
  in the foot with it!

Approved by:	demon (mentor), maintainer
2003-08-19 08:30:51 +00:00
Daichi GOTO
3ca13e461e update devel/p5-Params-Validate: 0.62 -> 0.64
PR:		54532
Submitted by:	Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
2003-07-16 06:31:21 +00:00
Dmitry Sivachenko
6aa78eded4 Update to version 0.62. 2003-06-29 09:41:04 +00:00
Dmitry Sivachenko
21c57d505e Utilize SITE_PERL, remove redundant MAN3PREFIX assignment. 2003-06-29 09:39:00 +00:00
Dmitry Sivachenko
729e1cb1ed Update to version 0.61.
Maintainer timeout.
2003-06-24 07:58:22 +00:00
Anton Berezin
6386f058f9 p5-Params-Validate has an extra module, Attribute::Params::Validate,
which uses Attribute::Handlers, which requires perl 5.6 or above.
This is an add-on functionality which is not necessary for main module
operation.  Make this port work with all supported Perls.

PR:		51652
Approved by:	maintainer
2003-05-15 09:26:22 +00:00
Maxim Sobolev
1f5a001008 If perl-5.8.0 is the main perl istalled don't depend on modules already in
the base distribution.

Sponsored by:	Porta Software Ltd.
2003-02-24 21:41:13 +00:00
Edwin Groothuis
05f0ff822d Maintainer update:
Mark IGNORE because of dependency on p5-Attribute-Handlers

	vendor update to 0.54:
	- Something around test 5 in 06-options.t appear to cause
	  Perl to die/segfault/something under 5.6.0.  These tests
	  will be skipped with 5.6.0 in the future.  Reported by
	  Christian Schaffner.
	- When testing for a compiler, use nmake on Win32.  Implemented
	  by Ronald Hill.
	- Added regex validation option.
	- Added copyright info to each source file.  Added LICENSE
	  file to distro.

PR:		ports/48524
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-23 06:11:22 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Edwin Groothuis
40428dadd5 Add dependency on devel/p5-Attribute-Handlers
Notified maintainer
2003-02-13 01:52:34 +00:00
Anton Berezin
ce748f0dc1 Update to 0.50.
Submitted by:	maintainer
PR:		47038
2003-01-27 14:04:35 +00:00
Patrick Li
f0645a486e Update to 0.24
PR:		ports/40976
Submitted by:	maintainer
2002-07-25 17:05:49 +00:00
Patrick Li
f5ec8e5852 Update to 0.23
PR:		ports/40685
Submitted by:	maintainer
2002-07-17 15:28:24 +00:00
Anton Berezin
cf6a651fe7 Update to 0.18.
PR:		39916
Submitted by:	maintainer
2002-06-27 09:37:51 +00:00
Jimmy Olgeni
64b9562e22 Update port to version 0.04.
PR:		26724
Submitted by:	Denis Shaposhnikov <dsh@neva.vlink.ru>
2001-04-20 14:41:03 +00:00
Will Andrews
a125c5fcbd Add p5-Params-Validate 0.03, a perl module to validate method/function
parameters.

PR:		26477
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2001-04-10 19:46:03 +00:00