File: Changes

package info (click to toggle)
libdist-zilla-plugin-readmefrompod-perl 0.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 133; makefile: 2
file content (136 lines) | stat: -rw-r--r-- 3,687 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Revision history for Dist-Zilla-Plugin-ReadmeFromPod

0.40 2025-05-27 11:57:19
  - Revert 0.39 since it has issues with add_file (GH #13)

0.39 2025-04-26 08:41:15
  [Enhancements]
  - Add a phase attribute to control when to build the README (Robert Rothenberg)

  [Bug Fixes]
  - Build the README from the content, so that it will work with Pod::Weaver (Robert Rothenberg)

  [Documentation]
  - Reorganized POD (Robert Rothenberg)

  - Updated copyright year.

0.38 2023-07-24 15:58:24
    - fix syntax of version check for Pod::Readme (@haarg)

0.37 2018-12-21 09:34:01
    - fix path for Dist::Zilla v6+

0.36 2018-10-29 21:29:16
    - Add Github Flavored Markdown ("gfm") as a format to generate.

0.35 2016-10-19 22:51:42
    - Updated to use Path::Tiny API instead of Path::Class (diegok)

0.34 2016-10-08 09:38:53
    - Auto-detect pod file if present (GH#6, polettix)

0.33 2015-09-10 07:57:55
    - fix text and defaults by miquelruiz

0.32 2015-02-12 22:24:09
    - no code changes

0.31 2015-02-12 09:53:04
    - Remove dependency on Moose::Autobox (GH#4, Kent Fredric)

0.30 2014-12-05 21:34:38
    - bump from 0.22_03, no code changes

0.22_03 2014-12-05 10:12:58
    - fix issues

0.22_01 2014-12-04 09:52:02
    - use Pod::Readme (Robert Rothenberg)

0.21 2013-11-04 15:54:58

    - Prereqs, Pod::Simple = 3.23 (RT 90032)

0.20 2013-11-03 15:45:30

    - formal release for 5.005

0.19_01 2013-10-20 15:30:38

    - Convert using only characters for Dist::Zilla v5 (dagolden)

0.18 2013-02-12 11:08:05

    - apply patch (filename attr) from mitakaa (RT 75272)
    - regex ^ to match root README

0.14 2010-09-17 20:38:55

    - Set the META repository url to my github repo, as suggested
      by avar. github user: Hercynium (sscaffidi)

0.13 2010-09-17 16:26:40

   - Fixed failing test as per [CPAN RT: #60569] (sscaffidi)

0.12 2010-06-08 16:47:39

   - Improvements by Kent Fredric to make the POD extraction
     saner. The need for intermediary files was eliminited, which
     allowed us to get rid of a call to sync(), which fails on
     Win32.

	 It still does the right thing with UTF-8, which was the reason
	 for the odd original code.

0.11 2010-05-26 12:53:27

    - Convert this distro to use @AVAR

    - Remove PodWeaver use in favor of hardcoded POD and improve
      the documentation.

0.10    2010.05.01

        Re-release due to Makefile.PL breakage caused by Dist::Zilla
        FAIL: http://github.com/rjbs/dist-zilla/commit/2e47b6c205

0.09    2010.04.28

        Integrate patch by Mark Gardner <mjgardner@cpan.org> to make
        t/gist-329018.t pass on Win32 and other architectures that
        don't have IO::Handle::sync()

0.08    2010.04.11

        Accidentally released 0.07 with commit
        1abffc5f8711ba77cb27c9bda719da4590f0987e which replaced
        Pod::Text with Pod::Readme. Pod::Readme is too broken to use
        for the reasons detailed in the Git commit log.

0.07    2010.04.11

        Bumped for re-release to CPAN (was deleted)

0.06    2010.03.11
        Using in-memory filehandles as commited in 0.05 doesn't work
        for some unknown reason. There's a TODO test for this
        t/gist-329018.t now taken from http://gist.github.com/329018

0.05    2010.03.11
        Using IO::Scalar instead of Perl's built-in open() to open
        in-memory filehandles breaks in-memory Pod::Text processing of
        POD documents containing UTF-8 (who knows why) (avar)

0.04    2009.06.16
        require Pod::Text 3.13

0.03    2009.05.10
        can override README if it already has [Readme]

0.02	    2009.4.5
        fix VERSION

0.01    2009.4.5
        First version, released on an unsuspecting world.