File: META.yml

package info (click to toggle)
libpod-projectdocs-perl 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 208 kB
  • sloc: perl: 1,249; makefile: 2
file content (72 lines) | stat: -rw-r--r-- 1,952 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
---
abstract: 'generates CPAN like project documents from pod.'
author:
  - 'Martin Gruner <martin.gruner@cpan.org>'
  - 'Lyo Kato <lyo.kato@gmail.com>'
build_requires:
  File::Path: '0'
  Test::More: '0'
  Test::Pod: '0'
  lib: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Pod-ProjectDocs
provides:
  Pod::ProjectDocs:
    file: lib/Pod/ProjectDocs.pm
    version: '0.53'
  Pod::ProjectDocs::CSS:
    file: lib/Pod/ProjectDocs/CSS.pm
    version: '0.53'
  Pod::ProjectDocs::Config:
    file: lib/Pod/ProjectDocs/Config.pm
    version: '0.53'
  Pod::ProjectDocs::Doc:
    file: lib/Pod/ProjectDocs/Doc.pm
    version: '0.53'
  Pod::ProjectDocs::DocManager:
    file: lib/Pod/ProjectDocs/DocManager.pm
    version: '0.53'
  Pod::ProjectDocs::File:
    file: lib/Pod/ProjectDocs/File.pm
    version: '0.53'
  Pod::ProjectDocs::IndexPage:
    file: lib/Pod/ProjectDocs/IndexPage.pm
    version: '0.53'
  Pod::ProjectDocs::Parser:
    file: lib/Pod/ProjectDocs/Parser.pm
    version: '0.53'
  Pod::ProjectDocs::Parser::XHTML:
    file: lib/Pod/ProjectDocs/Parser/XHTML.pm
    version: '0.53'
  Pod::ProjectDocs::Template:
    file: lib/Pod/ProjectDocs/Template.pm
    version: '0.53'
requires:
  Carp: '0'
  File::Basename: '0'
  File::Copy: '0'
  File::Find: '0'
  File::Spec: '0'
  HTML::Entities: '0'
  IO::File: '0'
  JSON: '2.04'
  MIME::Base64: '0'
  Moose: '0'
  Pod::Simple::XHTML: '3.31'
  Readonly: '0'
  Template: '0'
  perl: v5.8.0
resources:
  bugtracker: https://github.com/mgruner/p5-pod-projectdocs/issues
  repository: git://github.com/mgruner/p5-pod-projectdocs.git
version: '0.53'
x_generated_by_perl: v5.32.1
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'