File: Changes

package info (click to toggle)
libmoox-buildargs-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 300; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
44
45
46
Revision history for Perl extension MooX-BuildArgs.

0.08 2019-04-23T18:48:18Z

 - Add clear_build_args() to MooX::BuildArgs.
 - Tidied up POD for MooX::SingleArg.

0.07 2019-03-03T19:11:21Z

 - Fix some POD and dependency issues.
 - Properly extend TRANSFORM_BUILDARGS in ::MethodProxyArgs.
 - Require perl 5.8.1.
 - Simplify VERSION declarations.

0.06 2019-02-14T18:50:14Z

 - Fix a couple PAUSE indexing issues!

0.05 2019-02-14T18:03:13Z

 - Use Data::MethodProxy instead of Config::MethodProxy.
 - Use Test2::V0 instead of Test2::Bundle::Extended.
 - Migrate build tooling from Dist::Zilla to Minilla.

0.04 2016-11-26

 - Correct a typographical and a grammar mistake.
 - Let the proxy args test pass on recent versions of Perl.

0.03 2016-11-09

 - Fix a couple of typographical errors.
 - Switch from Test::Stream to Test2::Suite.
 - Use Config::MethodProxy in MooX::MethodProxyArgs.

0.02 2015-12-29

 - Add MooX::MethodProxyArgs.
 - Use Test::Stream for tests.
 - Make BuildArgsHooks future compatibility tests work if the test
   hooks are called.

0.01 2014-11-07

 - First release.