summaryrefslogtreecommitdiff
path: root/META.yml
blob: 5eeae0ac010c3e2e9a6add182f748d357a5d5f53 (plain)
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
---
abstract: 'IRC protocol handling'
author:
  - 'Paul Evans <leonerd@leonerd.org.uk>'
build_requires:
  Future: '0'
  Test::Fatal: '0'
  Test::More: '0.88'
dynamic_config: 1
generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Protocol-IRC
provides:
  Protocol::IRC:
    file: lib/Protocol/IRC.pm
    version: '0.12'
  Protocol::IRC::Client:
    file: lib/Protocol/IRC/Client.pm
    version: '0.12'
  Protocol::IRC::Message:
    file: lib/Protocol/IRC/Message.pm
    version: '0.12'
requires:
  perl: '5.010'
resources:
  license: http://dev.perl.org/licenses/
version: '0.12'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'