blob: afc8a4f0165d45536c7a72287dff78d16913bf2b (
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
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
|
---
abstract: 'main module for biber, a bibtex replacement for users of biblatex'
author:
- 'François Charette <firmicus@gmx.net>'
build_requires:
Config::AutoConf: 0.15
ExtUtils::LibBuilder: 0.02
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: biblatex-biber
provides:
Biber:
file: lib/Biber.pm
version: 0.8
Biber::Config:
file: lib/Biber/Config.pm
Biber::Constants:
file: lib/Biber/Constants.pm
Biber::Entries:
file: lib/Biber/Entries.pm
Biber::Entry:
file: lib/Biber/Entry.pm
Biber::Entry::Name:
file: lib/Biber/Entry/Name.pm
Biber::Entry::Names:
file: lib/Biber/Entry/Names.pm
Biber::Input::file::biblatexml:
file: lib/Biber/Input/file/biblatexml.pm
Biber::Input::file::bibtex:
file: lib/Biber/Input/file/bibtex.pm
Biber::Input::file::ris:
file: lib/Biber/Input/file/ris.pm
Biber::Internals:
file: lib/Biber/Internals.pm
Biber::LaTeX::Recode:
file: lib/Biber/LaTeX/Recode.pm
version: 0.1
Biber::LaTeX::Recode::Data:
file: lib/Biber/LaTeX/Recode/Data.pm
Biber::Output::BBL:
file: lib/Biber/Output/BBL.pm
Biber::Output::Base:
file: lib/Biber/Output/Base.pm
Biber::Output::Test:
file: lib/Biber/Output/Test.pm
Biber::Section:
file: lib/Biber/Section.pm
Biber::Section::List:
file: lib/Biber/Section/List.pm
Biber::Sections:
file: lib/Biber/Sections.pm
Biber::Structure:
file: lib/Biber/Structure.pm
Biber::Utils:
file: lib/Biber/Utils.pm
recommends:
Readonly::XS: 0
requires:
Config::General: 0
Data::Compare: 0
Data::Dump: 0
Date::Simple: 0
File::Slurp::Unicode: 0
IPC::Cmd: 0
IPC::Run: 0
LWP::Simple: 0
List::AllUtils: 0
List::MoreUtils: 0
Log::Log4perl: 0
Readonly: 0
Regexp::Common: 0
Switch: 0
Text::BibTeX: 0.51
Unicode::Collate: 0.72
XML::LibXML::Simple: 0
XML::LibXSLT: 0
perl: v5.10.0
resources:
license: http://dev.perl.org/licenses/
version: 0.8
|