]> git.decadent.org.uk Git - maypole.git/commitdiff
Updated changes to Maypole::Application
authorMarcus Ramberg <mramberg@cpan.org>
Thu, 30 Sep 2004 12:54:12 +0000 (12:54 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Thu, 30 Sep 2004 12:54:12 +0000 (12:54 +0000)
Updated Manifest and META.yml file

git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@215 48953598-375a-da11-a14b-00016c27c3ee

Changes
MANIFEST
MANIFEST.SKIP [new file with mode: 0644]
META.yml

diff --git a/Changes b/Changes
index 1b9235f5e2375f332c7a3645a916d55b5a65fc25..bba854989a329487185aea7512b2b7f2a25da161 100644 (file)
--- 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
index c6dc04334708b524f4fc69a54b465abedc929ccc..145ecc9369c822dae05e21245167f1e118ee5e21 100644 (file)
--- 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 (file)
index 0000000..12fcb95
--- /dev/null
@@ -0,0 +1 @@
+\.svn
index d081b0d1226b5cbdad44a9abacfcc462d15004bb..5e08b6fa96410fe4d33678403cccfe7f8c0d07e0 100644 (file)
--- 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