File: META.yml

package info (click to toggle)
libclass-base-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 533; xml: 111; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download | duplicates (2)
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
---
abstract: 'useful base class for deriving other modules '
author:
  - 'Andy Wardley    <abw@kfs.org>'
  - 'Gabor Szabo  <gabor@szabgab.com>'
  - 'Yanick Champoux <yanick@cpan.org>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
  base: '0'
  perl: '5.006'
  vars: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Class-Base
provides:
  Class::Base:
    file: lib/Class/Base.pm
    version: '0.09'
requires:
  Clone: '0'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/yanick/Class-Base/issues
  homepage: https://github.com/yanick/Class-Base
  repository: https://github.com/yanick/Class-Base.git
version: '0.09'
x_authority: cpan:YANICK
x_contributors:
  - 'Gabor Szabo <szabgab@gmail.com>'
  - 'Kent Fredric <kentfredric@gmail.com>'
  - 'Nick Morrott <knowledgejunkie@gmail.com>'
  - 'Yanick Champoux <yanick@babyl.dyndns.org>'
x_serialization_backend: 'YAML::Tiny version 1.67'