aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.86Cheng-Lung Sung2006-08-091-1/+1
| | | | | | | | | PR: ports/101698 Submitted by: gslin_AT_gslin dot org Approved by: maintainer (Denis Shaposhnikov) Notes: svn path=/head/; revision=170202
* Update to 0.85Erwin Lansing2006-06-131-1/+1
| | | | | | | | | PR: 98889 Submitted by: Christopher Boumenot <boumenot@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=165334
* - Update from v0.82 to v0.84Aaron Dalton2006-06-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=164233
* Update to 0.82Erwin Lansing2006-05-181-1/+1
| | | | | | | | | PR: 97420 Submitted by: Christopher Boumenot <boumenot@gmail.com> Reviewed by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=162698
* Update to 0.78Erwin Lansing2005-11-281-1/+1
| | | | | | | | PR: 89661 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=149809
* Update to 0.77Roman Bogorodskiy2005-05-031-1/+1
| | | | | | | | PR: 80573 Submitted by: Denis Shaposhnikov (maintainer) Notes: svn path=/head/; revision=134549
* Update to 0.76Mathieu Arnold2004-12-011-1/+1
| | | | | | | Obtained from: maintainer timeout Notes: svn path=/head/; revision=122910
* Update to 0.74Mathieu Arnold2004-04-281-1/+1
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=107826
* Update to 0.73Mathieu Arnold2004-03-301-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=105698
* Update to 0.72Mathieu Arnold2003-12-041-1/+1
| | | | | | | | PR: 59635 Submitted by: maintainer Notes: svn path=/head/; revision=94943
* Update to 0.69Mathieu Arnold2003-11-051-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=93133
* Update to 0.67Mathieu Arnold2003-10-211-3/+3
| | | | | | | maintainer timeout Notes: svn path=/head/; revision=91817
* Update to 0.65Mathieu Arnold2003-08-191-1/+1
| | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=87274
* update devel/p5-Params-Validate: 0.62 -> 0.64Daichi GOTO2003-07-161-1/+1
| | | | | | | | PR: 54532 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer) Notes: svn path=/head/; revision=84968
* Update to version 0.62.Dmitry Sivachenko2003-06-291-1/+1
| | | | Notes: svn path=/head/; revision=83813
* Utilize SITE_PERL, remove redundant MAN3PREFIX assignment.Dmitry Sivachenko2003-06-291-1/+0
| | | | Notes: svn path=/head/; revision=83812
* Update to version 0.61.Dmitry Sivachenko2003-06-241-2/+1
| | | | | | | Maintainer timeout. Notes: svn path=/head/; revision=83515
* p5-Params-Validate has an extra module, Attribute::Params::Validate,Anton Berezin2003-05-151-8/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=81021
* If perl-5.8.0 is the main perl istalled don't depend on modules already inMaxim Sobolev2003-02-241-3/+4
| | | | | | | | | the base distribution. Sponsored by: Porta Software Ltd. Notes: svn path=/head/; revision=76423
* Maintainer update:Edwin Groothuis2003-02-231-2/+12
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=76227
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76032
* Add dependency on devel/p5-Attribute-HandlersEdwin Groothuis2003-02-131-0/+3
| | | | | | | Notified maintainer Notes: svn path=/head/; revision=75425
* Update to 0.50.Anton Berezin2003-01-271-2/+3
| | | | | | | | Submitted by: maintainer PR: 47038 Notes: svn path=/head/; revision=74082
* Update to 0.24Patrick Li2002-07-251-1/+1
| | | | | | | | PR: ports/40976 Submitted by: maintainer Notes: svn path=/head/; revision=63542
* Update to 0.23Patrick Li2002-07-171-1/+1
| | | | | | | | PR: ports/40685 Submitted by: maintainer Notes: svn path=/head/; revision=63137
* Update to 0.18.Anton Berezin2002-06-271-2/+2
| | | | | | | | PR: 39916 Submitted by: maintainer Notes: svn path=/head/; revision=62084
* Update port to version 0.04.Jimmy Olgeni2001-04-201-1/+1
| | | | | | | | PR: 26724 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=41725
* Add p5-Params-Validate 0.03, a perl module to validate method/functionWill Andrews2001-04-101-0/+22
parameters. PR: 26477 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Notes: svn path=/head/; revision=41218