Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changes
README
Makefile.PL
MANIFEST
META.yml
META.json
Dustismo_Sans.ttf
Dustismo.LICENSE
demo/GDWrap.pl
Expand Down
42 changes: 42 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"abstract" : "text utilities for GD",
"author" : [
"Martien Verbruggen (mgjv@comdyn.com.au)"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "GDTextUtil",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"GD" : "1"
}
}
},
"release_status" : "stable",
"version" : "0.86",
"x_serialization_backend" : "JSON::PP version 2.94"
}
23 changes: 23 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
abstract: 'text utilities for GD'
author:
- 'Martien Verbruggen (mgjv@comdyn.com.au)'
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: GDTextUtil
no_index:
directory:
- t
- inc
requires:
GD: '1'
version: '0.86'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'