-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathMETA.yml
104 lines (104 loc) · 2.96 KB
/
META.yml
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
abstract: 'A drop in replacement to the MySQL prompt with a pluggable Perl interface'
author:
- 'Eric Waters <ewaters@gmail.com>'
build_requires:
Data::Structure::Util: 0
File::Temp: 0
Test::Deep: 0
Test::More: 0
configure_requires:
Module::Build: 0.4
dynamic_config: 1
generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: App-AltSQL
provides:
App::AltSQL:
file: lib/App/AltSQL.pm
version: 0.05
App::AltSQL::Model:
file: lib/App/AltSQL/Model.pm
version: 0
App::AltSQL::Model::MySQL:
file: lib/App/AltSQL/Model/MySQL.pm
version: 0
App::AltSQL::Plugin::Dump:
file: lib/App/AltSQL/Plugin/Dump.pm
version: 0
App::AltSQL::Plugin::Dump::Format:
file: lib/App/AltSQL/Plugin/Dump/Format.pm
version: 0
App::AltSQL::Plugin::Dump::Format::csv:
file: lib/App/AltSQL/Plugin/Dump/Format/csv.pm
version: 0
App::AltSQL::Plugin::Dump::Format::html:
file: lib/App/AltSQL/Plugin/Dump/Format/html.pm
version: 0
App::AltSQL::Plugin::Dump::Format::json:
file: lib/App/AltSQL/Plugin/Dump/Format/json.pm
version: 0
App::AltSQL::Plugin::Dump::Format::perl:
file: lib/App/AltSQL/Plugin/Dump/Format/perl.pm
version: 0
App::AltSQL::Plugin::Dump::Format::sql:
file: lib/App/AltSQL/Plugin/Dump/Format/sql.pm
version: 0
App::AltSQL::Plugin::Dump::Format::xls:
file: lib/App/AltSQL/Plugin/Dump/Format/xls.pm
version: 0
App::AltSQL::Plugin::Dump::Format::xml:
file: lib/App/AltSQL/Plugin/Dump/Format/xml.pm
version: 0
App::AltSQL::Plugin::Dump::Format::yaml:
file: lib/App/AltSQL/Plugin/Dump/Format/yaml.pm
version: 0
App::AltSQL::Plugin::Tail:
file: lib/App/AltSQL/Plugin/Tail.pm
version: 0
App::AltSQL::Role:
file: lib/App/AltSQL/Role.pm
version: 0
App::AltSQL::Term:
file: lib/App/AltSQL/Term.pm
version: 0
App::AltSQL::Term::Plugin::SyntaxHighlight:
file: lib/App/AltSQL/Term/Plugin/SyntaxHighlight.pm
version: 0
App::AltSQL::View:
file: lib/App/AltSQL/View.pm
version: 0
App::AltSQL::View::Plugin::Color:
file: lib/App/AltSQL/View/Plugin/Color.pm
version: 0
App::AltSQL::View::Plugin::UnicodeBox:
file: lib/App/AltSQL/View/Plugin/UnicodeBox.pm
version: 0
App::AltSQL::View::Plugin::VerticalSorted:
file: lib/App/AltSQL/View/Plugin/VerticalSorted.pm
version: 0
requires:
Config::Any: 0
DBD::mysql: 0
DBI: 0
Data::Dumper: 0
Getopt::Long: 2.38
Hash::Union: 0
JSON: 0
Moose: 2.06
MooseX::Object::Pluggable: 0
Sys::SigAction: 0
Term::ANSIColor: 0.04
Term::ReadLine::Zoid: 0
Text::CharWidth: 0
Text::UnicodeBox: 0.03
YAML: 0
resources:
bugtracker: http://github.com/ewaters/altsql-shell/issues?labels=bug
homepage: http://ewaters.github.com/altsql-shell
license: http://dev.perl.org/licenses/
repository: http://github.com/ewaters/altsql-shell
version: 0.05