From: nilson Date: Fri, 6 Feb 2009 02:28:39 +0000 (+0000) Subject: Add MANIFEST and META.yml X-Git-Tag: 0.03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c0bc495612bb2a7aeb8c23328e553b778f198bc;hp=7ccbc329c8d89fc6e404dddcc85a1ef6eb966431;p=catagits%2FCatalyst-View-Component-SubInclude.git Add MANIFEST and META.yml --- diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..0ea7c89 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,22 @@ +inc/Module/AutoInstall.pm +inc/Module/Install.pm +inc/Module/Install/AutoInstall.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Catalyst.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Include.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32.pm +inc/Module/Install/WriteAll.pm +lib/Catalyst/View/Component/SubInclude.pm +lib/Catalyst/View/Component/SubInclude/ESI.pm +lib/Catalyst/View/Component/SubInclude/SubRequest.pm +lib/Catalyst/View/Component/SubInclude/Visit.pm +Makefile.PL +MANIFEST This list of files +META.yml +t/00-load.t +t/pod-coverage.t +t/pod.t diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..e08157f --- /dev/null +++ b/META.yml @@ -0,0 +1,25 @@ +--- +abstract: 'Use subincludes in your Catalyst views' +author: + - 'Nilson Santos Figueiredo Junior, C<< >>' +distribution_type: module +generated_by: 'Module::Install version 0.77' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Catalyst-View-Component-SubInclude +no_index: + directory: + - inc + - t +requires: + Carp: 0 + Catalyst::Plugin::SubRequest: 0 + Catalyst::Runtime: 5.70000 + Moose: 0 + Moose::Role: 0 + namespace::clean: 0 +resources: + license: http://dev.perl.org/licenses/ +version: 0.02