File: META.yml

package info (click to toggle)
libmodule-install-autolicense-perl 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: perl: 1,411; makefile: 2; sh: 1
file content (36 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (3)
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
---
abstract: 'A Module::Install extension to automagically generate LICENSE files'
author:
  - 'Chris Williams <chris@bingosnet.co.uk>'
build_requires:
  Capture::Tiny: 0.05
  ExtUtils::MakeMaker: 6.59
  File::Temp: 0
  Test::More: 0.47
configure_requires:
  ExtUtils::MakeMaker: 6.59
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.17'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Module-Install-AutoLicense
no_index:
  directory:
    - inc
    - t
provides:
  Module::Install::AutoLicense:
    file: lib/Module/Install/AutoLicense.pm
    version: '0.10'
requires:
  Module::Install: 0.85
  Software::License: 0.01
  perl: 5.6.0
resources:
  homepage: https://github.com/bingos/module-install-autolicense/
  license: http://dev.perl.org/licenses/
  repository: git://github.com/bingos/module-install-autolicense.git
version: '0.10'