File: META.yml

package info (click to toggle)
libtest-regression-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 156 kB
  • sloc: perl: 274; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 794 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
---
name: Test-Regression
version: 0.05
author:
  - 'Nicholas Bamber <nicholas@periapt.co.uk>'
abstract: Test library that can be run in two modes; one to generate outputs and a second to compare against them
license: perl
resources:
  license: http://dev.perl.org/licenses/
  repository: http://github.com/periapt/test-regression/tree
build_requires:
  DirHandle: 0
  File::Spec: 0
  Test::MockObject: 0
requires:
  Algorithm::Diff: 0
  FileHandle: 0
  Test::Differences: 0
  Test::More: 0
  Text::Diff: 0
configure_requires:
  Module::Build: 0.35
provides:
  Test::Regression:
    file: lib/Test/Regression.pm
    version: 0.05
generated_by: Module::Build version 0.35
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
keywords:
  - Test
  - Regression