File: Changes

package info (click to toggle)
libdist-zilla-role-modulemetadata-perl 0.006-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 241; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for Dist-Zilla-Role-ModuleMetadata

0.006     2018-04-10 02:50:21Z
          - soften the Module::Metadata version requirement in tests
          (RT#125051)

0.005     2018-04-01 23:13:32Z
          - now supports passing collect_pod => 1 to module_metadata_for_file.

0.004     2016-06-21 00:54:35Z
          - added argument validation

0.003     2015-04-03 03:59:41Z
          - fix failing tests on older Dist::Zilla by ensuring that the
            version object in generated data is stringified

0.002     2015-03-29 23:05:41Z
          - include the Module::Metadata version in dumped config metadata,
            for future debugging purposes

0.001     2015-03-29 21:01:24Z
          - Initial release.