Add MANIFEST and META.yml
Nilson Santos Figueiredo JĂșnior [Fri, 6 Feb 2009 02:28:39 +0000 (02:28 +0000)]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]

diff --git a/MANIFEST b/MANIFEST
new file mode 100644 (file)
index 0000000..0ea7c89
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,22 @@
+inc/Module/AutoInstall.pm\r
+inc/Module/Install.pm\r
+inc/Module/Install/AutoInstall.pm\r
+inc/Module/Install/Base.pm\r
+inc/Module/Install/Can.pm\r
+inc/Module/Install/Catalyst.pm\r
+inc/Module/Install/Fetch.pm\r
+inc/Module/Install/Include.pm\r
+inc/Module/Install/Makefile.pm\r
+inc/Module/Install/Metadata.pm\r
+inc/Module/Install/Win32.pm\r
+inc/Module/Install/WriteAll.pm\r
+lib/Catalyst/View/Component/SubInclude.pm\r
+lib/Catalyst/View/Component/SubInclude/ESI.pm\r
+lib/Catalyst/View/Component/SubInclude/SubRequest.pm\r
+lib/Catalyst/View/Component/SubInclude/Visit.pm\r
+Makefile.PL\r
+MANIFEST                       This list of files\r
+META.yml\r
+t/00-load.t\r
+t/pod-coverage.t\r
+t/pod.t\r
diff --git a/META.yml b/META.yml
new file mode 100644 (file)
index 0000000..e08157f
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,25 @@
+---\r
+abstract: 'Use subincludes in your Catalyst views'\r
+author:\r
+  - 'Nilson Santos Figueiredo Junior, C<< <nilsonsfj at cpan.org> >>'\r
+distribution_type: module\r
+generated_by: 'Module::Install version 0.77'\r
+license: perl\r
+meta-spec:\r
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html\r
+  version: 1.4\r
+name: Catalyst-View-Component-SubInclude\r
+no_index:\r
+  directory:\r
+    - inc\r
+    - t\r
+requires:\r
+  Carp: 0\r
+  Catalyst::Plugin::SubRequest: 0\r
+  Catalyst::Runtime: 5.70000\r
+  Moose: 0\r
+  Moose::Role: 0\r
+  namespace::clean: 0\r
+resources:\r
+  license: http://dev.perl.org/licenses/\r
+version: 0.02\r