diff --git a/MANIFEST b/MANIFEST index c129243..559b30b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,8 @@ Changes README Makefile.PL MANIFEST +META.yml +META.json Dustismo_Sans.ttf Dustismo.LICENSE demo/GDWrap.pl diff --git a/META.json b/META.json new file mode 100644 index 0000000..4f8858e --- /dev/null +++ b/META.json @@ -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" +} diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..dcf0a08 --- /dev/null +++ b/META.yml @@ -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'