File: Changes

package info (click to toggle)
libdata-methodproxy-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 267; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for Perl extension Data-MethodProxy.

0.05 2021-01-30T03:28:59Z

 - Provide a .editorconfig instead of .lvimrc.

0.04 2019-04-01T05:34:38Z

 - Minor documentation cleanups.
 - Require perl 5.8.1.
 - Simplify VERSION declarations.

0.03 2019-02-14T17:30:56Z

 - Rename distribution from Config-MethodProxy to Data-MethodProxy.
 - Created Data::MethodProxy, an OO version of Config::MethodProxy.
 - Made Config::MethodProxy a tiny shim over Data::MethodProxy.
 - Better synopsys and examples.
 - Test for circular reference detection... and fixed it.
 - Reduce dependencies a bit.
 - Migrate build tooling from Dist::Zilla to Minilla.

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.