Bug 98304 - Update Port: devel/p5-Params-Validate 0.82->0.84
Summary: Update Port: devel/p5-Params-Validate 0.82->0.84
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Aaron Dalton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 20:50 UTC by Aaron Dalton
Modified: 2006-06-02 19:19 UTC (History)
0 users

See Also:


Attachments
submission.txt (1.93 KB, text/plain)
2006-06-01 20:50 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton freebsd_committer freebsd_triage 2006-06-01 20:50:20 UTC
- 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-01 20:52:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-01 20:52:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Denis Shaposhnikov 2006-06-02 06:55:34 UTC
>>>>> "Edwin" == Edwin Groothuis <edwin@FreeBSD.org> writes:

 Edwin> If it contains a patch for an upgrade, an enhancement or a bug
 Edwin> fix you agree on, reply to this email stating that you approve
 Edwin> the patch and a committer will take care of it.

 Edwin> The full text of the PR can be found at:
 Edwin>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98304

Thank you! I approve the patch.

-- 
DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet
xmpp:dsh@vlink.ru mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/
Comment 4 Aaron Dalton freebsd_committer freebsd_triage 2006-06-02 19:19:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!