-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.yml
93 lines (93 loc) · 2.45 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
---
abstract: "web developer's libs"
author:
- 'Georgy Bazhukov <[email protected]>'
build_requires:
Test::More: 0
configure_requires:
Module::Build: 0.4
dynamic_config: 1
generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.110440'
keywords:
- web
- framework
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Pony
provides:
Pony:
file: lib/Pony.pm
version: 0.02
Pony::Model::Crud::Interface:
file: lib/Pony/Model/Crud/Interface.pm
version: 0
Pony::Model::Crud::MySQL:
file: lib/Pony/Model/Crud/MySQL.pm
version: 0
Pony::Model::Crud::SQLite:
file: lib/Pony/Model/Crud/SQLite.pm
version: 0
Pony::Model::Dbh::MySQL:
file: lib/Pony/Model/Dbh/MySQL.pm
version: 0
Pony::Model::Dbh::SQLite:
file: lib/Pony/Model/Dbh/SQLite.pm
version: 0
Pony::Stash:
file: lib/Pony/Stash.pm
version: 0.02
Pony::View::Form:
file: lib/Pony/View/Form.pm
version: 0.000004
Pony::View::Form::Decorator:
file: lib/Pony/View/Form/Decorator.pm
version: 0
Pony::View::Form::Element:
file: lib/Pony/View/Form/Element.pm
version: 0
Pony::View::Form::Element::Checkbox:
file: lib/Pony/View/Form/Element/Checkbox.pm
version: 0
Pony::View::Form::Element::Hidden:
file: lib/Pony/View/Form/Element/Hidden.pm
version: 0
Pony::View::Form::Element::Password:
file: lib/Pony/View/Form/Element/Password.pm
version: 0
Pony::View::Form::Element::Select:
file: lib/Pony/View/Form/Element/Select.pm
version: 0
Pony::View::Form::Element::Submit:
file: lib/Pony/View/Form/Element/Submit.pm
version: 0
Pony::View::Form::Element::Text:
file: lib/Pony/View/Form/Element/Text.pm
version: 0
Pony::View::Form::Element::Textarea:
file: lib/Pony/View/Form/Element/Textarea.pm
version: 0
Pony::View::Form::Validator:
file: lib/Pony/View/Form/Validator.pm
version: 0
Pony::View::Form::Validator::Have:
file: lib/Pony/View/Form/Validator/Have.pm
version: 0
Pony::View::Form::Validator::Length:
file: lib/Pony/View/Form/Validator/Length.pm
version: 0
Pony::View::Form::Validator::Like:
file: lib/Pony/View/Form/Validator/Like.pm
version: 0
Pony::View::Translate:
file: lib/Pony/View/Translate.pm
version: 0
requires:
Carp: 0
Storable: 0
perl: 5.010
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/h15/pony
version: 0.02