File: Changes

package info (click to toggle)
libmoox-file-configdir-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 226; makefile: 2; sh: 1
file content (43 lines) | stat: -rw-r--r-- 1,373 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
36
37
38
39
40
41
42
43
Revision history for Perl module MooX::File::ConfigDir

0.008	2020-10-21
    - update tooling / infrastructure using
    - fix MANIFEST.SKIP to distribute .perltidyrc

0.007	2018-04-30
    - Spelling fixes triggered by Mohammed Anwar's PR for
      File::ConfigDir
    - CI improvements to ensure constant high software quality
    - add license files

0.006	2017-05-22
    - add support for vendorapp_cfg_dir
    - add .perltidyrc for common style (repository ...)

0.005	2015-03-04
    - bump copyright year to 2015
    - simplify construction
    - increase test coverage
    - splash out for attribute clearer ;)
    - update meta-data and older eumm-support

0.004	2014-11-25
    - improve Makefile.PL for better distribution kwalitee
    - add README.md

0.003	2014-01-06
    - move from Build.PL to Makefile.PL because of development dependencies
    - change dependency from namespace::autoclean to namespace::clean
      (Fixes PR#91890)
    - prefer BAIL_OUT over printf in loading test
    - update copyright period

0.002	2013-09-26
    - improve initialization support (builder for config_identifier)
    - improve builders for the config dir attributes to call them from
      within BUILDARGS
    - fix singleapp_cfg_dir builder (using it with config_identifier is
      tautologous)

0.001	2013-09-21
    - First version, released on an unsuspecting world.