From cb585659f8b5f12f0a32c93ac88971fe84d4c1f3 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 11 Feb 2004 17:37:55 +0000 Subject: [PATCH] Maypole release time. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@62 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 7 ++++++- META.yml | 9 ++++----- Makefile.PL | 4 ++-- lib/Maypole.pm | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 936aa11..f3b0f86 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ -Revision history for Perl extension Apache::MVC. +Revision history for Perl extension Maypole + +1.0 Wed Feb 11 17:34:12 GMT 2004 + - Renamed from Apache::MVC to Maypole. + - Clearer separation of model and view classes from controller + - Factoring out of Apache-specific code back into Apache::MVC 0.2 Thu Feb 5 18:03:33 GMT 2004 - This release adds paging of list results and ordering by column diff --git a/META.yml b/META.yml index d2d19aa..759d1a6 100644 --- a/META.yml +++ b/META.yml @@ -1,10 +1,9 @@ # 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 +name: Maypole +version: 1.0 +version_from: lib/Maypole.pm installdirs: site -license: perl requires: Apache::Request: 0 CGI::Untaint: 0 @@ -20,4 +19,4 @@ requires: UNIVERSAL::require: 0 distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.21 +generated_by: ExtUtils::MakeMaker version 6.17 diff --git a/Makefile.PL b/Makefile.PL index 7ba8922..767f8ec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,8 +3,8 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - NAME => 'Apache::MVC', - VERSION_FROM => 'lib/Apache/MVC.pm', # finds $VERSION + NAME => 'Maypole', + VERSION_FROM => 'lib/Maypole.pm', # finds $VERSION PREREQ_PM => { Class::DBI::Loader => 0, Class::DBI::AbstractSearch => 0, diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 4f73848..54f0c0d 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -5,7 +5,7 @@ use UNIVERSAL::require; use Apache::Constants ":common"; use strict; use warnings; -our $VERSION = "0.2"; +our $VERSION = "1.0"; __PACKAGE__->mk_classdata($_) for qw( config init_done view_object ); __PACKAGE__->mk_accessors ( qw( ar params query objects model_class args action template )); -- 2.39.2