From 565851cab66df8310b76a59e0b5bf462edf90feb Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Thu, 30 Sep 2004 12:54:12 +0000 Subject: [PATCH] Updated changes to Maypole::Application Updated Manifest and META.yml file git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@215 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 4 ++++ MANIFEST | 49 ++++++++++++++++++++++++++----------------------- MANIFEST.SKIP | 1 + META.yml | 10 +++++----- 4 files changed, 36 insertions(+), 28 deletions(-) create mode 100644 MANIFEST.SKIP diff --git a/Changes b/Changes index 1b9235f..bba8549 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,10 @@ Revision history for Perl extension Maypole - moved doc/*.pod to lib/Maypole/Manual - added Maypole::Model::Base::is_public() to make it simple to overload :Exported behavior + - Added support for replacing use base qw/All My Modules/ with + use Maypole::Application qw/Redirect AnotherPlugin/; note that this + will only triggers with parameters to import, to preserve backwards + compability. - added rewrite_path() 1.7 Sat Jul 17 20:15:26 BST 2004 diff --git a/MANIFEST b/MANIFEST index c6dc043..145ecc9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,47 +1,50 @@ -MANIFEST Changes -doc/About.pod -doc/Beer.pod -doc/BuySpy.pod -doc/Flox.pod -doc/Model.pod -doc/Overview.pod -doc/Request.pod -doc/StandardTemplates.pod -doc/View.pod -doc/Templates.pod -doc/makedoc.pl ex/BeerDB.pm +lib/Apache/MVC.pm lib/CGI/Maypole.pm +lib/Maypole.pm +lib/Maypole/Application.pm lib/Maypole/CLI.pm +lib/Maypole/Config.pm lib/Maypole/Constants.pm +lib/Maypole/Manual/About.pod +lib/Maypole/Manual/Beer.pod +lib/Maypole/Manual/BuySpy.pod +lib/Maypole/Manual/Flox.pod +lib/Maypole/Manual/Model.pod +lib/Maypole/Manual/Overview.pod +lib/Maypole/Manual/Request.pod +lib/Maypole/Manual/StandardTemplates.pod +lib/Maypole/Manual/View.pod +lib/Maypole/Manual/Workflow.pod lib/Maypole/Model/Base.pm lib/Maypole/Model/CDBI.pm lib/Maypole/Model/CDBI/Plain.pm lib/Maypole/View/Base.pm -lib/Maypole/View/Mason.pm lib/Maypole/View/TT.pm -lib/Maypole/Workflow.pod -lib/Maypole.pm -lib/Apache/MVC.pm +Makefile.PL +MANIFEST +MANIFEST.SKIP +META.yml Module meta-data (added by MakeMaker) +README t/1.t +t/2pod.t +t/3.podcoverage.t +t/beerdb.db t/templates/custom/frontpage t/templates/custom/list -Makefile.PL -README -templates/beerdb.css +t/templates/custom/view templates/beer/addnew -templates/custom/frontpage -templates/custom/header templates/factory/addnew templates/factory/edit templates/factory/footer +templates/factory/frontpage templates/factory/header templates/factory/list templates/factory/macros templates/factory/navbar +templates/factory/pager templates/factory/search_form templates/factory/view -templates/factory/pager +templates/maypole.css TODO -META.yml Module meta-data (added by MakeMaker) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..12fcb95 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1 @@ +\.svn diff --git a/META.yml b/META.yml index d081b0d..5e08b6f 100644 --- a/META.yml +++ b/META.yml @@ -1,11 +1,9 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Maypole -version: 1.5 +version: 2.0 version_from: lib/Maypole.pm installdirs: site requires: - Apache::Request: 0 + CGI::Simple: 0 CGI::Untaint: 0 Class::DBI: 0.96 Class::DBI::AbstractSearch: 0 @@ -15,10 +13,12 @@ requires: Class::DBI::Loader::Relationship: 0 Class::DBI::Pager: 0 Class::DBI::Plugin::RetrieveAll: 0 + Class::DBI::SQLite: 0 Template: 0 Template::Plugin::Class: 0 UNIVERSAL::moniker: 0 UNIVERSAL::require: 0 + URI::QueryParam: 0 distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.21 +generated_by: ExtUtils::MakeMaker version 6.17 -- 2.39.2