]> Dogcows Code - chaz/homebank2ledger/blob - META.yml
Version 0.002
[chaz/homebank2ledger] / META.yml
1 ---
2 abstract: 'A tool to convert HomeBank files to Ledger format'
3 author:
4 - 'Charles McGarvey <chazmcgarvey@brokenzipper.com>'
5 build_requires:
6 ExtUtils::MakeMaker: '0'
7 File::Spec: '0'
8 IO::Handle: '0'
9 IPC::Open3: '0'
10 Test::More: '0'
11 perl: '5.006'
12 configure_requires:
13 ExtUtils::MakeMaker: '0'
14 dynamic_config: 0
15 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
16 license: mit
17 meta-spec:
18 url: http://module-build.sourceforge.net/META-spec-v1.4.html
19 version: '1.4'
20 name: App-HomeBank2Ledger
21 no_index:
22 directory:
23 - eg
24 - share
25 - shares
26 - t
27 - xt
28 provides:
29 App::HomeBank2Ledger:
30 file: lib/App/HomeBank2Ledger.pm
31 version: '0.002'
32 App::HomeBank2Ledger::Formatter:
33 file: lib/App/HomeBank2Ledger/Formatter.pm
34 version: '0.002'
35 App::HomeBank2Ledger::Formatter::Beancount:
36 file: lib/App/HomeBank2Ledger/Formatter/Beancount.pm
37 version: '0.002'
38 App::HomeBank2Ledger::Formatter::Ledger:
39 file: lib/App/HomeBank2Ledger/Formatter/Ledger.pm
40 version: '0.002'
41 App::HomeBank2Ledger::Ledger:
42 file: lib/App/HomeBank2Ledger/Ledger.pm
43 version: '0.002'
44 App::HomeBank2Ledger::Util:
45 file: lib/App/HomeBank2Ledger/Util.pm
46 version: '0.002'
47 File::HomeBank:
48 file: lib/File/HomeBank.pm
49 version: '0.002'
50 requires:
51 Carp: '0'
52 Exporter: '0'
53 Getopt::Long: '2.38'
54 Module::Load: '0'
55 Module::Pluggable: '0'
56 Pod::Usage: '0'
57 Scalar::Util: '0'
58 Time::Piece: '0'
59 XML::Entities: '0'
60 XML::Parser::Lite: '0'
61 parent: '0'
62 strict: '0'
63 warnings: '0'
64 resources:
65 bugtracker: https://github.com/chazmcgarvey/homebank2ledger/issues
66 homepage: https://github.com/chazmcgarvey/homebank2ledger
67 repository: https://github.com/chazmcgarvey/homebank2ledger.git
68 version: '0.002'
69 x_authority: cpan:CCM
70 x_generated_by_perl: v5.28.0
71 x_serialization_backend: 'YAML::Tiny version 1.73'
This page took 0.035381 seconds and 4 git commands to generate.