Package: libmarkdown-render-perl / 1.60.4-1

Metadata

Package Version Patches format
libmarkdown-render-perl 1.60.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
include test.patch | (download)

t/00-markdown.t | 73 73 + 0 - 0 !
t/files/README.md.in | 244 244 + 0 - 0 !
2 files changed, 317 insertions(+)

 include test for autopkgtests
 Include the test file from upstream git repo with light modification to
 remove an external dependency. This test file is excluded from the CPAN
 dist.
change default.patch | (download)

bin/md-utils.pl | 2 1 + 1 - 0 !
lib/Markdown/Render.pm | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 change default rendering enging to text::markdown::discount
 To respect our users privacy, the default engine should be,
 Text::Markdown::Discount rather than use the Github API.
md utils docs.patch | (download)

bin/md-utils.pl | 201 146 + 55 - 0 !
1 file changed, 146 insertions(+), 55 deletions(-)

 convert help output to pod
 Convert the help output to be POD so we can generate a man page from it.
rename md utils.patch | (download)

Makefile.PL | 2 1 + 1 - 0 !
lib/Markdown/Render.pm | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 rename md-utils.pl to md-utils
 We don't want programs that end with ".pl".