File: META.yml

package info (click to toggle)
libnet-async-irc-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 970; sh: 2; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 965 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
34
35
36
37
38
---
abstract: 'use IRC with C<IO::Async>'
author:
  - 'Paul Evans <leonerd@leonerd.org.uk>'
build_requires:
  IO::Async::OS: '0'
  IO::Async::Test: '0.14'
  Test::Fatal: '0'
  Test::More: '0.88'
configure_requires:
  Module::Build: '0.4004'
dynamic_config: 1
generated_by: 'Module::Build version 0.4231, 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: Net-Async-IRC
provides:
  Net::Async::IRC:
    file: lib/Net/Async/IRC.pm
    version: '0.12'
  Net::Async::IRC::Protocol:
    file: lib/Net/Async/IRC/Protocol.pm
    version: '0.12'
requires:
  Future::AsyncAwait: '0.47'
  IO::Async::Loop: '0.54'
  IO::Async::Stream: '0.59'
  List::Util: '1.33'
  MIME::Base64: '0'
  Protocol::IRC::Client: '0.13'
  Time::HiRes: '0'
  perl: '5.014'
resources:
  license: http://dev.perl.org/licenses/
version: '0.12'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'