File: META.yml

package info (click to toggle)
libtest-mockmodule-perl 0.170.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: sh: 173; perl: 170; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 999 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
---
abstract: 'Override subroutines in a module for unit testing'
author:
  - 'Current Maintainer: Geoff Franks <gfranks@cpan.org>'
  - 'Original Author: Simon Flack <simonflk _AT_ cpan.org>'
build_requires:
  Test::More: '0.88'
  Test::Warnings: '0'
configure_requires:
  Module::Build: '0.38'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, 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: Test-MockModule
provides:
  Test::MockModule:
    file: lib/Test/MockModule.pm
    version: v0.170.0
requires:
  Carp: '0'
  SUPER: '0'
  Scalar::Util: '0'
  perl: '5.006'
resources:
  bugtracker: https://github.com/geofffranks/test-mockmodule/issues
  homepage: https://github.com/geofffranks/test-mockmodule
  license: http://dev.perl.org/licenses/
  repository: git://github.com/geofffranks/test-mockmodule.git
version: v0.170.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'