File: Changes

package info (click to toggle)
libconfig-methodproxy-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 116 kB
  • sloc: perl: 284; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Revision history for Perl extension Config::MethodProxy.

0.02 2016-11-09

 - Switch from Test::Stream to Test2::Bundle::Extended.
 - Support $proxy as an alternative to &proxy so that it isn't parsed
   as a YAML anchor.
 - Add extra validation for things like method proxies with undefined
   package and method names, which means better error messages closer
   to the caller.

0.01 2015-12-29

 - First release.