File: META.yml

package info (click to toggle)
libclass-errorhandler-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 17; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 914 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
---
abstract: 'Base class for error handling'
author:
  - 'Benjamin Trott, cpan@stupidfool.org. All rights reserved.'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Minilla/v2.4.1, 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-ErrorHandler
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Class::ErrorHandler:
    file: lib/Class/ErrorHandler.pm
    version: '0.04'
requires:
  perl: 5.008_001
resources:
  bugtracker: https://github.com/tokuhirom/Class-ErrorHandler/issues
  homepage: https://github.com/tokuhirom/Class-ErrorHandler
  repository: git://github.com/tokuhirom/Class-ErrorHandler.git
version: '0.04'
x_contributors:
  - 'Tokuhiro Matsuno <tokuhirom@gmail.com>'