2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-08-21 13:20:25 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Params-ValidationCompiler: update to 0.30.
0.30 2018-07-31
- Tweaked the POD formatting so that the table of contents generated by
MetaCPAN is more useful.
0.29 2018-07-31
- Make Class::XSAccessor a recommended dep, not a required one.
0.28 2018-07-31
- Added a new option for named params, "return_object". This causes the
validation sub to return an object with methods for each param rather than a
hashref. This is a great way to avoid typos in hash keys. This idea (and
some of the implementation) was shamelessly stolen from Toby Inkster's
Type::Params module.
|
2018-02-25 18:27:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Params-ValidationCompiler: update to 0.27.
0.27 2018-02-11
- Fixed a bug with inlining Moose types. If a type's parent needed environment
variables those would not get closed over. Reported by Mark Fowler. GH #22.
- Added a debug option to dump the source of the subroutine before it is
eval'd.
|
2017-11-29 14:43:53 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Params-ValidationCompiler: update to 0.26.
0.26 2017-11-28
- The exceptions.t test would fail if Sub::Util was not installed. Reported by
Paul Howarth. GH #19.
- Fix test failures on Windows. GH #20.
|
2017-11-26 11:02:56 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Params-ValidationCompiler: update to 0.25.
0.25 2017-11-23
- All exceptions now include a stack trace by default when treated as a
string. This makes finding where validation failed a lot easier. Fixes GH
#18.
- The name for a subroutine is now used in some exception messages, even if
Sub::Util cannot be installed.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-19 15:51:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Params-ValidationCompiler to 0.24.
0.24 2017-04-08
- The source_for() exported by Params::ValidationCompiler did not work at
all. Reported by Diab Jerius. GH #16.
|