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
|
# Package metadata for Pod::Thread.
#
# This file contains configuration for DocKnot used to generate
# documentation files (like README.md) and web pages. Other documentation
# in this package is generated automatically from these files as part of
# the release process. For more information, see DocKnot's documentation.
#
# DocKnot is available from <https://www.eyrie.org/~eagle/software/docknot/>.
#
# Copyright 2002, 2008, 2013, 2021 Russ Allbery <rra@cpan.org>
#
# SPDX-License-Identifier: MIT
format: v1
name: Pod::Thread
maintainer: Russ Allbery <rra@cpan.org>
version: '3.01'
synopsis: Format POD source into thread, an HTML macro language
license:
name: Expat
copyrights:
- holder: Russ Allbery <rra@cpan.org>
years: 2002, 2008-2009, 2013, 2021
build:
type: Module::Build
distribution:
cpan: Pod-Thread
packaging:
debian:
package: libpod-thread-perl
summary: Pod::Thread is packaged for Debian as libpod-thread-perl.
section: web
tarname: Pod-Thread
version: pod-thread
support:
email: rra@cpan.org
github: rra/pod-thread
web: https://www.eyrie.org/~eagle/software/pod-thread/
vcs:
browse: https://git.eyrie.org/?p=web/pod-thread.git
github: rra/pod-thread
status:
workflow: build
type: Git
url: https://git.eyrie.org/web/pod-thread.git
docs:
api:
- name: pod-thread
title: Pod::Thread
user:
- name: pod2thread
title: pod2thread manual page
blurb: |
Pod::Thread translates POD source into thread, a macro language processed by
DocKnot. It supports optionally adding a table of contents and a navigation
bar to the genenerated file. This package also includes the pod2thread
driver script for easy command-line access to the converter.
description: |
This package contains a module to translate POD into thread, an HTML macro
language. As such, it is primarily intended to support
[DocKnot](https://www.eyrie.org/~eagle/software/docknot/), the static site
generator that converts thread into HTML. Pod::Thread provides the POD
formatting for DocKnot.
DocKnot and this module were written for my personal needs and may not be
suitable for more general use.
The conversion done by this module is mostly straightforward. The only
notable parts are the optional generation of a table of contents or a
navigation bar at the top of the generated file.
requirements: |
Perl 5.24 or later. As mentioned above, it's also not particularly useful
without DocKnot.
test:
lancaster: true
suffix: |
Perl6::Slurp is required by the test suite. The following additional Perl
modules will be used by the test suite if present:
* Devel::Cover
* Perl::Critic::Freenode
* Test::CPAN::Changes (part of CPAN-Changes)
* Test::MinimumVersion
* Test::Perl::Critic
* Test::Pod
* Test::Spelling
* Test::Strict
* Test::Synopsis
All are available on CPAN. Those tests will be skipped if the modules
are not available.
|