From 9f9969b673d105e5b0498d95e2ec77313cf32cc6 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 5 Feb 2004 18:09:36 +0000 Subject: [PATCH] META file. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@49 48953598-375a-da11-a14b-00016c27c3ee --- META.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 META.yml diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..d2d19aa --- /dev/null +++ b/META.yml @@ -0,0 +1,23 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Apache-MVC +version: 0.2 +version_from: lib/Apache/MVC.pm +installdirs: site +license: perl +requires: + Apache::Request: 0 + CGI::Untaint: 0 + Class::DBI::AbstractSearch: 0 + Class::DBI::AsForm: 0 + Class::DBI::FromCGI: 0 + Class::DBI::Loader: 0 + Class::DBI::Loader::Relationship: 0 + Class::DBI::Pager: 0 + Class::DBI::Plugin::RetrieveAll: 0 + Template: 0 + UNIVERSAL::moniker: 0 + UNIVERSAL::require: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.21 -- 2.39.2