-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.yml
More file actions
45 lines (45 loc) · 1.07 KB
/
META.yml
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
---
abstract: 'tiny object system with privacy settings for properties and methods, abstract classes and methods, exceptions'
author:
- 'Georgy Bazhukov <georgy.bazhukov@gmail.com>'
build_requires:
Test::More: '0'
configure_requires:
Module::Build: '0.40'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
keywords:
- Class
- Object
- Method
- OOP
- Private
- Protected
- Abstract
- Interface
- Exception
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Pony-Object
provides:
Pony::Object:
file: lib/Pony/Object.pm
version: '1.04'
Pony::Object::Throwable:
file: lib/Pony/Object/Throwable.pm
version: '1.04'
Pony::Object::TieStatic:
file: lib/Pony/Object.pm
requires:
Carp: '0'
Module::Load: '0'
Scalar::Util: '0'
Storable: '0'
perl: '5.014'
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/bugov/pony-object
version: '1.04'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'