File: META.yml

package info (click to toggle)
libcache-perl 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 428 kB
  • ctags: 301
  • sloc: perl: 2,577; makefile: 2
file content (90 lines) | stat: -rw-r--r-- 2,066 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
abstract: 'Provide a generic Cache mechanism.'
author:
  - 'Chris Leishman <chris@leishman.org>'
build_requires: {}
configure_requires:
  Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.141170'
keywords:
  - cache
  - caching
  - file
  - generic
  - memory
  - optimisation
  - optimise
  - optimization
  - optimize
  - speed
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Cache
provides:
  Cache:
    file: lib/Cache.pm
    version: '2.10'
  Cache::Entry:
    file: lib/Cache/Entry.pm
    version: '2.10'
  Cache::File:
    file: lib/Cache/File.pm
    version: '2.10'
  Cache::File::Entry:
    file: lib/Cache/File/Entry.pm
    version: '2.10'
  Cache::File::Handle:
    file: lib/Cache/File/Handle.pm
  Cache::File::Heap:
    file: lib/Cache/File/Heap.pm
    version: '2.10'
  Cache::IOString:
    file: lib/Cache/IOString.pm
  Cache::Memory:
    file: lib/Cache/Memory.pm
    version: '2.10'
  Cache::Memory::Entry:
    file: lib/Cache/Memory/Entry.pm
    version: '2.10'
  Cache::Memory::HeapElem:
    file: lib/Cache/Memory/HeapElem.pm
  Cache::Null:
    file: lib/Cache/Null.pm
    version: '2.10'
  Cache::Null::Entry:
    file: lib/Cache/Null/Entry.pm
    version: '2.10'
  Cache::RemovalStrategy:
    file: lib/Cache/RemovalStrategy.pm
    version: '2.10'
  Cache::RemovalStrategy::FIFO:
    file: lib/Cache/RemovalStrategy/FIFO.pm
  Cache::RemovalStrategy::LRU:
    file: lib/Cache/RemovalStrategy/LRU.pm
  Cache::Tester:
    file: lib/Cache/Tester.pm
    version: '2.10'
requires:
  DB_File: '1.72'
  Date::Parse: '2.24'
  Digest::SHA: '0'
  Fcntl: '1.03'
  File::Find: '0'
  File::NFSLock: '1.20'
  File::Path: '1.00'
  File::Spec: '0.8'
  Heap::Fibonacci: '0.01'
  IO::File: '1.08'
  IO::Handle: '1.21'
  IO::String: '1.02'
  Storable: '1.00'
  Symbol: '1.02'
  Test::More: '0.45'
  perl: '5.006'
resources:
  license: http://dev.perl.org/licenses/
  repository: http://bitbucket.org/shlomif/web-cpan
version: '2.10'